]> granicus.if.org Git - php/commitdiff
add the constant back. quite a lot of code uses it.
authorAntony Dovgal <tony2001@php.net>
Wed, 28 Apr 2010 10:36:33 +0000 (10:36 +0000)
committerAntony Dovgal <tony2001@php.net>
Wed, 28 Apr 2010 10:36:33 +0000 (10:36 +0000)
main/php_streams.h

index fee033ab4bd1fe7931d2c7316e2392c36f0593a7..917c027836c48aaf162ae40296077be8fa563cd2 100755 (executable)
@@ -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. */