summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix indentphp-7.0.14PHP-7.0.14Anatol Belski2016-12-061-3/+3
|
* update NEWSAnatol Belski2016-12-061-0/+3
|
* fix leak, take on 7.xAnatol Belski2016-12-062-4/+7
| | | | (cherry picked from commit 9b1430140a75698fd30b304d9bb488a2ce189750)
* Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-12-061-1/+2
| | | | | | | * PHP-5.6: This still leaks memory, I don't have enough knowledge in WDDX code to fix them :( (cherry picked from commit 183b4d78aa03bfa4208d00d4e2eec71ffcde4ab7)
* Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-12-062-0/+24
| | | | | | | * PHP-5.6: Fix bug #73631 - Invalid read when wddx decodes empty boolean element (cherry picked from commit 6292fe84d314bdb8504968084666a683983f8044)
* set versionsAnatol Belski2016-12-063-4/+4
|
* update NEWSAnatol Belski2016-12-061-0/+3
|
* Fix int/size_t confusion in isValidPharFilename (bug #73580)Stanislav Malyshev2016-12-061-0/+4
| | | | (cherry picked from commit bcc913fa8be6672e02f850f95857621a30c9d8ff)
* update NEWSAnatol Belski2016-12-061-0/+1
|
* Fix bug #73645 - int/size_t confusionStanislav Malyshev2016-12-061-2/+2
| | | | (cherry picked from commit 1d59ed75246c7d05688accc349fda70cbee90428)
* fix version in NEWSphp-7.0.14RC1Anatol Belski2016-11-221-1/+1
|
* update libs_versions.txtAnatol Belski2016-11-221-2/+2
| | | | (cherry picked from commit 13c45021dcebe494fe2535b7628e7ee16b22b368)
* set versionsAnatol Belski2016-11-223-4/+4
|
* Fixed use after freeDmitry Stogov2016-11-221-1/+1
|
* Fixed memory leak (Bob)Dmitry Stogov2016-11-222-3/+23
|
* Revert "fix invalid read, follow up on 97b65cc9"Anatol Belski2016-11-221-6/+2
| | | | This reverts commit b52fa5882a276c9397d108cd690721a006acd827.
* fix invalid read, follow up on 97b65cc9Anatol Belski2016-11-221-2/+6
|
* update NEWSAnatol Belski2016-11-221-0/+3
|
* Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-11-220-0/+0
|\ | | | | | | | | * PHP-5.6: update NEWS
| * update NEWSAnatol Belski2016-11-221-0/+3
| |
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-11-225-2/+30
|\ \ | |/ | | | | | | | | * PHP-5.6: Fix bug #73498 Add a test for bug 73498
| * Fix bug #73498Craig Duncan2016-11-221-2/+2
| | | | | | | | | | Postgres uses the DELIMITER keyword since 7.3 And WITH is no longer required/used
| * Add a test for bug 73498Craig Duncan2016-11-224-0/+28
| |
* | remove TSRMLS_*Anatol Belski2016-11-2111-19/+19
| |
* | update php.ini-* for bug #69090Anatol Belski2016-11-212-0/+12
| |
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-11-210-0/+0
|\ \ | |/ | | | | | | * PHP-5.6: update php.ini-* according to changes for bug #69090
| * update php.ini-* according to changes for bug #69090Anatol Belski2016-11-212-0/+12
| |
* | update NEWSAnatol Belski2016-11-211-0/+1
| |
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-11-210-0/+0
|\ \ | |/ | | | | | | * PHP-5.6: update NEWS
| * update NEWSAnatol Belski2016-11-211-0/+3
| |
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-11-211-0/+17
|\ \ | |/ | | | | | | | | * PHP-5.6: add test for bug #73452 Backport 15ac4904 to 5.6
| * add test for bug #73452Anatol Belski2016-11-211-0/+17
| |
| * Backport 15ac4904 to 5.6Anatol Belski2016-11-211-5/+26
| |
* | Update NEWSXinchen Hui2016-11-211-3/+4
| |
* | Fix memory leak(null coalescing operator with Spl hash)Tyson Andre2016-11-202-0/+17
| | | | | | | | | | | | | | | | | | The SEPARATE_ARG_IF_REF macro increased the refcount of the object passed as a key. However, when the key did not exist in the ArrayAccess implementation, the code returned early without trying to decrement the refcount. Add a test of `??` succeeding+failing on a SplObjectStorage instance.
* | Fix bug #73526 (php_json_encode depth issue)Jakub Zelenka2016-11-202-1/+4
| |
* | Fix bug #73538Craig Duncan2016-11-203-5/+40
| | | | | | | | | | | | Remove any previous default headers and replace with the specified ones, as documented, and as is the case when a single header is passed.
* | Revert "Revert "Remove a few unused write warning""Bob Weinand2016-11-209-16/+17
| | | | | | | | | | | | This reverts commit ff5a65d26b139142c5e967582c369ef65b79adf8. (With zend_ prefix now)
* | Revert "Remove a few unused write warning (backport from master, oops)s"Nikita Popov2016-11-208-9/+10
| | | | | | | | This reverts commit c65d24eaa3671e61db7c2a3f28daeaf7c74ac758.
* | Remove a few unused write warning (backport from master, oops)sBob Weinand2016-11-209-10/+10
| |
* | Fixed bug #73483 (Segmentation fault on pcre_replace_callback)Xinchen Hui2016-11-203-35/+84
| |
* | Fix #73219 (fix acinclude when / is present)Joe Watkins2016-11-201-1/+1
| |
* | make it possible to show specific help pages without interactive sessionJoe Watkins2016-11-203-1/+23
| |
* | fix test portabilityAnatol Belski2016-11-181-1/+1
| |
* | don't fail miserably, when an unknown vc version is usedAnatol Belski2016-11-181-4/+22
| |
* | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-11-180-0/+0
|\ \ | |/
| * Fix the lchwon error test for Travis CI.Mitch Hagstrand2016-11-181-1/+1
| | | | | | | | | | | | The E_WARNING message from the PHP function lchown is passed from the system function lchown. The error message returned from lchown can be filesystem dependent.
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-11-183-0/+47
|\ \ | |/
| * Fix #64526: Add missing mysqlnd.* parameters to php.ini-*Christoph M. Becker2016-11-183-0/+47
| |
* | Regenerated scannerDmitry Stogov2016-11-182-1921/+1933
| |