summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2010-04-28 10:36:33 +0000
committerAntony Dovgal <tony2001@php.net>2010-04-28 10:36:33 +0000
commitcc4a1783452b817164f1e75de627368c5470e660 (patch)
treea8f9f86ff9743da6c69139fe0f7a5f399c70c985
parenteb7e848f34613f4c11bb7a3a4fff00f548a86aa0 (diff)
downloadphp-git-cc4a1783452b817164f1e75de627368c5470e660.tar.gz
add the constant back. quite a lot of code uses it.
-rwxr-xr-xmain/php_streams.h1
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. */