summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_5_2_1'.php-5.2.1SVN Migration2007-02-070-0/+0
* 5.2.1Ilia Alshanetsky2007-02-073-4/+4
* Fixed Bug #40274 (Sessions fail with numeric root keys).Ilia Alshanetsky2007-02-062-2/+8
* Update ! docs.Andrei Zmievski2007-02-051-2/+2
* - Make sure to be ANSI C compliantAndi Gutmans2007-02-051-1/+1
* #39213Frank M. Kromann2007-02-041-1/+1
* Fix win32 buildFrank M. Kromann2007-02-041-0/+1
* - MFH Add PHPAPI to stuff needed by streams API for shared extsMarcus Boerger2007-02-032-7/+10
* Fixed bug #37927 (Prevent trap when COM extension processes argument of type...andy wharmby2007-02-022-1/+3
* Fixed bug #34564 (COM extension not returning modified "out" argument)andy wharmby2007-02-025-0/+151
* Better generated parserIlia Alshanetsky2007-02-021-222/+116
* Fixed test mixupIlia Alshanetsky2007-02-022-5/+55
* Removed dead codeDmitry Stogov2007-02-012-5/+5
* Fixed possible crash because of dereference of NULLDmitry Stogov2007-02-011-8/+4
* Enable canary protection in DEBUG mode only.Dmitry Stogov2007-02-011-1/+1
* MFHAntony Dovgal2007-02-011-0/+4
* MFH: free class_name when necessaryAntony Dovgal2007-02-011-0/+6
* plug leakAntony Dovgal2007-02-011-0/+3
* fix leaks on errorAntony Dovgal2007-02-011-0/+4
* Fixed bug #40285 (The PDO prepare parser goes into an infinite loop inIlia Alshanetsky2007-02-014-204/+243
* BFNAntony Dovgal2007-01-311-0/+2
* MFH: improve testsAntony Dovgal2007-01-312-11/+94
* MFH: fix segfault on rebindinging and rexecuting a statement with LOBsAntony Dovgal2007-01-313-1/+20
* Prepare news file for releaseIlia Alshanetsky2007-01-301-217/+215
* fixed incompatibility with PHP 5.2.0 for encoding conversion between ShiftJIS...Rui Hirokawa2007-01-2911-158/+599
* Prevent flush of closed handle on php_module_shutdown()Dmitry Stogov2007-01-291-0/+4
* - #40228Pierre Joye2007-01-291-0/+2
* - #40228, ZipArchive::extractTo does create empty directoriesPierre Joye2007-01-293-14/+44
* Fixed bug #40259 (ob_start call many times - memory error). (Dmitry)Dmitry Stogov2007-01-292-10/+16
* nullify param.parameter and avoid destroying it twiceAntony Dovgal2007-01-271-1/+5
* - Disable memory streams set option until 5.2.2Marcus Boerger2007-01-271-1/+1
* - MFH truncate support for mem/temp streamsMarcus Boerger2007-01-271-5/+39
* use length - 1 when we fetch it from hashesAntony Dovgal2007-01-261-12/+12
* Fixed bug #40231 (file_exists incorrectly reports false)Dmitry Stogov2007-01-262-4/+15
* fix leakAntony Dovgal2007-01-261-1/+18
* Back to devIlia Alshanetsky2007-01-262-3/+3
* 5.2.1RC4Ilia Alshanetsky2007-01-263-4/+4
* add package2.xmlAntony Dovgal2007-01-251-0/+375
* add missing ifdefsAntony Dovgal2007-01-251-1/+10
* setlocale() returns static buffer, which must be copiedAntony Dovgal2007-01-251-1/+9
* MFH: fix #40189 (possible endless loop in zlib.inflate stream filter)Antony Dovgal2007-01-253-0/+17
* PHP4 compatibilityAntony Dovgal2007-01-251-8/+14
* Fix typoRasmus Lerdorf2007-01-251-1/+1
* Added safety checks to the codeIlia Alshanetsky2007-01-251-4/+6
* Eliminate strcat() and strcpy()Ilia Alshanetsky2007-01-252-5/+2
* prepare to release 1.2.3Antony Dovgal2007-01-242-24/+98
* strcat() -> strlcat()Ilia Alshanetsky2007-01-241-7/+7
* MFHAntony Dovgal2007-01-241-0/+1
* add testNuno Lopes2007-01-231-0/+59
* fix a few crashesNuno Lopes2007-01-231-4/+4