summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Missed a few - now it really works with autoconf-2.64+Rasmus Lerdorf2009-11-252-3/+3
* Someone strap down Jani and give him a sedative please.Rasmus Lerdorf2009-11-2513-61/+61
* - Fixed bug #50255 (isset() and empty() silently casts array to object)Felipe Pena2009-11-244-13/+45
* - Fix newsJani Taskinen2009-11-241-0/+2
* Update charset tableAndrey Hristov2009-11-241-3/+43
* Fix null deref found by Michael MacleanRasmus Lerdorf2009-11-241-1/+1
* Implement feature request #50283 (allow base in gmp_strval to use full range:...David Soria Parra2009-11-242-2/+31
* - Fixed bug #50282 (xmlrpc_encode_request() changes object into array in call...Felipe Pena2009-11-243-7/+59
* Fixed bug #50267 (get_browser(null) does not use HTTP_USER_AGENT)Jani Taskinen2009-11-242-3/+7
* - Added test for bug #50261Felipe Pena2009-11-231-0/+38
* - Upgraded bundled libtool to 1.5.26Jani Taskinen2009-11-234-1069/+1726
* Adding IMAP tests (PHP 5.3)Olivier DOUCET2009-11-2319-0/+1018
* Need the PCNTL extension loaded since that is where the SIGKILL constant come...Rasmus Lerdorf2009-11-231-0/+1
* This will only get a permission defined error if not running as root.Rasmus Lerdorf2009-11-231-0/+1
* Don't try to remove an empty output_obj here. Rasmus Lerdorf2009-11-231-2/+3
* Fixed bug #50240 (pdo_mysql.default_socket in php.ini shouldn't used if it is...Ilia Alshanetsky2009-11-232-1/+3
* When Ilia fixed bug #49470 and removed the '/' as a validRasmus Lerdorf2009-11-231-1/+1
* Pierre added certinfo to the curl info array, but that isRasmus Lerdorf2009-11-231-1/+7
* Extend the previously added large string concatenation validationIlia Alshanetsky2009-11-231-1/+1
* - Fixed error_log() to be binary safe when using message_type 3 (message appe...Jani Taskinen2009-11-223-10/+20
* - add tests dirPierre Joye2009-11-220-0/+0
* - Fixed bug #50258 (typos in error strings)Felipe Pena2009-11-211-1/+1
* MFH: Fix phar regex test when '.php' is part of the path, instead be more spe...Brian Shire2009-11-211-1/+1
* Fixed bug #50219 (soap call Segmentation fault on a redirected url).Pierrick Charron2009-11-212-6/+16
* Mention account access so we can refer account-requestors to this READMEChristopher Jones2009-11-201-3/+5
* Don't ignore the 2nd parameter to PDO's quote() method that identifies the da...Ilia Alshanetsky2009-11-201-2/+1
* Compressed protocol support + extensibility for mysqlndAndrey Hristov2009-11-2015-353/+840
* New testChristopher Jones2009-11-191-0/+127
* Refactor testChristopher Jones2009-11-191-50/+105
* Fixed bug #50207 (segmentation fault when concatenating very large stringsIlia Alshanetsky2009-11-192-0/+9
* - Fix newsJani Taskinen2009-11-181-2/+4
* - Fixed "make test" in phpize builds when ini file(s) contain extension direc...Jani Taskinen2009-11-182-9/+6
* - Fixed bug #50185 (ldap_get_entries() return false instead of an empty array...Jani Taskinen2009-11-182-6/+8
* Fixed bug #50212 (crash by ldap_get_option() with LDAP_OPT_NETWORK_TIMEOUT).Ilia Alshanetsky2009-11-182-2/+7
* Fix bug #50140: With default compilation option, php symbols are unresolved f...Uwe Schindler2009-11-172-0/+8
* News entry for post_max_size fixRasmus Lerdorf2009-11-171-0/+1
* Make it possible to disable post_max_sizeRasmus Lerdorf2009-11-171-1/+1
* - Fixed bug #50145 (crash while running bug35634.phpt)Felipe Pena2009-11-173-9/+10
* - Added CG(encoding_declared) initializationFelipe Pena2009-11-161-0/+1
* - Updated to version 2009.19 (2009s)Derick Rethans2009-11-161-66/+67
* Simpify the max_file_uploads handling codeIlia Alshanetsky2009-11-161-6/+1
* - Switching to TSRMLS_FETCH versionFelipe Pena2009-11-166-8/+9
* - Fixed bug #49936 (crash with ftp stream in php_stream_context_get_option())Felipe Pena2009-11-158-21/+40
* - Improve testFelipe Pena2009-11-151-0/+4
* - Fixed bug #50158 (FILTER_VALIDATE_EMAIL fails with valid addresses containi...Felipe Pena2009-11-153-1/+22
* - Fixed bug #49521 (PDO fetchObject sets values before calling constructor) Felipe Pena2009-11-155-30/+76
* - Nuke wsJani Taskinen2009-11-151-1/+1
* Fix bug #49868Rasmus Lerdorf2009-11-151-1/+1
* - Temporary hack to fix bug #49816 (works fine in HEAD which has working outp...Jani Taskinen2009-11-151-9/+16
* New testChristopher Jones2009-11-141-0/+82