]> 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:23:56 +0000 (09:23 +0000)
committerJani Taskinen <jani@php.net>
Tue, 18 Sep 2007 09:23:56 +0000 (09:23 +0000)
Zend/zend_extensions.c

index 7107b3bd6636b08c44b6fa4eb571873fa0d926ef..6d439607439f9ef011f581657aca2f64586b6ea1 100644 (file)
@@ -245,7 +245,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 */