summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 5.2.11RC3php-5.2.11RC3Ilia Alshanetsky2009-09-100-0/+0
|
* 5.2.11RC3Ilia Alshanetsky2009-09-103-4/+4
|
* Fixed testIlia Alshanetsky2009-09-101-3/+2
|
* - Possible fix for bug #49344 on Windows (pdo_mssql fails to connect,throws ↵Felipe Pena2009-09-101-5/+5
| | | | PDOException SQLSTATE[] (null) (severity 0))
* Ihnetd.Jani Taskinen2009-09-091-4/+8
|
* TZ newsIlia Alshanetsky2009-09-081-0/+1
|
* - Updated to version 2009.13 (2009m)Derick Rethans2009-09-081-89/+90
|
* Fixed testsIlia Alshanetsky2009-09-072-4/+4
|
* Fixed bug #49470 (FILTER_SANITIZE_EMAIL allows disallowed characters).Ilia Alshanetsky2009-09-072-3/+3
|
* - revert last commit, breaks the build and needs test case(s)Pierre Joye2009-09-061-2/+2
|
* - Fix leaks.Moriyoshi Koizumi2009-09-061-2/+2
|
* - WSPierre Joye2009-09-051-4/+4
|
* - don't hide early declarationPierre Joye2009-09-051-6/+6
|
* - fix #49274, filter_var does not accept object without a toString ↵Pierre Joye2009-09-052-0/+23
| | | | implementation
* - This was not supposed to be committed..Jani Taskinen2009-09-051-1/+1
|
* - Fixed bug #49182 (PHP CGI always outputs the shebang line)Jani Taskinen2009-09-051-1/+1
|
* - some stylingJani Taskinen2009-09-041-3/+3
|
* - Fixed bug #49447 (php engine need to correctly check for socket API Sriram Natarajan2009-09-046-16/+30
| | | | | return status on windows). (Sriram Natarajan)
* MFHMatteo Beccati2009-09-034-10/+20
| | | | | | | - Fixed bug #48060 (pdo_pgsql - large objects are returned as empty) # Backported from 5.3.0, per gripe from Konstantin Ryabitsev # Permission granted by Ilia
* Make invokeArgs() error messages consistent with invoke().Sebastian Bergmann2009-09-032-5/+5
|
* - missing )Pierre Joye2009-09-031-1/+2
|
* - Prepare for b-day :DJani Taskinen2009-09-031-2/+3
|
* Back to devIlia Alshanetsky2009-09-033-3/+5
|
* 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 ↵Jani Taskinen2009-08-312-0/+9
| | | | including files from function), see also bug #49405
* 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 ↵andy wharmby2009-08-277-0/+47
| | | | extension not available.
* This needs to be larger to avoid an overflow on the bit-shifting in this ↵Rasmus Lerdorf2009-08-271-1/+1
| | | | function
* - 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 ↵Pierre Joye2009-08-261-4/+23
| | | | 2k8/vista/win7)