readline support #6

This commit is contained in:
krakjoe 2013-11-12 04:20:14 +00:00
parent 97d4052bb8
commit 33f0502f19
2 changed files with 42 additions and 19 deletions

View file

@ -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