php-src/sapi
Christoph M. Becker d169d06d30 Remove useless PHPDBG_* constants
The sole purpose of `PHPDBG_FILE`, `PHPDBG_METHOD`, `PHPDBG_LINENO` and
`PHPDBG_FUNC` has been to be passed as first argument to `phpdbg_break`.
However, this functions is replaced as of PHP 5.6.3 by
`phpdbg_break_file`, `phpdbg_break_method` and 'phpdbg_break_func`,
respectively.  Therefore, we're finally removing the useless constants.
2018-06-25 11:42:54 +02:00
..
apache2handler Fix race conditions with Apache vhost vs. per dir config 2018-02-01 15:24:31 +01:00
cgi Fixed bug #75982 ($_SERVER mostly empty with default variables_order GPCS on FastCGI/CGI) 2018-03-23 15:17:10 +03:00
cli Merge branch 'pull-request/3274' 2018-06-19 16:50:16 -07:00
embed year++ 2018-01-02 12:57:58 +08:00
fpm Merge branch 'PHP-7.2' 2018-06-20 12:32:20 +02:00
litespeed Use zend_string_release_ex() instread of zend_string_release() in places, where we sure about string persistence. 2018-05-28 16:27:12 +03:00
phpdbg Remove useless PHPDBG_* constants 2018-06-25 11:42:54 +02:00
tests Merge branch 'PHP-5.6' 2015-08-11 01:42:25 +02:00