This commit is contained in:
Anatol Belski 2017-07-13 14:33:49 +02:00
parent 0782a7fc63
commit 5fb2abd6b0

View File

@ -100,6 +100,7 @@ PHPAPI void *php_load_shlib(char *path, char **errp)
}
return handle;
}
/* }}} */
/* {{{ php_load_extension
*/