andrey Wed Dec 31 05:56:33 2003 EDT
Modified files:
/php-src/ext/standard fsock.c
Log:
proto fix
Index: php-src/ext/standard/fsock.c
diff -u php-src/ext/standard/fsock.c:1.117 php-src/ext/standard/fsock.c:1.118
--- php-src/ext/standard/fsock.c:1.117 Wed Nov 12 17:01:02 2003
+++ php-src/ext/standard/fsock.c Wed Dec 31 05:56:32 2003
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: fsock.c,v 1.117 2003/11/12 22:01:02 jay Exp $ */
+/* $Id: fsock.c,v 1.118 2003/12/31 10:56:32 andrey Exp $ */
#include "php.h"
#include "php_globals.h"
@@ -116,14 +116,14 @@
/* }}} */
-/* {{{ proto int fsockopen(string hostname, int port [, int errno [, string errstr [,
float timeout]]])
+/* {{{ proto resource fsockopen(string hostname, int port [, int errno [, string
errstr [, float timeout]]])
Open Internet or Unix domain socket connection */
PHP_FUNCTION(fsockopen)
{
php_fsockopen_stream(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0);
}
/* }}} */
-/* {{{ proto int pfsockopen(string hostname, int port [, int errno [, string errstr
[, float timeout]]])
+/* {{{ proto resource pfsockopen(string hostname, int port [, int errno [, string
errstr [, float timeout]]])
Open persistent Internet or Unix domain socket connection */
PHP_FUNCTION(pfsockopen)
{
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php