pajoye          Wed Jan  7 13:02:44 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/standard       dl.c 
  Log:
  - declaration and impl match
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dl.c?r1=1.106.2.1.2.5.2.9&r2=1.106.2.1.2.5.2.10&diff_format=u
Index: php-src/ext/standard/dl.c
diff -u php-src/ext/standard/dl.c:1.106.2.1.2.5.2.9 
php-src/ext/standard/dl.c:1.106.2.1.2.5.2.10
--- php-src/ext/standard/dl.c:1.106.2.1.2.5.2.9 Wed Dec 31 11:15:44 2008
+++ php-src/ext/standard/dl.c   Wed Jan  7 13:02:43 2009
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: dl.c,v 1.106.2.1.2.5.2.9 2008/12/31 11:15:44 sebastian Exp $ */
+/* $Id: dl.c,v 1.106.2.1.2.5.2.10 2009/01/07 13:02:43 pajoye Exp $ */
 
 #include "php.h"
 #include "dl.h"
@@ -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;



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

Reply via email to