summaryrefslogtreecommitdiff
path: root/main/php_streams.h
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2002-03-20 14:38:13 +0000
committerWez Furlong <wez@php.net>2002-03-20 14:38:13 +0000
commit3dbde958967b28cba3f03629b21081208d1e0ac2 (patch)
tree46061964bbb5dc9581cf9c8b8b9732bb96787592 /main/php_streams.h
parent659a071e3df2f16cd21083d1dec8c19e199f7757 (diff)
downloadphp-git-3dbde958967b28cba3f03629b21081208d1e0ac2.tar.gz
Make state parameter of php_strip_tags passed by reference.
Move state tracking to stream structure.
Diffstat (limited to 'main/php_streams.h')
-rwxr-xr-xmain/php_streams.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php_streams.h b/main/php_streams.h
index 4a63edcd5c..efce5adcef 100755
--- a/main/php_streams.h
+++ b/main/php_streams.h
@@ -118,6 +118,7 @@ struct _php_stream {
void *wrapperthis; /* convenience pointer for a instance of a wrapper */
zval *wrapperdata; /* fgetwrapperdata retrieves this */
+ int fgetss_state; /* for fgetss to handle multiline tags */
int is_persistent;
char mode[16]; /* "rwb" etc. ala stdio */
int rsrc_id; /* used for auto-cleanup */