php-src/sapi/phpdbg
Nikita Popov b0f030509a Merge branch 'PHP-7.4' into PHP-8.0
* PHP-7.4:
  PHPDBG: fix bug parsing 3-word opcodes
2021-04-22 10:12:25 +02:00
..
tests Merge branch 'PHP-7.4' into PHP-8.0 2021-04-22 10:12:25 +02:00
.gdbinit
.phpdbginit Trim trailing whitespace in source code files 2018-10-13 14:17:28 +02:00
config.m4 Revert "Link executable files using non PIC object files. This reduces PIC overhead and improves performance." 2019-10-10 16:28:59 +03:00
config.w32 Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
create-test.php Merge branch 'PHP-7.4' 2020-02-03 13:42:08 +01:00
CREDITS
Makefile.frag Clean up the generation of the parsers 2020-02-01 14:21:53 +01:00
phpdbg_arginfo.h Include stub hash in generated arginfo files 2020-06-24 09:55:19 +02:00
phpdbg_bp.c Accept zend_string instead of zval in zend_compile_string 2020-09-07 11:42:21 +02:00
phpdbg_bp.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_break.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_break.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_btree.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_btree.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_cmd.c Constify char * arguments of APIs 2020-06-08 10:38:45 +02:00
phpdbg_cmd.h Constify char * arguments of APIs 2020-06-08 10:38:45 +02:00
phpdbg_eol.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_eol.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_frame.c Make zend_type a 2-field struct 2019-11-08 15:15:48 +01:00
phpdbg_frame.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_help.c Fix [-Wmissing-field-initializers] compiler warning in PHPDBG_COMMAND_HELP_D macro 2020-02-10 11:33:06 +01:00
phpdbg_help.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_info.c Improve type error messages when an object is given 2020-05-26 19:06:19 +02:00
phpdbg_info.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_io.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_io.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_lexer.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_lexer.l PHPDBG: fix bug parsing 3-word opcodes 2021-04-22 10:11:26 +02:00
phpdbg_list.c Accept zend_string instead of zval in zend_compile_string 2020-09-07 11:42:21 +02:00
phpdbg_list.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_opcode.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_opcode.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_out.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_out.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_parser.y Revert fix for bug 76813 and re2c version bump 2021-01-11 17:19:52 +01:00
phpdbg_print.c Constify char * arguments of APIs 2020-06-08 10:38:45 +02:00
phpdbg_print.h Constify char * arguments of APIs 2020-06-08 10:38:45 +02:00
phpdbg_prompt.c Merge branch 'PHP-7.4' into PHP-8.0 2021-02-24 19:07:22 +00:00
phpdbg_prompt.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_rinit_hook.c Code tweaks: Remove unneeded semicolons 2020-04-29 23:17:40 +02:00
phpdbg_rinit_hook.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_set.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_set.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_sigio_win32.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_sigio_win32.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_sigsafe.c Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
phpdbg_sigsafe.h
phpdbg_utils.c Merge branch 'PHP-7.4' 2020-06-02 15:19:32 +02:00
phpdbg_utils.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_wait.c Use zend_string_equals API in a couple places 2020-07-03 17:02:28 +02:00
phpdbg_wait.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_watch.c Use ZEND_UNREACHABLE() instead of ZEND_ASSERT(0) 2020-06-16 18:39:09 +02:00
phpdbg_watch.h Merge branch 'PHP-7.4' 2020-05-26 17:46:56 +02:00
phpdbg_webdata_transfer.c Remove unnecessary initialization in phpdbg webhelper 2020-06-23 14:29:24 +02:00
phpdbg_webdata_transfer.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_win.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_win.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg.1.in Update year to 2021 2021-02-02 16:46:16 +01:00
phpdbg.c Consolidate the usage of "either" and "one of" in error messages 2020-09-20 19:41:47 +02:00
phpdbg.h Accept zend_string instead of zval in zend_compile_string 2020-09-07 11:42:21 +02:00
phpdbg.init.d Trim trailing whitespace in source code files 2018-10-13 14:17:28 +02:00
phpdbg.stub.php Add stubs for some SAPIs 2020-05-14 13:35:12 +02:00
test.php Apply tidy formatting 2020-02-03 13:41:31 +01:00
web-bootstrap.php Rename non-existing site phpdbg.com to localhost 2019-02-19 20:21:20 +01:00
xml.md Fix miscellaneous typos in docs 2019-10-19 19:19:28 +02:00