Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | set versionsphp-7.1.4 | Joe Watkins | 2017-04-11 | 3 | -4/+4 |
| | |||||
* | Fix buid with system libsqlite, see bug #74217PHP-7.1.4 | Remi Collet | 2017-03-29 | 4 | -2/+12 |
| | | | | | | SQLITE_DETERMINISTIC only exists in recent version e.g. missing on 3.7 which is the default on RHEL/CentOS-7 and probably others (wheezy have 3.7, jessie 3.8...) | ||||
* | relax more this test | Remi Collet | 2017-03-29 | 1 | -1/+1 |
| | |||||
* | relax test failing in fast computer | Remi Collet | 2017-03-29 | 1 | -2/+4 |
| | |||||
* | set versionsphp-7.1.4RC1 | Joe Watkins | 2017-03-28 | 3 | -4/+4 |
| | |||||
* | update NEWS | Anatol Belski | 2017-03-28 | 1 | -0/+3 |
| | |||||
* | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-03-28 | 2 | -47/+1 |
|\ | | | | | | | | | | | * PHP-7.0: update NEWS Revert "Fixed bug #61471" | ||||
| * | update NEWS | Anatol Belski | 2017-03-28 | 1 | -0/+3 |
| | | |||||
| * | Revert "Fixed bug #61471" | Anatol Belski | 2017-03-28 | 2 | -47/+1 |
| | | | | | | | | This reverts commit 80c8d84af303d2fddc9ba9f181c7117b9040811d. | ||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-03-28 | 0 | -0/+0 |
|\ \ | |/ | | | | | | | * PHP-7.0: prepare next | ||||
| * | prepare next | Anatol Belski | 2017-03-28 | 3 | -5/+9 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-03-28 | 0 | -0/+0 |
|\ \ | |/ | | | | | | | * PHP-7.0: update NEWS | ||||
| * | update NEWS | Anatol Belski | 2017-03-28 | 1 | -0/+3 |
| | | |||||
* | | update NEWS | Anatol Belski | 2017-03-28 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-03-27 | 2 | -1/+23 |
|\ \ | |/ | | | | | | | | | * PHP-7.0: deps updated, cherry-pick 88642decf9ab59d206db515990886b0761bfa835 add test for bug #74230 | ||||
| * | deps updated, cherry-pick 88642decf9ab59d206db515990886b0761bfa835 | Anatol Belski | 2017-03-27 | 1 | -1/+1 |
| | | |||||
| * | add test for bug #74230 | Anatol Belski | 2017-03-27 | 1 | -0/+22 |
| | | |||||
* | | Don't retain mt_rand() seeds across requests | x-xiang | 2017-03-27 | 1 | -0/+2 |
| | | | | | | | | | | In particular, this prevents manual seeding of mt_rand() to leak across requests. | ||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Derick Rethans | 2017-03-27 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Forgot to update the output in the test too | Derick Rethans | 2017-03-27 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-03-27 | 1 | -2/+1 |
|\ \ | |/ | | | | | | | * PHP-7.0: always use staging deps for CI, that's what we have a CI for as well | ||||
| * | always use staging deps for CI, that's what we have a CI for as well | Anatol Belski | 2017-03-27 | 1 | -2/+1 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Derick Rethans | 2017-03-27 | 1 | -5/+5 |
|\ \ | |/ | |||||
| * | Fixed test for #33415 due to data fixes. | Derick Rethans | 2017-03-27 | 1 | -5/+5 |
| | | |||||
* | | Updated to version 2017.2 (2017b) | Derick Rethans | 2017-03-24 | 1 | -580/+618 |
| | | |||||
* | | Empty merge | Derick Rethans | 2017-03-24 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Updated to version 2017.2 (2017b) | Derick Rethans | 2017-03-24 | 1 | -580/+618 |
| | | |||||
* | | Added a test case to make sure microseconds work. | Derick Rethans | 2017-03-24 | 1 | -0/+17 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-03-23 | 6 | -3964/+4159 |
|\ \ | |/ | |||||
| * | Fix sequencing UB | Nikita Popov | 2017-03-23 | 2 | -422/+445 |
| | | |||||
| * | Fix lineno for AST_ZVAL nodes | Nikita Popov | 2017-03-23 | 3 | -3/+10 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Sara Golemon | 2017-03-23 | 3 | -1/+27 |
|\ \ | |/ | | | | | | | * PHP-7.0: Fix bug where `yield from` is captured too greedily | ||||
| * | Fix bug where `yield from` is captured too greedily | Sara Golemon | 2017-03-23 | 3 | -1/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the following piece of code: ```php function from1234($x) { return $x; } function foo($x) { yield from1234($x); } ``` The statement inside foo is taken as `yield from` `1234($x)` which is neither the intent, nor even legal syntax for an fcall. Do a lookahead for breaking non-label characters after the `yield from` and only accept it if they occur. | ||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Dmitry Stogov | 2017-03-23 | 1 | -0/+4 |
|\ \ | |/ | | | | | | | * PHP-7.0: Fixed uninitialized data | ||||
| * | Fixed uninitialized data | Dmitry Stogov | 2017-03-23 | 1 | -0/+4 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-03-23 | 2 | -2/+2 |
|\ \ | |/ | | | | | | | * PHP-7.0: adjust deps dir naming scheme | ||||
| * | adjust deps dir naming scheme | Anatol Belski | 2017-03-23 | 2 | -2/+2 |
| | | | | | | | | not principal, just to have it same way as everywhere | ||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-03-21 | 6 | -9/+9 |
|\ \ | |/ | | | | | | | * PHP-7.0: explicitly ignore php.ini for proc open tests | ||||
| * | explicitly ignore php.ini for proc open tests | Anatol Belski | 2017-03-21 | 6 | -9/+9 |
| | | | | | | | | | | | | | | In some cases, when an environment is unclean, tests might get stuck fe when some incorrect ini file is loaded. As the test depends on the core only, it is safer to explicitly ignore the ini. Any ini can be passed in the cmd itself, if needed. | ||||
* | | Fix for #73837: "new DateTime()" with a cast to double | Derick Rethans | 2017-03-20 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Jakub Zelenka | 2017-03-20 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Lower timeout in test for but #72333 | Jakub Zelenka | 2017-03-20 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-03-17 | 4 | -10/+12 |
|\ \ | |/ | |||||
| * | Fix bug #74265 | Nikita Popov | 2017-03-17 | 4 | -10/+12 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Jakub Zelenka | 2017-03-17 | 1 | -1/+8 |
|\ \ | |/ | |||||
| * | Make test 002 for bug #65538 not to use https in cafile | Jakub Zelenka | 2017-03-17 | 1 | -1/+8 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Jakub Zelenka | 2017-03-17 | 1 | -3/+20 |
|\ \ | |/ | |||||
| * | Consume data by server in test for bug #72333 | Jakub Zelenka | 2017-03-17 | 1 | -3/+20 |
| | | | | | | | | Client should be able to write more data and prevent time out | ||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-03-17 | 1 | -1/+8 |
|\ \ | |/ | |||||
| * | Fix AST start lineno for list nodes | Nikita Popov | 2017-03-17 | 1 | -1/+8 |
| | | | | | | | | | | | | If the node is initialized with children, check if a child has a lower start lineno, similar to what we do for fixed-sized nodes as well. |