summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Changed ibase_num_fields to use high-performance api (which fixed a *very*Jouni Ahto2000-05-122-17/+8
* Fixed all (?) remaining issues with InterBase 6 datatypes, especiallyJouni Ahto2000-05-123-72/+151
* SQL_INT64 binding support in prepared and executed queries.Jouni Ahto2000-05-111-13/+26
* Prototype adaptedAndreas Karajannis2000-05-111-1/+1
* Restoring old parameter ordering in odbc_fetch_into()Andreas Karajannis2000-05-111-9/+5
* - Remove unneeded object_init(return_value) from three placesAndi Gutmans2000-05-111-3/+0
* Fixed some typos.Egon Schmid2000-05-111-3/+3
* Forcing passing by reference for array in odbc_fetch_into()Andreas Karajannis2000-05-112-67/+83
* - fix for SQLLVARCHAR provided by Alan Shepherd. (Danny)Danny Heijl2000-05-101-2/+8
* fix for segfault. patch from Jade Nicoletti <nicoletti@nns.ch>.Chuck Hagenbuch2000-05-101-1/+1
* revert last patch - you can only specify the dl() path relative to extension_dirThies C. Arntzen2000-05-101-1/+1
* Support (partially) the new datatypes in InterBase 6.Jouni Ahto2000-05-092-9/+79
* @- Added array_rand() function. (Andrei)Andrei Zmievski2000-05-093-0/+81
* config.m4 redone - now supports building oracle extension as shared moduleThies C. Arntzen2000-05-083-155/+151
* imporved version detectionThies C. Arntzen2000-05-081-6/+9
* rewritten the configure stuffThies C. Arntzen2000-05-083-98/+71
* (php_dl) treat path as absolute if it starts with '/'Thies C. Arntzen2000-05-081-1/+1
* executor_globals is always passed to MINIT functionsSascha Schumann2000-05-071-3/+0
* s/localtime_r/php_localtime_r/Sascha Schumann2000-05-071-1/+1
* Move <syslog.h> inclusion into php_syslog.h. This will make sure thatSascha Schumann2000-05-073-8/+6
* On some systems, <syslog.h> defines syslog to another symbol, so thatSascha Schumann2000-05-061-0/+3
* Fixes for possible failure of zend_eval_string().Andrei Zmievski2000-05-062-2/+8
* Fix dbase breakage related to the virtual path changes.Sascha Schumann2000-05-061-1/+1
* Move dlopen in -ldl check to configure.in. This should ensure that if libdlSascha Schumann2000-05-051-17/+5
* Put in a hack, so that users can compile PHP, even if the configure-timeSascha Schumann2000-05-051-0/+11
* - Make Windows compile again.Andi Gutmans2000-05-051-4/+5
* Updates for changed WDDX API.Andrei Zmievski2000-05-041-3/+3
* Got rid of infinite recursion when serializing $GLOBALS[].Andrei Zmievski2000-05-041-3/+5
* . Reworked string serializationAndrei Zmievski2000-05-042-65/+89
* Fix (?) #4314.Jouni Ahto2000-05-041-0/+5
* If using a persistent connection, check if it's still there and reopen ifJouni Ahto2000-05-041-7/+17
* Change reentrancy API to always use the php prefix.Sascha Schumann2000-05-048-34/+34
* Determine first whether we will use ZTS mode or not.Sascha Schumann2000-05-043-5/+5
* Let's enable assert by default since it's so useful.Andrei Zmievski2000-05-031-1/+1
* I am going to move README-BCMATH to README.BCMATH for consistency.Joey Smith2000-05-031-1/+1
* Make bcmath buildable as shared moduleSascha Schumann2000-05-022-22/+10
* Make MySQL independent of build locationSascha Schumann2000-05-022-1/+3
* Add a ; for SybaseSterling Hughes2000-05-021-1/+1
* - Shouldn't be needed. The configuration mechanism makes sure this isAndi Gutmans2000-05-021-3/+0
* Make php_dl() respect the configured extension_dir setting.Sascha Schumann2000-05-021-4/+5
* calling a function that is not supported in the current build due to aHartmut Holzgraefe2000-05-023-35/+94
* Protect everything which requires <libpq-fe.h> with PHP_PGSQL_PRIVATESascha Schumann2000-05-022-0/+4
* Include php_virtual_cwd.h for V_OPENSascha Schumann2000-05-021-0/+1
* Make filepro compilable as shared moduleSascha Schumann2000-05-022-3/+2
* Make dbase compilable as shared moduleSascha Schumann2000-05-022-3/+2
* Make sybase compilable as shared moduleSascha Schumann2000-05-022-26/+21
* Make readline compilable as shared moduleSascha Schumann2000-05-023-33/+29
* Make interbase compilable as shared moduleSascha Schumann2000-05-022-24/+17
* Use the new AC_ADD_LIBRARY_WITH_PATH option shared-libaddSascha Schumann2000-05-0212-68/+18
* Make mcal buildable as shared moduleSascha Schumann2000-05-022-21/+16