edink Sun Jun 29 19:29:49 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src/ext/standard file.h
Log:
MFH: extensions like imap need this exported
Index: php-src/ext/standard/file.h
diff -u php-src/ext/standard/file.h:1.70.2.3 php-src/ext/standard/file.h:1.70.2.4
--- php-src/ext/standard/file.h:1.70.2.3 Sat Apr 26 17:34:48 2003
+++ php-src/ext/standard/file.h Sun Jun 29 19:29:49 2003
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: file.h,v 1.70.2.3 2003/04/26 21:34:48 wez Exp $ */
+/* $Id: file.h,v 1.70.2.4 2003/06/29 23:29:49 edink Exp $ */
/* Synced with php 3.0 revision 1.30 1999-06-16 [ssb] */
@@ -120,7 +120,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