sterling                Fri Dec 20 10:45:54 2002 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4/ext/sockets   sockets.c 
  Log:
  mfh
  
  
Index: php4/ext/sockets/sockets.c
diff -u php4/ext/sockets/sockets.c:1.125.2.1 php4/ext/sockets/sockets.c:1.125.2.2
--- php4/ext/sockets/sockets.c:1.125.2.1        Mon Dec  9 06:29:31 2002
+++ php4/ext/sockets/sockets.c  Fri Dec 20 10:45:53 2002
@@ -19,7 +19,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: sockets.c,v 1.125.2.1 2002/12/09 11:29:31 edink Exp $ */
+/* $Id: sockets.c,v 1.125.2.2 2002/12/20 15:45:53 sterling Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -747,7 +747,7 @@
 
        ZEND_FETCH_RESOURCE(php_sock, php_socket *, &arg1, -1, le_socket_name, 
le_socket);
 
-       if (ZEND_NUM_ARGS() < 4) {
+       if (ZEND_NUM_ARGS() < 3) {
                length = str_len;
        }
 



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

Reply via email to