]> granicus.if.org Git - php/commitdiff
- Fixed bug #42629 (Dynamically loaded PHP extensions need symbols exported on MacOSX)
authorJani Taskinen <jani@php.net>
Tue, 18 Sep 2007 09:24:04 +0000 (09:24 +0000)
committerJani Taskinen <jani@php.net>
Tue, 18 Sep 2007 09:24:04 +0000 (09:24 +0000)
Zend/zend_extensions.c

index 3c19b61a829ed3e65a45a84f08a4dd6d8edb6108..e69b3e2c6bc176e9e73a41d36a39337704c2c16a 100644 (file)
@@ -243,7 +243,7 @@ void *zend_mh_bundle_load(char* bundle_path)
                return NULL;
        }
 
-       bundle_handle = NSLinkModule(bundle_image, bundle_path, NSLINKMODULE_OPTION_PRIVATE);
+       bundle_handle = NSLinkModule(bundle_image, bundle_path, NSLINKMODULE_OPTION_NONE);
        NSDestroyObjectFileImage(bundle_image);
 
        /* call the init function of the bundle */