wez             Thu Feb 13 09:43:20 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4/main  streams.c 
  Log:
  MFH: clarify error message
  
  
Index: php4/main/streams.c
diff -u php4/main/streams.c:1.125.2.27 php4/main/streams.c:1.125.2.28
--- php4/main/streams.c:1.125.2.27      Wed Feb 12 20:23:39 2003
+++ php4/main/streams.c Thu Feb 13 09:43:19 2003
@@ -20,7 +20,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: streams.c,v 1.125.2.27 2003/02/13 01:23:39 wez Exp $ */
+/* $Id: streams.c,v 1.125.2.28 2003/02/13 14:43:19 wez Exp $ */
 
 #define _GNU_SOURCE
 #include "php.h"
@@ -2434,7 +2434,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