1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 16:08:35 +02:00

Shouldn't have made it into my last commit.

This commit is contained in:
Wez Furlong
2002-03-18 18:57:25 +00:00
parent c9d5e13738
commit 021bf6f01f
-7
View File
@@ -132,13 +132,6 @@ struct _php_core_globals {
zend_bool always_populate_raw_post_data;
#if ZEND_DEBUG
long streams_call_depth;
char * streams_orig_filename;
long streams_orig_lineno;
char * streams_filename;
long streams_lineno;
#endif
};