summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #38543 (shutdown_executor() may segfault when memory_limit is too l...Dmitry Stogov2006-08-222-2/+11
* minor improvementsAntony Dovgal2006-08-226-18/+17
* Fixed bug #38488 (Access to "php://stdin" and family crashes PHP on win32)Dmitry Stogov2006-08-222-2/+3
* Fixed "win32" storage managerDmitry Stogov2006-08-221-12/+15
* Fix "make test" on win32Dmitry Stogov2006-08-221-2/+3
* typoAntony Dovgal2006-08-211-1/+1
* Fixed bug #38535 (memory corruption in pdo_pgsql driver on error retrievalIlia Alshanetsky2006-08-212-3/+3
* MFH: fix PECL bug #8112 (OCI8 persistent connections misbehave when Apache pr...Antony Dovgal2006-08-216-118/+134
* MFH: sa_len compile fix for IRIXIlia Alshanetsky2006-08-201-5/+5
* Fixed bug #38524 (strptime() does not initialize the internal date storageIlia Alshanetsky2006-08-203-0/+33
* Use proper write callbackIlia Alshanetsky2006-08-191-1/+1
* fix #38486 (openssl extension does not build correctly)Antony Dovgal2006-08-181-0/+6
* MFH: add a notice to fgetcsv() when delimiter or enclosure is longer than 1 charAntony Dovgal2006-08-181-0/+5
* fix #38485 (bz2 extension does not compile with GCC 4.1)Antony Dovgal2006-08-171-1/+1
* initialize static buffer with 0'sAntony Dovgal2006-08-171-0/+1
* Back to devIlia Alshanetsky2006-08-173-3/+5
* 5.2.0RC2Ilia Alshanetsky2006-08-172-3/+3
* Increased default memory limit to 16 megabytes to accommodate for a moreIlia Alshanetsky2006-08-174-4/+6
* Added skip condition for sqlite2 driver, that uses more forgiving emulatedIlia Alshanetsky2006-08-161-0/+1
* BFNRob Richards2006-08-151-0/+3
* fix bug #38454 (warning upon disabling handler via xml_set_element_handler)Rob Richards2006-08-152-0/+95
* apply correct fix for bug #38461Antony Dovgal2006-08-151-2/+2
* - add openssl_csr_get_subject() and openssl_csr_get_public_key()Pierre Joye2006-08-153-7/+70
* MFH: fix #38467 (--enable-versioning causes make fail on OS X)Antony Dovgal2006-08-152-0/+8
* MFH: don't try to use "auto", "none" and "pass" charsets returned from mbstringAntony Dovgal2006-08-151-0/+9
* BFNAntony Dovgal2006-08-151-0/+2
* MFH: fix #38461 (setting private attribute with __set() produces segfault)Antony Dovgal2006-08-151-1/+1
* minor CS/WS fixesAntony Dovgal2006-08-154-90/+250
* MFH: error message might be NULLAntony Dovgal2006-08-151-5/+13
* MFH: OCIBreak() is not supported on WindowsAntony Dovgal2006-08-151-8/+1
* add testAntony Dovgal2006-08-151-0/+25
* new testsAntony Dovgal2006-08-154-0/+447
* MFH:Michael Wallner2006-08-152-10/+8
* - add OPENSSL_KEYTYPE_EC constantPierre Joye2006-08-153-4/+71
* fix previous patchAntony Dovgal2006-08-141-3/+5
* BFNAntony Dovgal2006-08-141-0/+1
* fix #38451 (PDO_MYSQL doesn't compile on Solaris)Antony Dovgal2006-08-141-1/+2
* move static declaration to *.c filesNuno Lopes2006-08-1413-148/+148
* MFH: add cloning support to DateTime classesMichael Wallner2006-08-142-4/+85
* MFH: Cleanup before reusing failed persistant connection. Better formating of...Frank M. Kromann2006-08-144-20/+76
* Added missing file entryIlia Alshanetsky2006-08-141-0/+1
* Updated libsqlite in ext/pdo_sqlite to 3.3.7.Ilia Alshanetsky2006-08-141-0/+1
* Upgraded bunbled SQLite lib to 3.3.7Ilia Alshanetsky2006-08-1483-7750/+17126
* more static keywordingNuno Lopes2006-08-144-116/+95
* - nuke unused parameter (not present in old versions)Pierre Joye2006-08-141-7/+6
* MFH: fix #38450 (constructor is not called for classes used in userspace stre...Antony Dovgal2006-08-142-0/+36
* a few more static keywordingNuno Lopes2006-08-146-94/+94
* BFNRob Richards2006-08-141-1/+2
* fix bug #38424 (Different attribute assignment if new or existing)Rob Richards2006-08-142-1/+42
* fix underlying issue for bug #38438Rob Richards2006-08-141-2/+2