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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user