summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Reworked Fix bug #52098Julien Pauli2016-03-211-13/+4
| |
* | Fix bug #52098Daniel Persson2016-03-213-91/+144
| |
* | Update NEWS for efacdc3Xinchen Hui2016-03-211-0/+4
| |
* | Merge branch 'PHP-5.6' of https://github.com/msierks/php-src into PHP-5.6Xinchen Hui2016-03-211-1/+1
|\ \ | | | | | | | | | | | | * 'PHP-5.6' of https://github.com/msierks/php-src: FIX #71831: CURLOPT_NOPROXY applied as long instead of string
| * | FIX #71831: CURLOPT_NOPROXY applied as long instead of stringMichael Sierks2016-03-181-1/+1
| | | | | | | | | | | | | | | | | | The CURLOPT_NOPROXY option value is converted to a long before being applied as a curl option. This causes the option to have no effect. This patch changes this conversion to a string.
* | | Fixed bug #67582Nikita Popov2016-03-203-5/+33
| | |
* | | fix and update NEWSAnatol Belski2016-03-171-0/+7
| | |
* | | Backport patch for bug #71820Anatol Belski2016-03-174-2/+225
| | | | | | | | | | | | Rev b4eedd128ba9f61be08a50c94afd72837d7cf70b
* | | Merge branch 'PHP-5.6' of git.php.net:/php-src into PHP-5.6Xinchen Hui2016-03-171-7/+14
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-5.6' of git.php.net:/php-src: fix NEWS NEWS Fix Bug #63171 Script hangs after max_execution_time
| * | | fix NEWSRemi Collet2016-03-171-1/+3
| | | |
| * | | NEWSRemi Collet2016-03-171-0/+1
| | | |
| * | | Fix Bug #63171 Script hangs after max_execution_timeRemi Collet2016-03-171-7/+14
| | | | | | | | | | | | | | | | | | | | If aborted via timer expiration, don't try to call any unixODBC function which may hangs because of internal locks
* | | | Fixed bug #71843 (null ptr deref ZEND_RETURN_SPEC_CONST_HANDLER)Xinchen Hui2016-03-173-1/+29
|/ / /
* | | Fixed test scriptXinchen Hui2016-03-171-1/+1
| | |
* | | Fixed test scriptXinchen Hui2016-03-171-1/+1
| | |
* | | Fixed bug #71841 (EG(error_zval) is not handled well)Xinchen Hui2016-03-174-239/+507
| | |
* | | Fixed bug #71840 (Unserialize accepts wrongly data)Xinchen Hui2016-03-174-22/+55
| | |
* | | prepare for 5.6.20RC1Ferenc Kovacs2016-03-173-7/+9
| | |
* | | fix #ifdef usageRemi Collet2016-03-161-1/+1
|/ /
* | Updated to version 2016.2 (2016b)Derick Rethans2016-03-151-1449/+1594
| |
* | update libs versionsAnatol Belski2016-03-151-3/+3
| |
* | fix testAnatol Belski2016-03-141-1/+2
| | | | | | | | | | Many warnings won't appear with libxml2 >= 2.9.3 because in many cases libxml2 2.9.3 will just abort processing.
* | update NEWSAnatol Belski2016-03-111-0/+3
| |
* | Fix DatePeriod::getEndDate() segfaultThomas Punt2016-03-112-0/+15
| |
* | fix error condition, part of bug #71753Anatol Belski2016-03-101-1/+1
| |
* | tsrm_win32_get_path_sid_key might returns NULL (Partially fix bug #71752)Xinchen Hui2016-03-101-1/+3
| | | | | | | | cherry-picked from 7d5f71b0b125c89211e5a2a6d925deba938abd41
* | Fixed typo (partially fix for #71753)Xinchen Hui2016-03-101-1/+1
| |
* | fix directory separatorAnatol Belski2016-03-091-2/+2
| |
* | fix regression introduced in 5683b6fa39Anatol Belski2016-03-082-1/+3
| | | | | | | | | | Test extended. Basically, both iterator type and next node have to be checked.
* | Fixed bug #69953Christoph M. Becker2016-03-035-5/+26
| | | | | | | | Added support for MKCALENDAR request method in CLI web server.
* | Additional improvements to crypt() detection codeAnton Blanchard2016-03-031-50/+53
| | | | | | | | | | Reformat to normalize tabs vs spaces, return 1 if crypt.h not defined, fix C99 compliance.
* | ext/standard/config.m4: fix crypt() test segfaults in >=glibc-2.17.Michael Orlitzky2016-03-031-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | Starting with glibc-2.17, the crypt() function will report an EINVAL and return NULL when the format of the "salt" parameter is invalid. The current tests for crypt() pass its result to strcmp(), causing segfaults when the value returned from crypt() is NULL. This commit modifies the test programs to exit with failure when crypt() returns NULL. Reference: https://bugs.gentoo.org/show_bug.cgi?id=518964
* | Disable upload_2G test on travisNikita Popov2016-03-031-0/+4
| |
* | show correct MINFO with libpq >= 9.5.xAnatol Belski2016-03-021-1/+1
| |
* | Merge branch 'PHP-5.6.19' into PHP-5.6Stanislav Malyshev2016-03-011-0/+0
|\ \ | | | | | | | | | | | | | | | | | | * PHP-5.6.19: fix test file Fix version Update NEWS
| * \ Merge branch 'PHP-5.5' into PHP-5.6.19Stanislav Malyshev2016-03-011-0/+0
| |\ \ | | |/ | | | | | | | | | | | | | | | * PHP-5.5: fix test file Fix version Update NEWS
| | * fix test fileStanislav Malyshev2016-03-011-0/+0
| | |
| | * Fix versionStanislav Malyshev2016-03-011-3/+3
| | |
| | * Update NEWSStanislav Malyshev2016-03-012-4/+11
| | |
* | | Merge branch 'PHP-5.6.19' into PHP-5.6Stanislav Malyshev2016-03-019-13/+91
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | * PHP-5.6.19: update NEWS Fix bug #71498: Out-of-Bound Read in phar_parse_zipfile() fix ts buld prep for 5.6.19RC1 Fixed bug #71587 - Use-After-Free / Double-Free in WDDX Deserialize
| * | update NEWSStanislav Malyshev2016-03-011-1/+7
| | |
| * | Merge branch 'PHP-5.5.33' into PHP-5.6.19Stanislav Malyshev2016-03-016-7/+79
| |\ \ | | |/ | | | | | | | | | | | | * PHP-5.5.33: Fix bug #71498: Out-of-Bound Read in phar_parse_zipfile() Fixed bug #71587 - Use-After-Free / Double-Free in WDDX Deserialize
| | * Fix bug #71498: Out-of-Bound Read in phar_parse_zipfile()Stanislav Malyshev2016-02-214-3/+21
| | |
| | * Fixed bug #71587 - Use-After-Free / Double-Free in WDDX DeserializeStanislav Malyshev2016-02-142-4/+58
| | |
| * | fix ts buldphp-5.6.19RC1Anatol Belski2016-02-181-1/+1
| | |
| * | prep for 5.6.19RC1Ferenc Kovacs2016-02-183-9/+7
| | |
* | | Merge branch 'PHP-5.6-bug_69757' of https://github.com/wayfair/php-src into ↵Xinchen Hui2016-03-021-2/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | PHP-5.6 * 'PHP-5.6-bug_69757' of https://github.com/wayfair/php-src: limit size of result set so unit test runs reliably
| * | | limit size of result set so unit test runs reliablyAdam Baratz2016-03-011-2/+2
| | | |
* | | | Fix intermittent failure of bug_68819_002.phptNikita Popov2016-03-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The test used rand(32, 127) to select the character, however chr(127) results in "data" instead of the expected result, so this test would fail in something like 1% of the runs. Replace rand() with fixed character "a".
* | | | Fix bug #71694mpyw2016-03-012-0/+6
|/ / / | | | | | | | | | Exports contants CURLM_ADDED_ALREADY.