ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> php-cvs
php-cvs
[PHP-CVS] cvs: php-src /ext/standard fsock.c
by Andrey Hristov other posts by this author
Dec 31 2003 10:56AM messages near this date
[PHP-CVS] cvs: php-src /ext/mysql config.m4 | [PHP-CVS] cvs: php-src / NEWS
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 [, floa
t 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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved