diff options
Diffstat (limited to 'main/php_streams.h')
-rw-r--r-- | main/php_streams.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/php_streams.h b/main/php_streams.h index a21d442095..4f3d860a90 100644 --- a/main/php_streams.h +++ b/main/php_streams.h @@ -503,7 +503,6 @@ 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. */ |