summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bump version for releasephp-7.1.3PHP-7.1.3Joe Watkins2017-03-143-4/+4
|
* sync newsJoe Watkins2017-03-141-2/+0
|
* Make sure we anchor this test to FebruaryDerick Rethans2017-03-031-3/+3
|
* Fix bug73858.phpt to work in months without 31 daysMitch Hagstrand2017-03-031-3/+3
| | | | | Used hardcoded months in bug73858.phpt rather than the current and previous month.
* Revert "Fix bug #74159"Joe Watkins2017-03-032-116/+0
| | | | This reverts commit e9873d9853da2b6153776c2e5ed6858e87f0baa2.
* Revert "Update test for bug #74159"Joe Watkins2017-03-031-1/+1
| | | | This reverts commit ff8a6b1232b78abe0ad7de5a44af4be2b8839728.
* make test slower againRemi Collet2017-02-281-20/+20
|
* bump version for RC1php-7.1.3RC1Joe Watkins2017-02-283-4/+4
|
* Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-02-280-0/+0
|\ | | | | | | | | * PHP-7.0: prepare next
| * prepare nextAnatol Belski2017-02-283-5/+9
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-02-270-0/+0
|\ \ | |/ | | | | | | * PHP-7.0: Revert "fix crash in phpdbg shutdown process when opcache is loaded"
| * Revert "fix crash in phpdbg shutdown process when opcache is loaded"Joe Watkins2017-02-271-2/+1
| | | | | | | | This reverts commit 008fb28eafa3740b1e3696b1a5cf7566d493b97d.
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-02-271-1/+2
|\ \ | |/ | | | | | | * PHP-7.0: fix crash in phpdbg shutdown process when opcache is loaded
| * fix crash in phpdbg shutdown process when opcache is loadedJoe Watkins2017-02-271-1/+2
| |
* | Merge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1Xinchen Hui2017-02-261-1/+1
|\ \ | | | | | | | | | | | | * 'PHP-7.1' of git.php.net:/php-src: Improve fix for bug #73807
| * \ Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-251-1/+1
| |\ \ | | |/
| | * Improve fix for bug #73807Nikita Popov2017-02-251-1/+1
| | | | | | | | | | | | | | | | | | At least on some architectures memmove() on FreeBSD does not short-curcuit if src==dst. Check for it explicitly to avoid quadratic copying.
* | | Fixed bug #74157 (Segfault with nested generators)Xinchen Hui2017-02-264-2/+26
|/ /
* | Fixed bug #74164 (PHP hangs when an invalid value is dynamically passed to ↵Xinchen Hui2017-02-253-0/+40
| | | | | | | | typehinted by-ref arg)
* | Merge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1Xinchen Hui2017-02-256-7/+164
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-7.1' of git.php.net:/php-src: Fix bug #73127 Support run or test target invoked within debugger Update test for bug #74159 Update NEWS Fix bug #74159
| * \ Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-243-3/+33
| |\ \ | | |/
| | * Fix bug #73127Grundik2017-02-243-3/+33
| | | | | | | | | | | | | | | gost-crypto hash was incorrect if input data contained long 0xFF sequence, due to a carry-propagation bug.
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-02-241-4/+13
| |\ \ | | |/ | | | | | | | | | * PHP-7.0: Support run or test target invoked within debugger
| | * Support run or test target invoked within debuggerAnatol Belski2017-02-241-4/+13
| | | | | | | | | | | | | | | | | | Useful, as it gets all the environment produced by the makefile. For the test target, it might make sense to have the child process debug plugin for VS installed.
| * | Merge branch 'PHP-7.0' into PHP-7.1Aaron Piotrowski2017-02-231-1/+1
| |\ \ | | |/
| | * Update test for bug #74159Aaron Piotrowski2017-02-231-1/+1
| | |
| * | Merge branch 'PHP-7.0' into PHP-7.1Aaron Piotrowski2017-02-233-0/+118
| |\ \ | | |/
| | * Update NEWSAaron Piotrowski2017-02-231-0/+2
| | |
| | * Fix bug #74159Aaron Piotrowski2017-02-232-0/+116
| | | | | | | | | | | | Thanks to @brzuchal for the patch to xp_ssl.c and @DaveRandom for helping debug the problem.
* | | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-02-230-0/+0
|\ \ \ | |/ / |/| | | | | | | | * PHP-7.0: Fixed typo (it should be typo)
| * | Fixed typo (it should be typo)Xinchen Hui2017-02-231-8/+8
| |/
* | Add test only (bug doesn't exists in 7.1)Xinchen Hui2017-02-231-0/+27
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-02-230-0/+0
|\ \ | |/ | | | | | | * PHP-7.0: Fixed bug #74152 (if statement says true to a null variable)
| * Fixed bug #74152 (if statement says true to a null variable)Xinchen Hui2017-02-233-2/+40
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-02-231-0/+1
|\ \ | |/ | | | | | | * PHP-7.0: Fixed bug #74148 (ReflectionFunction incorrectly reports the number of arguments)
| * Fixed bug #74148 (ReflectionFunction incorrectly reports the number of ↵Xinchen Hui2017-02-232-0/+3
| | | | | | | | arguments)
* | Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-02-220-0/+0
|\ \ | |/ | | | | | | * PHP-7.0: report about OpenSSL 1.1 not supported during configure
| * report about OpenSSL 1.1 not supported during configureRemi Collet2017-02-221-2/+4
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-02-222-6/+10
|\ \ | |/ | | | | | | | | * PHP-7.0: pull-request/2393: stop fpm make install clobbering dot d configuration
| * pull-request/2393:Coenraad Loubser2017-02-222-6/+10
| | | | | | | | stop make install from clobbering default dot d configuration
* | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-02-211-1/+0
|\ \ | |/ | | | | | | * PHP-7.0: too many dashes
| * too many dashesDmitry Stogov2017-02-211-1/+0
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-02-211-2/+13
|\ \ | |/ | | | | | | * PHP-7.0: Increase WSDL cache version (7.0 wsdl cache is incomatible with PHP-5) Include WSDL cache version number into file name
| * Increase WSDL cache version (7.0 wsdl cache is incomatible with PHP-5)Dmitry Stogov2017-02-211-2/+13
| | | | | | | | Include WSDL cache version number into file name
* | Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-02-191-1/+1
|\ \ | |/ | | | | | | * PHP-7.0: fix test for libzip 1.2.0
| * fix test for libzip 1.2.0Remi Collet2017-02-191-1/+1
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-02-181-0/+1
|\ \ | |/ | | | | | | * PHP-7.0: initialize valid_symbol_table, important for the main thread
| * initialize valid_symbol_table, important for the main threadAnatol Belski2017-02-181-0/+1
| | | | | | | | to prevent php_errormsg population on invalid symlol_table
* | Fixed #74099 - Memory leak with openssl_encrypt()andrewnester2017-02-173-3/+22
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-172-41/+47
|\ \ | |/