sniper          Wed Feb 25 19:13:30 2004 EDT

  Modified files:              
    /php-src/ext/standard       http_fopen_wrapper.c 
  Log:
  MFB: typofix
  
http://cvs.php.net/diff.php/php-src/ext/standard/http_fopen_wrapper.c?r1=1.84&r2=1.85&ty=u
Index: php-src/ext/standard/http_fopen_wrapper.c
diff -u php-src/ext/standard/http_fopen_wrapper.c:1.84 
php-src/ext/standard/http_fopen_wrapper.c:1.85
--- php-src/ext/standard/http_fopen_wrapper.c:1.84      Wed Feb 25 19:02:27 2004
+++ php-src/ext/standard/http_fopen_wrapper.c   Wed Feb 25 19:13:30 2004
@@ -18,7 +18,7 @@
    |          Wez Furlong <[EMAIL PROTECTED]>                          |
    +----------------------------------------------------------------------+
  */
-/* $Id: http_fopen_wrapper.c,v 1.84 2004/02/26 00:02:27 iliaa Exp $ */ 
+/* $Id: http_fopen_wrapper.c,v 1.85 2004/02/26 00:13:30 sniper Exp $ */ 
 
 #include "php.h"
 #include "php_globals.h"
@@ -400,7 +400,7 @@
                        zend_hash_next_index_insert(Z_ARRVAL_PP(response_header), 
&http_response, sizeof(zval *), NULL);
                }
        } else {
-               php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "HTTP request 
failed, unexpected end of socket.!");
+               php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "HTTP request 
failed, unexpected end of socket!");
                goto out;
        }
        

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

Reply via email to