summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* set versionsphp-7.1.6PHP-7.1.6Joe Watkins2017-06-073-4/+4
|
* set versions for 7.1.6RC1php-7.1.6RC1Joe Watkins2017-05-233-4/+4
|
* Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-05-230-0/+0
|\ | | | | | | | | * PHP-7.0: time to move next
| * time to move nextAnatol Belski2017-05-233-5/+9
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-05-201-1/+1
|\ \ | |/ | | | | | | * PHP-7.0: move to the next sdk version for AppVeyor
| * move to the next sdk version for AppVeyorAnatol Belski2017-05-201-1/+1
| |
* | Merge branch '74595-reflection-parameters' of ↵Xinchen Hui2017-05-193-7/+63
|\ \ | | | | | | | | | | | | | | | | | | https://github.com/andrewnester/php-src into PHP-7.1 * '74595-reflection-parameters' of https://github.com/andrewnester/php-src: Fixed #74595 - ReflectionMethod::getParameters returns incorrect number of parameters
| * | Fixed #74595 - ReflectionMethod::getParameters returns incorrect number of ↵andrewnester2017-05-153-7/+63
| | | | | | | | | | | | parameters
* | | Merge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1Xinchen Hui2017-05-194-3/+58
|\ \ \ | | | | | | | | | | | | | | | | | | | | * 'PHP-7.1' of git.php.net:/php-src: follow up fix on bug #74022 Fixed bug #74606 (Segfault within try/catch/finally nesting in Generators)
| * \ \ Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-05-182-2/+28
| |\ \ \ | | | |/ | | |/| | | | | | | | | * PHP-7.0: follow up fix on bug #74022
| | * | follow up fix on bug #74022Anatol Belski2017-05-182-2/+28
| | | |
| * | | Fixed bug #74606 (Segfault within try/catch/finally nesting in Generators)Bob Weinand2017-05-173-1/+32
| | | | | | | | | | | | | | | | Thanks to Nikita for pointing out the error source.
* | | | Update newsXinchen Hui2017-05-191-0/+2
|/ / /
* | | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-05-171-0/+4
|\ \ \ | |/ / | | | | | | | | | * PHP-7.0: Added cleanup
| * | Added cleanupXinchen Hui2017-05-171-0/+4
| | |
* | | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-05-171-0/+34
|\ \ \ | |/ / | | | | | | | | | * PHP-7.0: Added test for bug #74600
| * | Added test for bug #74600Xinchen Hui2017-05-171-0/+34
| | |
* | | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-05-171-0/+55
|\ \ \ | |/ / | | | | | | | | | * PHP-7.0: Added test for bug #74596
| * | Added test for bug #74596Xinchen Hui2017-05-171-0/+55
| | |
* | | improve error handlingAnatol Belski2017-05-171-6/+18
| | |
* | | fix wrong error checkAnatol Belski2017-05-171-1/+1
| | |
* | | fix testAnatol Belski2017-05-161-2/+2
| | |
* | | add test for bug #74589Anatol Belski2017-05-161-0/+49
| | |
* | | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-05-161-2/+2
|\ \ \ | |/ / | | | | | | | | | * PHP-7.0: Fixed bug #74600 (crash (SIGSEGV) in _zend_hash_add_or_update_i)
| * | Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0Xinchen Hui2017-05-161-2/+2
| |\ \ | | | | | | | | | | | | | | | | * 'PHP-7.0' of git.php.net:/php-src: variation of icu libraries causes failure
| * | | Fixed bug #74600 (crash (SIGSEGV) in _zend_hash_add_or_update_i)Xinchen Hui2017-05-162-2/+4
| | | |
* | | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-05-161-2/+2
|\ \ \ \ | | |/ / | |/| | | | | | | | | | * PHP-7.0: variation of icu libraries causes failure
| * | | variation of icu libraries causes failureSteve Walk2017-05-161-2/+2
| |/ /
* | | Update NEWsXinchen Hui2017-05-161-0/+3
| | |
* | | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-05-161-0/+3
|\ \ \ | |/ / | | | | | | | | | * PHP-7.0: Fixed bug #74596 (SIGSEGV with opcache.revalidate_path enabled)
| * | Fixed bug #74596 (SIGSEGV with opcache.revalidate_path enabled)Xinchen Hui2017-05-162-0/+6
| | | | | | | | | | | | Yeah, no test script is provided.. I got some troubles to make a one
* | | Revert "fixing run-tests.php for variables_order="GPCS""Anatol Belski2017-05-151-96/+72
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit c1d57186976e75a2a54f7bd167a77e2872cadc6a. The commit seems to be inappropriate as it contains parts from master, which have nothing to do with the variables order issue. Obviously patch applied to wrong branch or alike.
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-05-151-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-7.0: switch to Postgres 9.6 for appveyor
| * | switch to Postgres 9.6 for appveyorAnatol Belski2017-05-151-1/+1
| | |
* | | [ci skip] update NEWSAnatol Belski2017-05-151-0/+1
| | |
* | | Fixed bug #74589 __DIR__ wrong for unicode characterAnatol Belski2017-05-151-0/+4
| |/ |/|
* | fixing run-tests.php for variables_order="GPCS"Matt Ficken2017-05-151-72/+96
| |
* | [ci skip] update NEWSAnatol Belski2017-05-141-0/+4
| |
* | revert workaround for bug #74489 as it's fixed in the dependency libAnatol Belski2017-05-141-1/+1
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-05-101-1/+1
|\ \ | |/ | | | | | | * PHP-7.0: Remove typo from test header
| * Remove typo from test headerSara Golemon2017-05-101-1/+1
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-05-0938-2/+61
|\ \ | |/ | | | | | | | | * PHP-7.0: Fixed tests when using cumstom php.ini(session.save_handler) Fix Bug #74541 Wrong reflection on session_start()
| * Fixed tests when using cumstom php.ini(session.save_handler)Xinchen Hui2017-05-0936-1/+38
| |
| * Merge branch 'fix_74541' of https://github.com/villfa/php-src into PHP-7.0Xinchen Hui2017-05-092-1/+23
| |\ | | | | | | | | | | | | * 'fix_74541' of https://github.com/villfa/php-src: Fix Bug #74541 Wrong reflection on session_start()
| | * Fix Bug #74541 Wrong reflection on session_start()Fabien Villepinte2017-05-082-1/+23
| | |
* | | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-05-091-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-7.0: Fix typo: exectute => execute
| * | Merge branch 'patch-1' of https://github.com/ifdattic/php-src into PHP-7.0Xinchen Hui2017-05-091-1/+1
| |\ \ | | |/ | |/| | | | | | | * 'patch-1' of https://github.com/ifdattic/php-src: Fix typo: exectute => execute
| | * Fix typo: exectute => executeAndrew Marcinkevičius2017-05-081-1/+1
| | |
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-05-081-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-7.0: sync bin sdk version
| * | sync bin sdk versionAnatol Belski2017-05-081-1/+1
| | |