- Fix windows build (missing MFH snippet)

This commit is contained in:
Marcus Boerger 2008-12-31 18:55:22 +00:00
parent 89743669d2
commit d02bb82d72

View file

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