helly Sat Nov 30 13:39:32 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard file.h /php4/main php_globals.h Log: MFH: Bug #20433 Index: php4/ext/standard/file.h diff -u php4/ext/standard/file.h:1.70 php4/ext/standard/file.h:1.70.2.1 --- php4/ext/standard/file.h:1.70 Sat Sep 28 18:14:21 2002 +++ php4/ext/standard/file.h Sat Nov 30 13:39:31 2002 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: file.h,v 1.70 2002/09/28 22:14:21 wez Exp $ */ +/* $Id: file.h,v 1.70.2.1 2002/11/30 18:39:31 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.84 php4/main/php_globals.h:1.84.2.1 --- php4/main/php_globals.h:1.84 Mon Oct 21 12:41:06 2002 +++ php4/main/php_globals.h Sat Nov 30 13:39:31 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