]> granicus.if.org Git - php/commitdiff
- Fix WS
authorAndi Gutmans <andi@php.net>
Sat, 15 Jan 2005 21:13:34 +0000 (21:13 +0000)
committerAndi Gutmans <andi@php.net>
Sat, 15 Jan 2005 21:13:34 +0000 (21:13 +0000)
Zend/zend_API.c

index 48f4f444fc7ee3f89c281e805b680e3c49ad3442..09feb17fcb220408677718817c861621cfca93cc 100644 (file)
@@ -1498,7 +1498,7 @@ void module_destructor(zend_module_entry *module)
                zend_unregister_functions(module->functions, -1, NULL TSRMLS_CC);
        }
 
-#if HAVE_LIBDL|| defined(HAVE_MACH_O_DYLD_H)
+#if HAVE_LIBDL || defined(HAVE_MACH_O_DYLD_H)
        if (module->handle) {
                DL_UNLOAD(module->handle);
        }