mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
readline support #6
This commit is contained in:
parent
97d4052bb8
commit
33f0502f19
2 changed files with 42 additions and 19 deletions
5
phpdbg.h
5
phpdbg.h
|
@ -37,6 +37,11 @@
|
|||
# include "TSRM.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LIBREADLINE
|
||||
# include <readline/readline.h>
|
||||
# include <readline/history.h>
|
||||
#endif
|
||||
|
||||
#ifdef ZTS
|
||||
# define PHPDBG_G(v) TSRMG(phpdbg_globals_id, zend_phpdbg_globals *, v)
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue