summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* set versionsphp-7.0.4RC1Anatol Belski2016-02-163-4/+4
* Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-02-160-0/+0
|\
| * yet two test fixes in openssl in 5.6Anatol Belski2016-02-162-4/+7
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-02-161-4/+6
|\ \ | |/
| * improve testAnatol Belski2016-02-161-4/+6
* | Fixed bug #71603 (compact() maintains references in php7)Xinchen Hui2016-02-163-0/+17
* | Fixed bug #71601 (finally block not executed after yield from)Bob Weinand2016-02-153-18/+61
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-02-150-0/+0
|\ \ | |/
| * Fix timelib compat with PHP5Anatol Belski2016-02-152-1/+2
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-02-150-0/+0
|\ \ | |/
| * Backported fix for bug #71525Anatol Belski2016-02-153-0/+23
* | Fixed possible memory leakDmitry Stogov2016-02-151-0/+1
* | Added missing semicolonDmitry Stogov2016-02-151-1/+1
* | More fixing for bug #71540Stanislav Malyshev2016-02-152-1/+3
* | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-02-150-0/+0
|\ \ | |/
| * Fix bug #71540 - NULL pointer dereference in xsl_ext_function_php()Stanislav Malyshev2016-02-153-0/+75
* | Fix bug #71540 - NULL pointer dereference in xsl_ext_function_php()Stanislav Malyshev2016-02-152-0/+71
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-02-150-0/+0
|\ \ | |/
| * fix dir separator in testAnatol Belski2016-02-151-3/+3
* | fix dir separator in testAnatol Belski2016-02-151-3/+3
* | make sure the tests always uses same tzAnatol Belski2016-02-151-0/+2
* | Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0Xinchen Hui2016-02-153-1/+24
|\ \
| * | fixed news entryAnatol Belski2016-02-151-1/+1
| * | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-02-150-0/+0
| |\ \ | | |/
| | * fix NEWS entryAnatol Belski2016-02-151-1/+1
| * | update NEWSAnatol Belski2016-02-151-0/+4
| * | Fix bug #71525Sean DuBois2016-02-152-0/+19
* | | Fixed typo (I think it should be a typo)Xinchen Hui2016-02-151-1/+1
|/ /
* | Update NEWSXinchen Hui2016-02-151-0/+3
* | fpm: call zend_signal_init() in childMickaƫl2016-02-151-0/+4
* | Update NEWSXinchen Hui2016-02-151-0/+4
* | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2016-02-151-6/+5
|\ \ | |/
| * Update NEWS: "Fixed bug #71584 (Possible use-after-free of ZCG(cwd) in Zend ...Xinchen Hui2016-02-151-0/+4
| * Merge branch 'PHP-5.6' of git.php.net:/php-src into PHP-5.6Xinchen Hui2016-02-156-15/+59
| |\
| * | Fix use-after-free of ZCG(cwd) in Zend OptimizerYussuf Khalil2016-02-101-6/+5
* | | updated NEWSAnatol Belski2016-02-141-0/+4
* | | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-02-140-0/+0
|\ \ \ | | |/ | |/|
| * | update NEWSAnatol Belski2016-02-141-0/+4
* | | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-02-141-0/+13
|\ \ \ | |/ /
| * | Fixed bug #71559 Built-in HTTP server, we can downlaod file in web by bugAnatol Belski2016-02-141-0/+13
* | | cleanup duplicated varAnatol Belski2016-02-141-4/+1
* | | fix file lists with subdirs passed to EXTENSION()Anatol Belski2016-02-141-57/+92
* | | Format string fixesNikita Popov2016-02-1417-45/+60
* | | Fix format attributes in ZTSNikita Popov2016-02-143-26/+3
* | | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-02-131-1/+2
|\ \ \ | |/ /
| * | Check length of string before comparing to :memory:Nikita Popov2016-02-131-1/+2
* | | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-02-132-2/+2
|\ \ \ | |/ /
| * | Fix bounds check in strip_tags()Nikita Popov2016-02-131-1/+1
| * | Fix test descriptionNikita Popov2016-02-131-1/+1
* | | Fix extract() overwriting its own argumentNikita Popov2016-02-131-4/+10