wez             Thu Feb 13 09:52:54 2003 EDT

  Modified files:              
    /php4/main  streams.c 
  Log:
  Clarify error message.
  
  
Index: php4/main/streams.c
diff -u php4/main/streams.c:1.149 php4/main/streams.c:1.150
--- php4/main/streams.c:1.149   Thu Feb 13 09:40:16 2003
+++ php4/main/streams.c Thu Feb 13 09:52:54 2003
@@ -20,7 +20,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: streams.c,v 1.149 2003/02/13 14:40:16 iliaa Exp $ */
+/* $Id: streams.c,v 1.150 2003/02/13 14:52:54 wez Exp $ */
 
 #define _GNU_SOURCE
 #include "php.h"
@@ -2553,7 +2553,7 @@
        }
        
        if (stream == NULL && (options & REPORT_ERRORS)) {
-               display_wrapper_errors(wrapper, path, "failed to create stream" 
TSRMLS_CC);
+               display_wrapper_errors(wrapper, path, "failed to open stream" 
+TSRMLS_CC);
        }
        tidy_wrapper_error_log(wrapper TSRMLS_CC);
 #if ZEND_DEBUG



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

Reply via email to