Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove mention of PHP major version in Copyright headers | Gabriel Caruso | 2019-09-25 | 1 | -2/+0 |
| | | | | Closes GH-4732. | ||||
* | Suppress warnings using zend_quiet_write | Nikita Popov | 2019-04-11 | 1 | -1/+1 |
| | |||||
* | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
| | |||||
* | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | This patch adds missing newlines, trims multiple redundant final newlines into a single one, and trims redundant leading newlines. According to POSIX, a line is a sequence of zero or more non-' <newline>' characters plus a terminating '<newline>' character. [1] Files should normally have at least one final newline character. C89 [2] and later standards [3] mention a final newline: "A source file that is not empty shall end in a new-line character, which shall not be immediately preceded by a backslash character." Although it is not mandatory for all files to have a final newline fixed, a more consistent and homogeneous approach brings less of commit differences issues and a better development experience in certain text editors and IDEs. [1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206 [2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2 [3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2 | ||||
* | Merge branch 'PHP-7.2' | Xinchen Hui | 2018-04-10 | 1 | -13/+8 |
|\ | | | | | | | | | | | * PHP-7.2: Update NEWS Fixed bug #76143 (Memory corruption: arbitrary NUL overwrite) | ||||
| * | Fixed bug #76143 (Memory corruption: arbitrary NUL overwrite) | Xinchen Hui | 2018-04-10 | 1 | -13/+8 |
| | | |||||
| * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | | |||||
* | | Trailing whitespaces | Gabriel Caruso | 2018-01-03 | 1 | -4/+4 |
| | | | | | | | | Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com> | ||||
* | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
|/ | |||||
* | Fixed bug #74400 (phpdbg comparing socket function to int) | Joe Watkins | 2017-04-10 | 1 | -1/+1 |
| | |||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| | |||||
* | Revert "Revert "Remove a few unused write warning"" | Bob Weinand | 2016-11-20 | 1 | -5/+5 |
| | | | | | | This reverts commit ff5a65d26b139142c5e967582c369ef65b79adf8. (With zend_ prefix now) | ||||
* | Revert "Remove a few unused write warning (backport from master, oops)s" | Nikita Popov | 2016-11-20 | 1 | -1/+1 |
| | | | | This reverts commit c65d24eaa3671e61db7c2a3f28daeaf7c74ac758. | ||||
* | Remove a few unused write warning (backport from master, oops)s | Bob Weinand | 2016-11-20 | 1 | -1/+1 |
| | |||||
* | Fix bug #71575 removing extra semicolons outside macros | James Titcumb | 2016-03-03 | 1 | -1/+1 |
| | |||||
* | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | |||||
* | Exempt paging from -qrr mode | Bob Weinand | 2015-10-20 | 1 | -8/+9 |
| | |||||
* | - Implemented output paging | Felipe Pena | 2015-10-18 | 1 | -1/+35 |
| | |||||
* | Remove -Wunused-result warnings | Bob Weinand | 2015-07-27 | 1 | -4/+4 |
| | |||||
* | Properly exit on EOF on stdin in readline mode | Bob Weinand | 2015-07-07 | 1 | -1/+0 |
| | |||||
* | Fixed the fix in f68dc94aa727085040650b4c9354672f2f62ee6a | Xinchen Hui | 2015-05-27 | 1 | -4/+2 |
| | |||||
* | Remove useless cast | Reeze Xia | 2015-05-27 | 1 | -1/+1 |
| | |||||
* | Fixed phpdbg exit unexpected after signal SIGCONT on OS X | Reeze Xia | 2015-05-26 | 1 | -1/+9 |
| | |||||
* | s/PHP Version 5/PHP Version 7/g | Lior Kaplan | 2015-03-13 | 1 | -1/+1 |
| | | | | Follow up for d0cb7153 | ||||
* | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | |||||
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -2/+2 |
| | |||||
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -9/+9 |
| | |||||
* | Fix possibly unclosed <stream> tags | Bob Weinand | 2014-10-28 | 1 | -4/+0 |
| | |||||
* | Fix last commit, and do not output unnecessary information | Bob Weinand | 2014-10-27 | 1 | -0/+4 |
| | |||||
* | Add question to reset execution in run/exec/clean | Bob Weinand | 2014-10-27 | 1 | -0/+49 |
| | |||||
* | Merge phpdbg into PHP-5.6 | Bob Weinand | 2014-10-24 | 1 | -0/+272 |