diff options
| author | Sascha Schumann <sas@php.net> | 2000-05-02 01:21:28 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 2000-05-02 01:21:28 +0000 |
| commit | f8f7dcf0cfc989eedab51eff0994af8f3f2a4848 (patch) | |
| tree | 5584dfa5e7b0529b1ec1d2d2b2cd5de4af881ca2 /ext/yp/yp.c | |
| parent | d4def2d2a324b1c8b5deb5bebc4286563afa67e5 (diff) | |
| download | php-git-f8f7dcf0cfc989eedab51eff0994af8f3f2a4848.tar.gz | |
Make yp buildable as shared module
Diffstat (limited to 'ext/yp/yp.c')
| -rw-r--r-- | ext/yp/yp.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/yp/yp.c b/ext/yp/yp.c index a8d82d751c..eb276c7901 100644 --- a/ext/yp/yp.c +++ b/ext/yp/yp.c @@ -47,6 +47,10 @@ zend_module_entry yp_module_entry = { STANDARD_MODULE_PROPERTIES }; +#ifdef COMPILE_DL_YP +ZEND_GET_MODULE(yp) +#endif + /* {{{ proto string yp_get_default_domain(void) Returns the domain or false */ PHP_FUNCTION(yp_get_default_domain) { |
