helly           Sat Mar  3 22:30:07 2007 UTC

  Modified files:              
    /php-src/main       php_streams.h 
  Log:
  - One more tab to go
  
http://cvs.php.net/viewvc.cgi/php-src/main/php_streams.h?r1=1.127&r2=1.128&diff_format=u
Index: php-src/main/php_streams.h
diff -u php-src/main/php_streams.h:1.127 php-src/main/php_streams.h:1.128
--- php-src/main/php_streams.h:1.127    Sat Mar  3 22:28:21 2007
+++ php-src/main/php_streams.h  Sat Mar  3 22:30:07 2007
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_streams.h,v 1.127 2007/03/03 22:28:21 helly Exp $ */
+/* $Id: php_streams.h,v 1.128 2007/03/03 22:30:07 helly Exp $ */
 
 #ifndef PHP_STREAMS_H
 #define PHP_STREAMS_H
@@ -614,7 +614,7 @@
 #define STREAM_DISABLE_OPEN_BASEDIR     0x00000400
 
 /* get (or create) a persistent version of the stream */
-#define STREAM_OPEN_PERSISTENT         0x00000800
+#define STREAM_OPEN_PERSISTENT          0x00000800
 
 /* use glob stream for directory open in plain files stream */
 #define STREAM_USE_GLOB_DIR_OPEN        0x00001000

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

Reply via email to