Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean DONE tags from tests | Fabien Villepinte | 2019-11-07 | 1 | -2/+0 |
| | | | | | | | Remove most of the `===DONE===` tags and its variations. Keep `===DONE===` if the test output otherwise becomes empty. Closes GH-4872. | ||||
* | Convert some notices to warnings | Nikita Popov | 2019-10-02 | 1 | -1/+1 |
| | | | | Part of https://wiki.php.net/rfc/engine_warnings. | ||||
* | Trim trailing whitespace in tests | Gabriel Caruso | 2018-10-14 | 1 | -1/+1 |
| | |||||
* | Fixed bug #72306 (Heap overflow through proc_open and $env parameter) | Xinchen Hui | 2016-06-13 | 1 | -2/+0 |
| | |||||
* | proc_open(): separate environment values that aren't strings | Tjerk Meesters | 2014-03-03 | 1 | -0/+57 |
Added a test case |