helly Sat Nov 30 13:36:17 2002 EDT
Modified files:
/php4/ext/standard file.h
/php4/main php_globals.h
Log:
Bug #20433
Index: php4/ext/standard/file.h
diff -u php4/ext/standard/file.h:1.70 php4/ext/standard/file.h:1.71
--- php4/ext/standard/file.h:1.70 Sat Sep 28 18:14:21 2002
+++ php4/ext/standard/file.h Sat Nov 30 13:36:17 2002
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: file.h,v 1.70 2002/09/28 22:14:21 wez Exp $ */
+/* $Id: file.h,v 1.71 2002/11/30 18:36:17 helly Exp $ */
/* Synced with php 3.0 revision 1.30 1999-06-16 [ssb] */
@@ -112,8 +112,8 @@
typedef struct {
int pclose_ret;
size_t def_chunk_size;
- int auto_detect_line_endings;
- int default_socket_timeout;
+ long auto_detect_line_endings;
+ long default_socket_timeout;
char *user_agent;
char *user_stream_current_filename; /* for simple recursion protection */
} php_file_globals;
Index: php4/main/php_globals.h
diff -u php4/main/php_globals.h:1.85 php4/main/php_globals.h:1.86
--- php4/main/php_globals.h:1.85 Thu Nov 21 09:56:06 2002
+++ php4/main/php_globals.h Sat Nov 30 13:36:17 2002
@@ -77,7 +77,7 @@
zend_bool display_errors;
zend_bool display_startup_errors;
zend_bool log_errors;
- int log_errors_max_len;
+ long log_errors_max_len;
zend_bool ignore_repeated_errors;
zend_bool ignore_repeated_source;
zend_bool report_memleaks;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php