From cf6352e82f37f235bad61ddbc7e1cc9240848259 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Tue, 6 May 2003 11:53:33 +0000 Subject: [PATCH] Move persistent into ZEND_DEBUG section --- main/streams.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1