diff options
| author | Sascha Schumann <sas@php.net> | 2000-05-02 04:26:48 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 2000-05-02 04:26:48 +0000 |
| commit | 92c87b1ba9437904ed1aecf3744e79864e90e75c (patch) | |
| tree | 4c6dbefd3c9a70c5d861bb32d55534387f55d035 /ext/readline/readline.c | |
| parent | dca0d3f4544bcd2219a68c33b1376d08753e0480 (diff) | |
| download | php-git-92c87b1ba9437904ed1aecf3744e79864e90e75c.tar.gz | |
Make readline compilable as shared module
Diffstat (limited to 'ext/readline/readline.c')
| -rw-r--r-- | ext/readline/readline.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/readline/readline.c b/ext/readline/readline.c index 1d64bdc110..588f8b084c 100644 --- a/ext/readline/readline.c +++ b/ext/readline/readline.c @@ -69,6 +69,10 @@ zend_module_entry readline_module_entry = { STANDARD_MODULE_PROPERTIES }; +#ifdef COMPILE_DL_READLINE +ZEND_GET_MODULE(readline) +#endif + PHP_MINIT_FUNCTION(readline) { using_history(); |
