helly Wed Dec 31 18:55:22 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard dl.h
Log:
- Fix windows build (missing MFH snippet)
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dl.h?r1=1.23.2.1.2.1.2.4&r2=1.23.2.1.2.1.2.5&diff_format=u
Index: php-src/ext/standard/dl.h
diff -u php-src/ext/standard/dl.h:1.23.2.1.2.1.2.4
php-src/ext/standard/dl.h:1.23.2.1.2.1.2.5
--- php-src/ext/standard/dl.h:1.23.2.1.2.1.2.4 Wed Dec 31 11:15:44 2008
+++ php-src/ext/standard/dl.h Wed Dec 31 18:55:22 2008
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: dl.h,v 1.23.2.1.2.1.2.4 2008/12/31 11:15:44 sebastian Exp $ */
+/* $Id: dl.h,v 1.23.2.1.2.1.2.5 2008/12/31 18:55:22 helly Exp $ */
#ifndef DL_H
#define DL_H
@@ -27,7 +27,7 @@
PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now
TSRMLS_DC);
/* dynamic loading functions */
-PHP_FUNCTION(dl);
+PHPAPI PHP_FUNCTION(dl);
PHP_MINFO_FUNCTION(dl);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php