mirror of
https://github.com/php/php-src.git
synced 2026-04-27 18:23:26 +02:00
- Fix windows build (missing MFH snippet)
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ PHPAPI int php_load_extension(char *filename, int type, int start_now TSRMLS_DC)
|
||||
PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now TSRMLS_DC);
|
||||
|
||||
/* dynamic loading functions */
|
||||
PHP_FUNCTION(dl);
|
||||
PHPAPI PHP_FUNCTION(dl);
|
||||
|
||||
PHP_MINFO_FUNCTION(dl);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user