php-src/sapi/phpdbg
Dmitry Stogov c732ab400a Change Zend Stream API to use zend_string* instead of char*.
This allows to eliminate re-calculation of string lenght and hash value.
See the detailed list of changes in UPGRADING.INTERNALS.
2021-03-16 20:31:36 +03:00
..
tests Merge branch 'PHP-8.0' 2021-01-11 17:21:42 +01: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 Improve class entry generation 2021-02-16 13:09:56 +01:00
phpdbg_bp.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
phpdbg_bp.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01: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 Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
phpdbg_btree.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
phpdbg_cmd.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
phpdbg_cmd.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01: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 Replace zend_bool uses with bool 2021-01-15 12:33:06 +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 Replace zend_bool uses with bool 2021-01-15 12: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 Replace zend_bool uses with bool 2021-01-15 12:33:06 +01: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 Revert fix for bug 76813 and re2c version bump 2021-01-11 17:19:52 +01:00
phpdbg_list.c Change Zend Stream API to use zend_string* instead of char*. 2021-03-16 20:31:36 +03:00
phpdbg_list.h Remove unused mmap member in phpdbg_file_source 2021-01-26 17:11:06 +01:00
phpdbg_opcode.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
phpdbg_opcode.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
phpdbg_out.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
phpdbg_out.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
phpdbg_parser.y Merge branch 'PHP-8.0' 2021-01-11 17:21:42 +01:00
phpdbg_print.c Reference dynamic functions through dynamic_defs 2021-03-01 11:35:54 +01:00
phpdbg_print.h Constify char * arguments of APIs 2020-06-08 10:38:45 +02:00
phpdbg_prompt.c Change Zend Stream API to use zend_string* instead of char*. 2021-03-16 20:31:36 +03:00
phpdbg_prompt.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01: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 Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
phpdbg_sigsafe.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
phpdbg_utils.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
phpdbg_utils.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
phpdbg_wait.c Improve SPL directory and stat() cache using zend_srting* instead of char* 2021-02-26 02:28:46 +03:00
phpdbg_wait.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_watch.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01: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 Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
phpdbg.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
phpdbg.init.d Trim trailing whitespace in source code files 2018-10-13 14:17:28 +02:00
phpdbg.stub.php Enable class entry generation for sapi extensions 2021-02-14 12:03:48 +01: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