wez             Sat Jul 31 12:34:45 2004 EDT

  Modified files:              
    /php-src/main/streams       xp_socket.c 
  Log:
  zts fix...
  
  
http://cvs.php.net/diff.php/php-src/main/streams/xp_socket.c?r1=1.25&r2=1.26&ty=u
Index: php-src/main/streams/xp_socket.c
diff -u php-src/main/streams/xp_socket.c:1.25 php-src/main/streams/xp_socket.c:1.26
--- php-src/main/streams/xp_socket.c:1.25       Sat Jul 31 06:56:55 2004
+++ php-src/main/streams/xp_socket.c    Sat Jul 31 12:34:44 2004
@@ -16,7 +16,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: xp_socket.c,v 1.25 2004/07/31 10:56:55 wez Exp $ */
+/* $Id: xp_socket.c,v 1.26 2004/07/31 16:34:44 wez Exp $ */
 
 #include "php.h"
 #include "ext/standard/file.h"
@@ -331,7 +331,7 @@
                                                        xparam->inputs.buf, 
xparam->inputs.buflen,
                                                        flags,
                                                        xparam->inputs.addr,
-                                                       xparam->inputs.addrlen);
+                                                       xparam->inputs.addrlen 
TSRMLS_CC);
                                        if (xparam->outputs.returncode == -1) {
                                                char *err = 
php_socket_strerror(php_socket_errno(), NULL, 0);
                                                php_error_docref(NULL TSRMLS_CC, 
E_WARNING,

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

Reply via email to