summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* PHP 5.3.22php-5.3.22PHP-5.3.22Johannes Schlüter2013-02-203-10/+9
|
* PHP 5.3.22RC2php-5.3.22RC2Johannes Schlüter2013-02-133-3/+9
|
* Proper bit reset codeDmitry Stogov2013-02-131-2/+2
| | | | (cherry picked from commit 188c196d4da60bdde9190d2fc532650d17f7af2d)
* Disabled external entities loadingDmitry Stogov2013-02-131-0/+2
| | | | (cherry picked from commit afe98b7829d50806559acac9b530acb8283c3bf4)
* Check if soap.wsdl_cache_dir confirms to open_basedirDmitry Stogov2013-02-131-1/+35
| | | | (cherry picked from commit cc4c318b0c71e1a9c9cf803b5ee5d437344d64db)
* PHP 5.3.22RC1php-5.3.22RC1Johannes Schlüter2013-01-313-4/+4
|
* Fixed bug #64106: Segfault on SplFixedArray[][x] = y when extendedNikita Popov2013-01-304-2/+28
|
* Merge branch 'PHP-5.3' of git.php.net:/php-src into PHP-5.3Johannes Schlüter2013-01-296-70/+123
|\
| * NEWS for bug #64023 (see aa0adce)Gustavo Lopes2013-01-231-0/+3
| |
| * Fix bug #64023 (__toString() & SplFileInfo)Gustavo Lopes2013-01-224-70/+39
| | | | | | | | | | | | | | | | | | | | | | | | Defining a __toString() method was having no effect when concatenating the object. This was because the cast_object() handler would ignore __toString(). Using echo() directly would actually use __toString(), but this was a bug: the ECHO handler would try zend_std_cast_object_tostring() before cast_object(), but cast_object() should have priority as zend_std_cast_object_tostring() assumes an object with a zend_class_entry.
| * fix bug #63462 (Magic methods called twice for unset protected properties)Stanislav Malyshev2013-01-183-0/+86
| |
* | Fix bug #64099 (Wrong TSRM usage in zend_register_class_alias)Johannes Schlüter2013-01-292-2/+3
| |
* | Fix NEWS after 5.3.21Johannes Schlüter2013-01-161-11/+13
|/
* Update the arguments in the prototype of fpm_socket_unix_test_connect().Adam Harvey2013-01-162-1/+4
| | | | Fixes bug #63999 (php with fpm fails to build on Solaris 10 or 11).
* Revert "Update fputcsv() to escape all characters equally."Adam Harvey2013-01-154-29/+13
| | | | | | On second thoughts, while the behaviour _is_ broken, this isn't the right fix. This reverts commit 9b5cb0e8059b1e8bec096067491ed8d75f878938.
* Update fputcsv() to escape all characters equally.Adam Harvey2013-01-154-13/+29
| | | | | | | | | At present, backslashes have special case handling within fputcsv(): when one is encountered within a field that's being escaped, escaping stops until the next instance of the enclosure character is hit. This can result in malformed CSV. Fixes bug #43225 (fputcsv incorrectly handles cells ending in \ followed by ").
* Fixed uninitialized zval.type (Yoram)Dmitry Stogov2013-01-101-0/+1
|
* Fix test after fix for bug #63943 (Bad warning text from strpos() on empty ↵Remi Collet2013-01-101-0/+0
| | | | | | needle) See commit c05ee74e7ff28b49018bf3e8f452bfd5386d1b68
* Use during connect the flags set with set_client_option()Andrey Hristov2013-01-091-0/+2
|
* Fixed compilator bug that might cause jump depended on unitialized valueDmitry Stogov2013-01-092-3/+4
|
* Fixed bug #63943 (Bad warning text from strpos() on empty needle)Xinchen Hui2013-01-093-1/+13
|
* Update news with new bug fix.Derick Rethans2013-01-061-0/+4
|
* Fixed bug #55397: Comparsion of incomplete DateTime causes SIGSEGV.Derick Rethans2013-01-062-1/+16
|
* bump yearXinchen Hui2013-01-0645-45/+45
|
* Fixed bug #63899 (Use after scope error in zend_compile)Xinchen Hui2013-01-042-1/+2
|
* This will be PHP 5.3.22Johannes Schlüter2013-01-033-5/+7
|
* Happy New YearXinchen Hui2013-01-0196-98/+98
|
* Happy New Year~Xinchen Hui2013-01-01657-665/+665
|
* Revert "Remove a useless memory write in zend_llist_del_element"Pierrick Charron2012-12-261-1/+3
| | | | | This reverts commit fad960a4045da86cdbd8308a165ffc47892f05b9 as required by Stas and Christopher
* Remove a useless memory write in zend_llist_del_elementPierrick Charron2012-12-251-3/+1
| | | | | The zend_llist_element *next pointer is not necessary and removing it will also remove a write on memory
* Fixed segfault due to libcurl connection cachingPierrick Charron2012-12-223-0/+81
| | | | | | | | | | | | Libcurl is doing connection caching. When easy handle is cleaned up, if the handle was previously used by the curl_multi_api, the connection remains open un the curl multi handle is cleaned up. Some protocols are sending content like the FTP one, and libcurl try to use the WRITEFUNCTION or the HEADERFUNCTION. Since structures used in those callback are freed, we need to use an other callback to which avoid segfaults. Libcurl commit d021f2e8a00 fix this issue and should be part of 7.28.2
* Update NEWS filePierrick Charron2012-12-211-0/+4
|
* Fixed bug #63352 (Can't enable hostname validation when using curl stream ↵Pierrick Charron2012-12-211-2/+2
| | | | wrappers)
* CURL >= 7.28.0 no longer support value 1 for CURLOPT_SSL_VERIFYHOST)Pierrick Charron2012-12-213-1/+78
| | | | Fixed bug #63795
* Fix test to work on every libcurl versionPierrick Charron2012-12-211-4/+4
|
* - Fixed typo on "SKIPIF" (causing make test to abort on some systems)Felipe Pena2012-12-201-1/+1
|
* Fixed bug #55438 (Curlwapper is not sending http header randomly)Pierrick Charron2012-12-193-13/+14
| | | | | | Since curl multi is used, it sometime happen that the resource is freed before the curl multi really execute the query. The patch will store the headers slist in the curlstream handle and free it only when the stream will be closed
* Update release dateJohannes Schlüter2012-12-191-3/+1
|
* dos2unix & skip on connect failXinchen Hui2012-12-171-33/+34
|
* Fix failed testXinchen Hui2012-12-171-1/+1
|
* Need connect.inc hereRasmus Lerdorf2012-12-131-0/+1
|
* Fix broken testRasmus Lerdorf2012-12-131-1/+1
| | | | | Need to use the configured connection parameters here. We can't assume the test user has access.
* Fix broken testRasmus Lerdorf2012-12-131-1/+1
| | | | This was missing a %s for the path here
* Fix Bug #63762 Sigsegv when Exception::$trace is changed by userJohannes Schlüter2012-12-133-15/+96
|
* MFHXinchen Hui2012-12-131-1/+1
|
* Merge branch 'PHP-5.3' of git.php.net:/php-src into PHP-5.3Johannes Schlüter2012-12-102-0/+4
|\
| * Fixed bug #63726 (Memleak with static properties and internal/user classes)Xinchen Hui2012-12-103-0/+6
| |
* | Fix typoJohannes Schlüter2012-12-101-1/+1
|/
* skip 32-bit OSXinchen Hui2012-12-101-0/+4
|
* Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3Xinchen Hui2012-12-108-7/+39
|\