| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'PHP-7.4' | Nikita Popov | 2020-02-03 | 1 | -68/+68 |
| |\ | | | | | | | | | * PHP-7.4: Apply tidy formatting | ||||
| | * | Apply tidy formatting | Nikita Popov | 2020-02-03 | 1 | -68/+68 |
| | | | | | | | | | Mostly reindent PHP scripts to spaces. | ||||
| | * | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
| | | | |||||
| * | | Remove mention of PHP major version in Copyright headers | Gabriel Caruso | 2019-09-25 | 1 | -2/+0 |
| | | | | | | | | | Closes GH-4732. | ||||
| * | | Remove year range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
| |/ | |||||
| * | Make PHP development tools files and scripts executable | Peter Kokot | 2018-08-29 | 1 | -0/+0 |
| | | | | | | | | | | | This patch makes several scripts and PHP development tools files executable and adds more proper shebangs to the PHP scripts. The `#!/usr/bin/env php` shebang provides running the script via `./script.php` and uses env to find PHP script location on the system. At the same time it still provides running the script with a user defined PHP location using `php script.php`. | ||||
| * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | | |||||
| * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
| | | |||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #70532 (respect set_exception_handler in phpdbg) | Bob Weinand | 2015-09-23 | 1 | -2/+2 |
| | | |||||
| * | Add show_unexecuted option to phpdbg_end_oplog() | Bob Weinand | 2015-07-20 | 1 | -1/+1 |
| | | |||||
| * | Move phpdbg tests to .phpt mechanism | Bob Weinand | 2015-07-20 | 1 | -0/+150 |
| Also add a few more in-depth tests related to $argv, breakpoints and uncaught exceptions | |||||
