summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'RELEASE_1_2_2'.RELEASE_1_2_2SVN Migration2007-10-045253-1160494/+14830
* compat fixesAntony Dovgal2006-08-241-0/+15
* release 1.2.2 from 5_2 branch, as HEAD doesn't have safe_mode anymoreAntony Dovgal2006-08-241-5/+58
* the error message is different on different OSes and zlib versionsAntony Dovgal2006-08-241-4/+4
* tm_yday may be 0Antony Dovgal2006-08-241-2/+2
* MFH: fix segfault in strptime() on 64bit Linuxes, caused by the missing decla...Antony Dovgal2006-08-242-4/+24
* Fixed bug #38315 (Constructing in the destructor causes weird behaviour)Dmitry Stogov2006-08-242-11/+12
* Added SoapServer::setObject() method (it is a simplified version of SoapServe...Dmitry Stogov2006-08-246-17/+170
* Namespace more PCRE functions.Andrei Zmievski2006-08-231-0/+14
* - MFH: add support for entities in hexadecimal format, like © canPierre Joye2006-08-232-6/+24
* MFH: fix possible crash in free_statement()Antony Dovgal2006-08-231-1/+3
* Fixed bug #38265 (heap corruption)Dmitry Stogov2006-08-232-21/+42
* - MFH: please don't use base64 to test image files, it does not workPierre Joye2006-08-232-12/+0
* MFH: build ext/spl and ext/reflection as static (fixes #38556)Antony Dovgal2006-08-232-8/+2
* Fix arginfo for SplObjectStorageHannes Magnusson2006-08-231-1/+1
* MFH: make run-tests to work with directories containing spaces (bug #38558)Antony Dovgal2006-08-231-3/+3
* add test for realAntony Dovgal2006-08-221-0/+59
* fix implode() function (see http://news.php.net/php.qa/26876)Antony Dovgal2006-08-221-4/+20
* Fixed bug #38511, #38473, #38263 (Fixed session extension request shutdownIlia Alshanetsky2006-08-222-1/+12
* MFH: fix separate TSRM buildAntony Dovgal2006-08-222-1/+1
* 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