edink           Sun Jun 15 19:27:05 2003 EDT

  Modified files:              
    /php4/ext/standard  file.h 
  Log:
  This needs to be exported for dynamic extensions
  
Index: php4/ext/standard/file.h
diff -u php4/ext/standard/file.h:1.84 php4/ext/standard/file.h:1.85
--- php4/ext/standard/file.h:1.84       Tue Jun 10 16:03:37 2003
+++ php4/ext/standard/file.h    Sun Jun 15 19:27:05 2003
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: file.h,v 1.84 2003/06/10 20:03:37 imajes Exp $ */
+/* $Id: file.h,v 1.85 2003/06/15 23:27:05 edink Exp $ */
 
 /* Synced with php 3.0 revision 1.30 1999-06-16 [ssb] */
 
@@ -116,7 +116,7 @@
 
 #ifdef ZTS
 #define FG(v) TSRMG(file_globals_id, php_file_globals *, v)
-extern int file_globals_id;
+extern PHPAPI int file_globals_id;
 #else
 #define FG(v) (file_globals.v)
 extern php_file_globals file_globals;



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

Reply via email to