From 3dbde958967b28cba3f03629b21081208d1e0ac2 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Wed, 20 Mar 2002 14:38:13 +0000 Subject: Make state parameter of php_strip_tags passed by reference. Move state tracking to stream structure. --- main/php_streams.h | 1 + 1 file changed, 1 insertion(+) (limited to 'main/php_streams.h') 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 */ -- cgit v1.2.1