From: Sascha Schumann Date: Tue, 6 May 2003 11:53:33 +0000 (+0000) Subject: Move persistent into ZEND_DEBUG section X-Git-Tag: php-4.3.2RC3~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf6352e82f37f235bad61ddbc7e1cc9240848259;p=php Move persistent into ZEND_DEBUG section --- diff --git a/main/streams.c b/main/streams.c index 8bb0a0e5f0..d99014d639 100755 --- a/main/streams.c +++ b/main/streams.c @@ -2553,8 +2553,8 @@ PHPAPI php_stream *_php_stream_open_wrapper_ex(char *path, char *mode, int optio php_stream *stream = NULL; php_stream_wrapper *wrapper = NULL; char *path_to_open; - int persistent = options & STREAM_OPEN_PERSISTENT; #if ZEND_DEBUG + int persistent = options & STREAM_OPEN_PERSISTENT; char *copy_of_path = NULL; #endif