From: Pierre Joye Date: Wed, 7 Jan 2009 13:02:43 +0000 (+0000) Subject: - declaration and impl match X-Git-Tag: php-5.3.0beta1~256 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7dff2f855038620f5564961f7705bbc5d7b277d3;p=php - declaration and impl match --- diff --git a/ext/standard/dl.c b/ext/standard/dl.c index 12c326172e..a674831e4e 100644 --- a/ext/standard/dl.c +++ b/ext/standard/dl.c @@ -51,7 +51,7 @@ /* {{{ proto int dl(string extension_filename) Load a PHP extension at runtime */ -PHP_FUNCTION(dl) +PHPAPI PHP_FUNCTION(dl) { char *filename; int filename_len;