mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
MFZE1
This commit is contained in:
parent
3343327ea1
commit
eb5fe6944d
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue