tony2001                                 Wed, 28 Apr 2010 10:36:33 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=298696

Log:
add the constant back. quite a lot of code uses it.

Changed paths:
    U   php/php-src/trunk/main/php_streams.h

Modified: php/php-src/trunk/main/php_streams.h
===================================================================
--- php/php-src/trunk/main/php_streams.h        2010-04-28 10:11:50 UTC (rev 
298695)
+++ php/php-src/trunk/main/php_streams.h        2010-04-28 10:36:33 UTC (rev 
298696)
@@ -480,6 +480,7 @@
 #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. */

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to