1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 18:22:42 +01:00

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

This commit is contained in:
Jani Taskinen
2007-09-18 09:23:56 +00:00
parent 511488d1f1
commit 99dac437ea

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