summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_io.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
| | | | Closes GH-4732.
* Suppress warnings using zend_quiet_writeNikita Popov2019-04-111-1/+1
|
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
|
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-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 Hui2018-04-101-13/+8
|\ | | | | | | | | | | * PHP-7.2: Update NEWS Fixed bug #76143 (Memory corruption: arbitrary NUL overwrite)
| * Fixed bug #76143 (Memory corruption: arbitrary NUL overwrite)Xinchen Hui2018-04-101-13/+8
| |
| * year++Xinchen Hui2018-01-021-1/+1
| |
* | Trailing whitespacesGabriel Caruso2018-01-031-4/+4
| | | | | | | | Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com>
* | year++Xinchen Hui2018-01-021-1/+1
|/
* Fixed bug #74400 (phpdbg comparing socket function to int)Joe Watkins2017-04-101-1/+1
|
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
|
* Revert "Revert "Remove a few unused write warning""Bob Weinand2016-11-201-5/+5
| | | | | | This reverts commit ff5a65d26b139142c5e967582c369ef65b79adf8. (With zend_ prefix now)
* Revert "Remove a few unused write warning (backport from master, oops)s"Nikita Popov2016-11-201-1/+1
| | | | This reverts commit c65d24eaa3671e61db7c2a3f28daeaf7c74ac758.
* Remove a few unused write warning (backport from master, oops)sBob Weinand2016-11-201-1/+1
|
* Fix bug #71575 removing extra semicolons outside macrosJames Titcumb2016-03-031-1/+1
|
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
|
* Exempt paging from -qrr modeBob Weinand2015-10-201-8/+9
|
* - Implemented output pagingFelipe Pena2015-10-181-1/+35
|
* Remove -Wunused-result warningsBob Weinand2015-07-271-4/+4
|
* Properly exit on EOF on stdin in readline modeBob Weinand2015-07-071-1/+0
|
* Fixed the fix in f68dc94aa727085040650b4c9354672f2f62ee6aXinchen Hui2015-05-271-4/+2
|
* Remove useless castReeze Xia2015-05-271-1/+1
|
* Fixed phpdbg exit unexpected after signal SIGCONT on OS XReeze Xia2015-05-261-1/+9
|
* s/PHP Version 5/PHP Version 7/gLior Kaplan2015-03-131-1/+1
| | | | Follow up for d0cb7153
* bump yearXinchen Hui2015-01-151-1/+1
|
* trailing whitespace removalStanislav Malyshev2015-01-101-2/+2
|
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-9/+9
|
* Fix possibly unclosed <stream> tagsBob Weinand2014-10-281-4/+0
|
* Fix last commit, and do not output unnecessary informationBob Weinand2014-10-271-0/+4
|
* Add question to reset execution in run/exec/cleanBob Weinand2014-10-271-0/+49
|
* Merge phpdbg into PHP-5.6Bob Weinand2014-10-241-0/+272