summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_5_2_6RC3'.php-5.2.6RC3SVN Migration2008-03-270-0/+0
* 5.2.6RC3Ilia Alshanetsky2008-03-273-4/+4
* RecreateAndrey Hristov2008-03-271-1/+1
* MF53:- Fix test (readdir() does not sort the results..)Jani Taskinen2008-03-271-25/+55
* Adding tests for gethostbyaddr() and gethostbynamel()Steve Seear2008-03-262-0/+104
* MFH:Marcus Boerger2008-03-261-20/+17
* MFH: check if return value of write() is -1 and abort upload, setting the cor...Antony Dovgal2008-03-261-2/+8
* Fixed test (removed leaks becaue of cyrcular references)Dmitry Stogov2008-03-251-0/+1
* MFH: disabled mmap() when copying files to memoryAntony Dovgal2008-03-241-20/+0
* - Updated to version 2008.2 (2008b)Derick Rethans2008-03-241-562/+592
* Fixed tests (file order is undefined, so we need to sort() them)Dmitry Stogov2008-03-242-0/+20
* - MFH Add .cvsignoreMarcus Boerger2008-03-230-0/+0
* - MFH Add testsMarcus Boerger2008-03-231-0/+23
* - Make multibyte a tad bit less crappyMarcus Boerger2008-03-221-19/+8
* add missing .cvsignoreAntony Dovgal2008-03-210-0/+0
* fix ZTS buildAntony Dovgal2008-03-211-0/+1
* MFB: Refine fix for multibyte char hanling inside command names and argsIlia Alshanetsky2008-03-201-1/+16
* BFNRob Richards2008-03-201-2/+4
* MFH: fix bug #44478 (Inconsistent behaviour when assigning new nodes)Rob Richards2008-03-202-10/+27
* MFHAntony Dovgal2008-03-204-4/+4
* fix testsAntony Dovgal2008-03-205-16/+16
* MFH: Fix bug #44487 (call_user_method_array issues a warning when throwing an...David Soria Parra2008-03-203-4/+34
* Adding language tests.Steve Seear2008-03-199-0/+67
* Added some class tests; Replaced some hardcoded instance ids with %d.Steve Seear2008-03-196-12/+91
* Adding tokenizer testSteve Seear2008-03-191-0/+88
* Adding streams testsSteve Seear2008-03-1915-0/+1518
* Adding filesystem testsSteve Seear2008-03-197-0/+304
* fix testAntony Dovgal2008-03-191-0/+0
* Fixed testDmitry Stogov2008-03-193-3/+12
* Fixed bug #43614 (incorrect processing of numerical string keys of array in a...Felipe Pena2008-03-194-4/+27
* MFB: Bug #44445 (email validator does not handle domains starting/endingIlia Alshanetsky2008-03-183-1/+15
* Adding more tests for serialize() and unserialize().Robin Fernandes2008-03-1826-1/+4265
* Fix buildFelipe Pena2008-03-181-0/+3
* report printf fixStanislav Malyshev2008-03-171-0/+1
* MFB: Properly address incomplete multibyte chars inside escapeshellcmd()Ilia Alshanetsky2008-03-172-0/+7
* fix integer overflow in length calculationStanislav Malyshev2008-03-171-1/+10
* - new tests for ctype functionsJosie Messa2008-03-1766-0/+5711
* - Updated to version 2008.1 (2008a)Derick Rethans2008-03-161-5/+5
* BFN: #41828, #44440Felipe Pena2008-03-151-0/+3
* Fixed bug #44440 (st_blocks undefined under BeOS)Felipe Pena2008-03-151-0/+3
* Add SKIPIF (32bit platform only)Felipe Pena2008-03-143-3/+15
* Fixed bug #43677 (Inconsistent behaviour of include_path set withIlia Alshanetsky2008-03-133-4/+14
* Fix valgrind version validation (accepting "valgrind-3.2.1-Debian")Felipe Pena2008-03-131-1/+1
* Sync with fix for #44394Felipe Pena2008-03-121-1/+1
* Fixed bug #42177 (Warning "array_merge_recursive(): recursion detected" comes...Felipe Pena2008-03-123-1/+37
* MFH: New test for existing behaviorChristopher Jones2008-03-121-0/+46
* MFB: Fixed bug #44388 (Crash inside exif_read_data() on invalid images)Ilia Alshanetsky2008-03-122-1/+2
* Fix bug #41828 (Fix crash on wrong instantiation)Etienne Kneuss2008-03-122-2/+28
* Fixed bug #44394 (Last two bytes missing from output)Felipe Pena2008-03-124-1/+44
* MFH: fix segfault - error_string may be NULL, in this case we have to follow ...Antony Dovgal2008-03-111-6/+18