summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump year.Sebastian Bergmann2007-01-01555-557/+557
* Simplify code and change strchr() to memchr()Ilia Alshanetsky2006-12-311-7/+4
* Added boundary checks to php_binary deserializerIlia Alshanetsky2006-12-311-0/+5
* - MFH Bugfix: #39996 Wrong PHPDoc comment for SplFileInfo::getType()Marcus Boerger2006-12-311-1/+1
* - Fixed bug #36427 (proc_open() / proc_close() leak handles on windows).Nuno Lopes2006-12-311-1/+2
* Fixed bug #38542 (proc_get_status() returns wrong PID on windows)Nuno Lopes2006-12-312-7/+15
* Added missing resource validation checksIlia Alshanetsky2006-12-301-4/+4
* Added missing resource type checksIlia Alshanetsky2006-12-301-30/+15
* fix bug #39760 (cloning fails on nested SimpleXML-Object)Rob Richards2006-12-302-0/+50
* C++ commentIlia Alshanetsky2006-12-301-1/+1
* Mark test as being 32bit onlyIlia Alshanetsky2006-12-301-0/+6
* Fixes test #50Ilia Alshanetsky2006-12-301-0/+3
* Fixed bug #39971 (pg_insert/pg_update do not allow now() to be used forIlia Alshanetsky2006-12-292-6/+36
* MFHAntony Dovgal2006-12-282-5/+2
* make this test run a little faster (is currently timeout with valgrind)Nuno Lopes2006-12-281-8/+8
* Added buffer length checksIlia Alshanetsky2006-12-281-1/+1
* Simplify code and eliminate strcat() usageIlia Alshanetsky2006-12-281-27/+12
* MFHAntony Dovgal2006-12-281-8/+8
* MFHAntony Dovgal2006-12-283-3/+4
* die("skip this is for PHP < 4.2.3");Nuno Lopes2006-12-271-61/+0
* oops: remove uneeded code in the skip conditionNuno Lopes2006-12-271-1/+1
* add fr_FR@euro to the setlocale listNuno Lopes2006-12-271-2/+2
* MFHAntony Dovgal2006-12-271-1/+1
* MFH more test improvements by Chris JonesAntony Dovgal2006-12-275-16/+480
* Don't forget to free url structureIlia Alshanetsky2006-12-261-0/+1
* Fixed bug #39878 (CURL doesn't compile on Sun Studio Pro).Ilia Alshanetsky2006-12-261-7/+10
* Session deserializer protection.Ilia Alshanetsky2006-12-261-36/+32
* is_numeric_string() optimizationIlia Alshanetsky2006-12-261-3/+1
* MFHAntony Dovgal2006-12-261-1/+1
* - MFH: add better zlib detectionPierre Joye2006-12-261-23/+49
* - #39952 zip ignoring --with-libdir on zlib checks (judas dotPierre Joye2006-12-261-1/+1
* Code review:Dmitry Stogov2006-12-2612-403/+501
* Allocation safety checksIlia Alshanetsky2006-12-251-2/+2
* MFHAntony Dovgal2006-12-251-2/+2
* Allocation safety checksIlia Alshanetsky2006-12-254-4/+4
* MFHAntony Dovgal2006-12-251-1/+1
* MFHAntony Dovgal2006-12-251-1/+1
* MFHAntony Dovgal2006-12-251-6/+12
* Use safe_emalloc()Ilia Alshanetsky2006-12-257-11/+11
* fix weird strlen() usageAntony Dovgal2006-12-251-1/+1
* MFHAntony Dovgal2006-12-251-1/+1
* Fixed test for 64bit systemsIlia Alshanetsky2006-12-251-1/+1
* MFHAntony Dovgal2006-12-251-1/+1
* MFHAntony Dovgal2006-12-251-1/+1
* MFHAntony Dovgal2006-12-251-1/+1
* Use %F (ignores locale) for internal representation of floatsIlia Alshanetsky2006-12-254-8/+8
* MFHAntony Dovgal2006-12-251-1/+1
* fix testAntony Dovgal2006-12-252-6/+6
* Define SENDBUFLEN for older c-client libsIlia Alshanetsky2006-12-251-0/+3
* MFHAntony Dovgal2006-12-251-2/+1