diff options
author | Nikita Popov <nikic@php.net> | 2016-09-03 23:31:05 +0200 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2016-09-03 23:31:05 +0200 |
commit | f1bfd7fe00116b1d2814c64b77e271448855e0fe (patch) | |
tree | 8c6ae81c0a401f7fe4ec48a77def40a8ffa69ac6 /sapi/phpdbg/phpdbg_prompt.c | |
parent | 85824eda366a7d56aacdeb7d0b334a21ff14c9e3 (diff) | |
parent | 1ae2d074f8fdb7558c404b2deb20b4a31e592058 (diff) | |
download | php-git-f1bfd7fe00116b1d2814c64b77e271448855e0fe.tar.gz |
Merge branch 'PHP-7.0' into PHP-7.1
Diffstat (limited to 'sapi/phpdbg/phpdbg_prompt.c')
-rw-r--r-- | sapi/phpdbg/phpdbg_prompt.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sapi/phpdbg/phpdbg_prompt.c b/sapi/phpdbg/phpdbg_prompt.c index 88bd8d638b..b19739ed34 100644 --- a/sapi/phpdbg/phpdbg_prompt.c +++ b/sapi/phpdbg/phpdbg_prompt.c @@ -1015,6 +1015,7 @@ static int add_zendext_info(zend_extension *ext) /* {{{ */ { } /* }}} */ +#ifdef HAVE_LIBDL PHPDBG_API const char *phpdbg_load_module_or_extension(char **path, char **name) /* {{{ */ { DL_HANDLE handle; char *extension_dir; @@ -1155,6 +1156,7 @@ quit: return NULL; } /* }}} */ +#endif PHPDBG_COMMAND(dl) /* {{{ */ { |