summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix bad MFHfoobar2005-11-061-1/+0
* And simplexml doesn't need dom anymore to do the importRasmus Lerdorf2005-11-051-4/+0
* This SimpleXML requirement is no longer needed and by removing it weRasmus Lerdorf2005-11-051-8/+0
* Fixed bug #31971 (ftp_login fails on some SSL servers).Ilia Alshanetsky2005-11-052-2/+8
* improve configure script.Wez Furlong2005-11-051-29/+60
* MFH: fixed garbled multibyte characters.Rui Hirokawa2005-11-051-1/+1
* Fixes PECL Bug #5868; wrong iters count for OCIStmtExecuteWez Furlong2005-11-041-1/+1
* - Fix test expectations - we are no detecting the error earlierMarcus Boerger2005-11-031-1/+3
* - Fix static check in zend_is_callable_ex()Marcus Boerger2005-11-031-41/+18
* - MFH Add missing check flagMarcus Boerger2005-11-031-1/+1
* - MFH Try fixing #35088Marcus Boerger2005-11-031-1/+5
* - MFH Add missing checkMarcus Boerger2005-11-031-1/+1
* MFH: - Fixed bug #35078 (configure does not find ldap_start_tls_s)foobar2005-11-032-6/+9
* Fixed typo.Ilia Alshanetsky2005-11-031-1/+1
* - MFB44: #34851 (SO_RECVTIMEO and SO_SNDTIMEO socket options expect integerMichael Wallner2005-11-032-2/+22
* MFH: Fixed bad usage of php_checkuid()foobar2005-11-021-1/+1
* - Add missing testMarcus Boerger2005-11-021-0/+37
* - Make spl_autoload_register use zend_is_callable_ex()Marcus Boerger2005-11-021-36/+43
* - Add missing cases and checksMarcus Boerger2005-11-021-16/+44
* - MFH: Fixed initializing and argument checking for posix_mknod().Derick Rethans2005-11-022-2/+7
* - sapi_header_op(SAPI_HEADER_(REPLACE|ADD), {NULL, 0, 0}) caused HTTP respons...Michael Wallner2005-11-022-13/+9
* Fixed minor memory leak triggered by: -dzlib.output_compression=1 -mIlia Alshanetsky2005-11-011-1/+1
* - Fixed test. Some people might actually be using php.ini-dist whichfoobar2005-11-011-9/+12
* - Update docuMarcus Boerger2005-11-011-0/+80
* - MFH the iterator base interface is Traversable not IteratorAggregateMarcus Boerger2005-11-011-2/+2
* MFH: Fix #35037. Selecting a uniqueidentifier would return unknown data type ...Frank M. Kromann2005-11-011-0/+3
* MFH: - Added missing safe-mode checksfoobar2005-11-013-18/+16
* nuke typofoobar2005-11-011-1/+1
* MFH: Hiding bugs is not purpose of the regression tests.foobar2005-11-012-11/+6
* Fix ZTS buildEdin Kadribasic2005-11-011-0/+1
* update ready for release spree todayWez Furlong2005-11-011-1/+4
* Fix #35032; pdo_dblib doesn't find includes on some systemsWez Furlong2005-11-011-5/+11
* Fixed SIGSEGVDmitry Stogov2005-11-012-2/+86
* MFH: Allow bison 2.1.Sebastian Bergmann2005-11-011-1/+1
* prep for PECL releaseWez Furlong2005-11-011-12/+14
* Closes PECL Bug #5633.Wez Furlong2005-11-011-2/+2
* prep for PECL releaseWez Furlong2005-11-011-9/+10
* prep for pecl releaseWez Furlong2005-11-011-8/+7
* prep for PECL releaseWez Furlong2005-11-012-14/+29
* hrmm, typo fix.Wez Furlong2005-11-011-1/+1
* prep for PECL releaseWez Furlong2005-11-011-4/+10
* Prep for PECL releaseWez Furlong2005-11-011-25/+24
* Fixed phpize build (default PHP_OPENSSL to no if not set)Brian France2005-11-011-0/+3
* Additional open_basedir/safe_mode checks.Ilia Alshanetsky2005-10-311-1/+1
* - Drop unnecessary exports to prevent forward BC problemsMarcus Boerger2005-10-312-5/+4
* Fixed bug #35017 (Exception thrown in error handler may cause unexpected beha...Dmitry Stogov2005-10-315-157/+120
* - Fix remaining memleaksMarcus Boerger2005-10-311-1/+4
* fix misinterpretation of data when overriding types via bindColumn.Wez Furlong2005-10-311-4/+24
* Closes PECL Bug #5722; BLOB support was half-baked.Wez Furlong2005-10-312-28/+258
* improve test portability.Wez Furlong2005-10-315-19/+58