summaryrefslogtreecommitdiff
path: root/main/php_streams.h
diff options
context:
space:
mode:
authorKalle Sommer Nielsen <kalle@php.net>2015-03-29 09:34:05 +0200
committerKalle Sommer Nielsen <kalle@php.net>2015-03-29 09:34:05 +0200
commita141ccb4ff7fb0666c7d7986c39feda9421291fe (patch)
tree8c707cd918831dcfb27c23756ad434509e655ccc /main/php_streams.h
parent7845bcd82793bc6cda33d9e8a7d9f10a8866817d (diff)
downloadphp-git-a141ccb4ff7fb0666c7d7986c39feda9421291fe.tar.gz
Another minor cleanup, drop ENFORCE_SAFE_MODE (all except pdo_pgsql have #if's for checking already)
Diffstat (limited to 'main/php_streams.h')
-rw-r--r--main/php_streams.h1
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. */