diff options
| author | Antony Dovgal <tony2001@php.net> | 2010-04-28 10:36:33 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2010-04-28 10:36:33 +0000 |
| commit | cc4a1783452b817164f1e75de627368c5470e660 (patch) | |
| tree | a8f9f86ff9743da6c69139fe0f7a5f399c70c985 | |
| parent | eb7e848f34613f4c11bb7a3a4fff00f548a86aa0 (diff) | |
| download | php-git-cc4a1783452b817164f1e75de627368c5470e660.tar.gz | |
add the constant back. quite a lot of code uses it.
| -rwxr-xr-x | main/php_streams.h | 1 |
1 files changed, 1 insertions, 0 deletions
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. */ |
