pajoye          Wed Jan  7 13:03:37 2009 UTC

  Modified files:              
    /php-src/ext/standard       dl.c 
  Log:
  - MFB: declaration and impl match
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dl.c?r1=1.128&r2=1.129&diff_format=u
Index: php-src/ext/standard/dl.c
diff -u php-src/ext/standard/dl.c:1.128 php-src/ext/standard/dl.c:1.129
--- php-src/ext/standard/dl.c:1.128     Wed Dec 31 11:12:36 2008
+++ php-src/ext/standard/dl.c   Wed Jan  7 13:03:37 2009
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: dl.c,v 1.128 2008/12/31 11:12:36 sebastian Exp $ */
+/* $Id: dl.c,v 1.129 2009/01/07 13:03:37 pajoye Exp $ */
 
 #include "php.h"
 #include "dl.h"
@@ -52,7 +52,7 @@
 
 /* {{{ proto int dl(string extension_filename) U
    Load a PHP extension at runtime */
-PHP_FUNCTION(dl)
+PHPAPI PHP_FUNCTION(dl)
 {
        char *filename;
        int filename_len;



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to