From: Antony Dovgal Date: Wed, 28 Apr 2010 10:36:33 +0000 (+0000) Subject: add the constant back. quite a lot of code uses it. X-Git-Tag: php-5.4.0alpha1~191^2~1627 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc4a1783452b817164f1e75de627368c5470e660;p=php add the constant back. quite a lot of code uses it. --- diff --git a/main/php_streams.h b/main/php_streams.h index fee033ab4b..917c027836 100755 --- a/main/php_streams.h +++ b/main/php_streams.h @@ -480,6 +480,7 @@ END_EXTERN_C() #define USE_PATH 0x00000001 #define IGNORE_URL 0x00000002 #define REPORT_ERRORS 0x00000008 +#define ENFORCE_SAFE_MODE 0 /* for BC only */ /* If you don't need to write to the stream, but really need to * be able to seek, use this flag in your options. */