mirror of
https://github.com/php/php-src.git
synced 2026-04-16 20:41:18 +02:00
MFZE1
This commit is contained in:
@@ -45,6 +45,7 @@ int zend_load_extension(char *path)
|
||||
new_extension = (zend_extension *) DL_FETCH_SYMBOL(handle, "zend_extension_entry");
|
||||
if (!extension_version_info || !new_extension) {
|
||||
fprintf(stderr, "%s doesn't appear to be a valid Zend extension\n", path);
|
||||
DL_UNLOAD(handle);
|
||||
return FAILURE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user