sebastian Tue Jun 14 01:13:02 2005 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.31&r2=1.32&ty=u
Index: php-src/main/streams/xp_socket.c
diff -u php-src/main/streams/xp_socket.c:1.31
php-src/main/streams/xp_socket.c:1.32
--- php-src/main/streams/xp_socket.c:1.31 Mon Jun 13 22:39:42 2005
+++ php-src/main/streams/xp_socket.c Tue Jun 14 01:13:01 2005
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: xp_socket.c,v 1.31 2005/06/14 02:39:42 iliaa Exp $ */
+/* $Id: xp_socket.c,v 1.32 2005/06/14 05:13:01 sebastian Exp $ */
#include "php.h"
#include "ext/standard/file.h"
@@ -525,7 +525,7 @@
static inline char *parse_ip_address(php_stream_xport_param *xparam, int
*portno TSRMLS_DC)
{
- return parse_ip_address_ex(xparam->inputs.name, xparam->inputs.namelen,
portno, xparam->want_errortext, &xparam->outputs.error_text);
+ return parse_ip_address_ex(xparam->inputs.name, xparam->inputs.namelen,
portno, xparam->want_errortext, &xparam->outputs.error_text TSRMLS_CC);
}
static inline int php_tcp_sockop_bind(php_stream *stream, php_netstream_data_t
*sock,
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php