| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |
|
| | |
|
| |
|
|
|
| |
@- Added Win32 project for the Interbase module (Zeev)
|
| | |
|
| |
|
|
|
|
|
| |
use it...
(_php_ibase_exec) On error situations, only xsqlda was freed, not its
contents.
|
| |
|
|
|
|
| |
function when creating new list entry type. Several other modifications
too related to this. Blobs still not working.
|
| |
|
|
|
|
| |
resources instead for both.
- Some cleaning.
|
| | |
|
| |
|
|
|
|
|
| |
rule is:
macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'`
|
| |
|
|
|
|
|
| |
not necessary anymore. Seems to also prevent a a situation where at request
shutdown cursor was first dropped and tried to close it afterwards when
all the resources were not manually freed, and could occasionally segfault.
|
| | |
|
| | |
|
| |
|
|
|
| |
- need to define both COMPILE_DL_MODULE and HAVE_MODULE=1
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Fixed associative array values returned by ibase_field_info.
Fixed compatibility problems with old versions of InterBase.
|
| |
|
|
|
| |
obscure bug).
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
with timestamp, date and time.
Incombatible change: renamed constant IBASE_TIMESTAMP to IBASE_UNIXTIME.
Incompatible change: renamed configuration directive ibase.timeformat
to ibase.timestampformat.
Added constants IBASE_TIMESTAMP, IBASE_DATE, IBASE_TIME.
Added configuration directives ibase.dateformat and ibase.timeformat.
ibase_timefmt() now takes an optional second argument specifying which
format to change, default is IBASE_TIMESTAMP (for even a little backwards
compatibility).
|
| |
|
|
|
|
|
|
| |
Fixed a (probably) longtime bug with binding to DECIMAL/NUMERIC stored as
scaled integer.
# Be lazy on documentation, then nobody ever uses the features there are,
# and you never get caught for bugs...
|
| | |
|
| | |
|
| |
|
|
|
| |
needed.
|
| | |
|
| |
|
|
|
|
|
| |
becomes
#if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)
|
| |
|
|
|
| |
ZEND_GET_MODULE(name) macro.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The following new/revived shared modules are available now:
... MySQL (*)
... PCRE (*)
... Session
... SWF
(*) capable of using bundled library or external library
All changes:
The m4 macro PHP_EXTENSION was revamped. Uses LIB_BUILD now.
This effectively means that all extensions have to use dynlib.
ext/mysql/config.m4 was revamped.
Uses LIB_BUILD for building bundled library.
ext/pcre/config.m4 was revamped.
Uses LIB_BUILD for building bundled library.
ext/ext_skel was changed to reflect that more modules should be
compileable as shared module.
ext/Makefile.in has been simplified enormously.
Dependencies are now stored in the build tree.
Empty dependencies are not generated by buildconf anymore. They
are now dynamically created during the build process.
Implicit rules for .S were removed.
The NO_RECURSION feature was removed.
"libs.mk" has been added to all cvsignore files in ext.
|
| | |
|
| |
|
|
|
|
|
|
|
| |
* Makefile header is now completely dynamic
* Absolute paths in (top_)?(src|build)dir and VPATH
(fixes Tru64 support)
* VPATH does not contain variables anymore
(fixes UnixWare support)
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
Can someone check my code for the interbase
support, and I need someone else to decode the LDAP stuff ... it's beyond
me.
|
| |
|
|
|
| |
# Trying to finish before RC1...
|
| |
|
|
|
| |
directory name.
|
| |
|
|
|
| |
- Avoid declaring crypt() related salt types twice
|
| | |
|
| | |
|
| |
|
|
|
| |
you start counting at 0 or 1).
|
| |
|
|
|
| |
Defaulting to 1.
|
| |
|
|
|
|
|
| |
what the respective define does into the AC_DEFINE macro. I.e.
AC_DEFINE(HAVE_FOO, 1, [Whether you have FOO])
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- added support for externally built modules,
- improved support for in-tree shared modules,
- fixed diversion bugs,
- configure displays some informative messages,
- faster static build
(libtool isn't used anymore for compiling non-PIC objects),
- dependencies comparable to automake's without requiring GNU make or GCC,
- working make clean for non-GNU makes.
|
| | |
|
| |
|
|
|
|
| |
- More php3_ cleanup
@- Restored the PHP_VERSION and PHP_OS constants (Zeev)
|
| | |
|
| |
|
|
|
|
| |
.*\.[ch] files were changed. There is a slight chance that my script missed
a few changes, please correct them manually.
|
| |
|
|
|
|
|
|
|
| |
necessary, because we can change the value of INCLUDES globally in one
place (configure.in).
Also add two defines in thread-safe mode
(_REENTRANT and POSIX_PTHREAD_SEMANTICS)
|