summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 5.2.11RC2php-5.2.11RC2Ilia Alshanetsky2009-09-030-0/+0
* 5.2.11RC2Ilia Alshanetsky2009-09-033-4/+4
* - Fix sanity check for the color index in imagecolortransparentPierre Joye2009-09-032-1/+2
* Fixed return value to comply with testsIlia Alshanetsky2009-09-021-1/+1
* - Add missing bug fixing newsJani Taskinen2009-09-021-0/+1
* Merging last tests made in HEADPatrick Allaert2009-09-016-0/+120
* Fixing #49424 (#48696): segfault while using ldap_search(), ldap_read(),...Patrick Allaert2009-09-012-3/+15
* fix typoJani Taskinen2009-08-311-1/+1
* - Fixed zlib.deflate compress filter to actually accpet level parameter.Jani Taskinen2009-08-313-17/+29
* add missing skipifsZoe Slattery2009-08-317-0/+14
* Fixed bug #49361 (wordwrap() wraps incorrectly on end of line boundaries).Ilia Alshanetsky2009-08-312-1/+3
* MF53: - Fixed bug #49000 (PHP CLI in Interactive mode (php -a) crashes when i...Jani Taskinen2009-08-312-0/+9
* The last of the 2009 testfest testsZoe Slattery2009-08-3010-0/+441
* - Fixed leak on error in popen/exec (and related functions)Pierre Joye2009-08-302-0/+3
* More tests from 2009 testfestZoe Slattery2009-08-307-0/+261
* bc math tests from testfest 2009Zoe Slattery2009-08-307-0/+78
* server for ftp testsZoe Slattery2009-08-301-215/+327
* More tests from 2009 testfestZoe Slattery2009-08-3034-44/+1018
* Fixed to allow for http etcZoe Slattery2009-08-301-4/+8
* New basic network function tests. Tested on Windows, Linux and Linux 64 bitandy wharmby2009-08-283-0/+55
* More tests from 2009 testfestZoe Slattery2009-08-2812-0/+275
* Fix time_sleep_until() tests; not supported on Windows on 5.2andy wharmby2009-08-275-6/+37
* Fix tests. Add missing SKIPIF sections so test do not run when POSIX extensio...andy wharmby2009-08-277-0/+47
* This needs to be larger to avoid an overflow on the bit-shifting in this func...Rasmus Lerdorf2009-08-271-1/+1
* - fix #49372, segfault in php_curl_option_urlPierre Joye2009-08-262-1/+2
* - silent warning (fix for #28038)Pierre Joye2009-08-262-1/+2
* - updatePierre Joye2009-08-261-0/+1
* - fix #44683, popen crashes when an invalid mode is passed (works on 2k8/vist...Pierre Joye2009-08-261-4/+23
* - fix build (pls at least try to compile before committing)Pierre Joye2009-08-261-2/+2
* Test from 2009 testfestZoe Slattery2009-08-26150-0/+4276
* Fixed variable clobberingIlia Alshanetsky2009-08-261-7/+7
* Fixed bug #47273 (Encoding bug in SoapServer->fault)Dmitry Stogov2009-08-263-0/+61
* fix bug #48640: cleaned up ifdef whoes, removed duplicate code.Guenter Knauf2009-08-261-38/+15
* Don't clober variablesIlia Alshanetsky2009-08-241-5/+5
* Adding tests for imagecolorallocatealphaRafael Machado Dohms2009-08-246-0/+143
* Fixes a memory leak in ssl streams. The context was not properly freedMikko Koppanen2009-08-221-6/+14
* - Fixed bug #49286 (php://input (php_stream_input_read) is broken)Jani Taskinen2009-08-202-1/+3
* - WS + CS + syncJani Taskinen2009-08-201-26/+36
* - Fixed bug #49289 (bcmath module does not compile with phpize configure).Jani Taskinen2009-08-202-11/+5
* New basic test for md5(). Tested on Windows, Linux and Linux 64 bitandy wharmby2009-08-193-0/+82
* fix crash when unexpectedly passed by-ref parameter is modifiedStanislav Malyshev2009-08-185-0/+57
* - Fixed bug #28038 (Sent incorrect RCPT TO commands to SMTP server)Garrett Serack2009-08-182-6/+34
* NULL the value after freeIlia Alshanetsky2009-08-181-0/+1
* New str_replace() tests. All tested on Windows, Linux and Linux 64andy wharmby2009-08-175-0/+709
* - Fix newsJani Taskinen2009-08-171-1/+2
* Fixed bug #49144 (import of schema from different host transmits original aut...Dmitry Stogov2009-08-174-0/+70
* - Fixed bug #49236 (Missing PHP_SUBST(PDO_MYSQL_SHARED_LIBADD)).Jani Taskinen2009-08-171-2/+3
* - Fixed bug #49248 by fixing bug #48994 properlyJani Taskinen2009-08-172-33/+13
* - Try disabling zlib.output_compression always for images. (zlib extension mi...Jani Taskinen2009-08-171-3/+4
* Make test more portable.andy wharmby2009-08-1712-28/+40