sas Wed Jan 15 06:22:04 2003 EDT
Modified files:
/php4/main SAPI.h
Log:
whitespace
Index: php4/main/SAPI.h
diff -u php4/main/SAPI.h:1.94 php4/main/SAPI.h:1.95
--- php4/main/SAPI.h:1.94 Thu Jan 2 13:01:10 2003
+++ php4/main/SAPI.h Wed Jan 15 06:22:04 2003
@@ -118,8 +118,8 @@
char *default_charset;
HashTable *rfc1867_uploaded_files;
long post_max_size;
- int options;
- zend_bool sapi_started;
+ int options;
+ zend_bool sapi_started;
} sapi_globals_struct;
@@ -217,20 +217,19 @@
void (*register_server_variables)(zval *track_vars_array TSRMLS_DC);
void (*log_message)(char *message);
-
char *php_ini_path_override;
void (*block_interruptions)(void);
void (*unblock_interruptions)(void);
-
+
void (*default_post_reader)(TSRMLS_D);
void (*treat_data)(int arg, char *str, zval *destArray TSRMLS_DC);
char *executable_location;
int php_ini_ignore;
-
+
int (*get_fd)(int *fd TSRMLS_DC);
-
+
int (*force_http_10)(TSRMLS_D);
};
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php