1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00
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
*/