- Fixed bug #42629 (Dynamically loaded PHP extensions need symbols exported on MacOSX)

This commit is contained in:
Jani Taskinen 2007-09-18 09:24:04 +00:00
parent 6c49087e64
commit c29136bd08

View 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 */