mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
- Fix windows build (missing MFH snippet)
This commit is contained in:
parent
89743669d2
commit
d02bb82d72
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now TSRMLS_DC);
|
||||||
|
|
||||||
/* dynamic loading functions */
|
/* dynamic loading functions */
|
||||||
PHP_FUNCTION(dl);
|
PHPAPI PHP_FUNCTION(dl);
|
||||||
|
|
||||||
PHP_MINFO_FUNCTION(dl);
|
PHP_MINFO_FUNCTION(dl);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue