diff options
author | Nikita Popov <nikic@php.net> | 2016-09-03 23:30:23 +0200 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2016-09-03 23:30:23 +0200 |
commit | 1ae2d074f8fdb7558c404b2deb20b4a31e592058 (patch) | |
tree | da197ea43caa6f7b67463e9163c6d4bed6bde565 /sapi/phpdbg/phpdbg_prompt.c | |
parent | 8cc9570f53926df12e85302af325d42382326bf4 (diff) | |
download | php-git-1ae2d074f8fdb7558c404b2deb20b4a31e592058.tar.gz |
Fix bug #72996
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 6f73d3087a..7115d8d472 100644 --- a/sapi/phpdbg/phpdbg_prompt.c +++ b/sapi/phpdbg/phpdbg_prompt.c @@ -1019,6 +1019,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; @@ -1159,6 +1160,7 @@ quit: return NULL; } /* }}} */ +#endif PHPDBG_COMMAND(dl) /* {{{ */ { |