1
0
mirror of https://github.com/php/php-src.git synced 2026-04-16 20:41:18 +02:00
This commit is contained in:
Stanislav Malyshev
2003-03-17 14:41:04 +00:00
parent 3343327ea1
commit eb5fe6944d

View File

@@ -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;
}