[PHP-DEV] CVS update: php3 From: rasmus (php-dev <email protected>)
Date: 05/30/98

Date: Saturday May 30, 1998 @ 18:17
Author: rasmus

Update of /repository/php3
In directory asf:/tmp/cvs-serv12240

Modified Files:
        ChangeLog
Log Message:
Clean up return code from fsockopen() and add two optional arguments.
$errno and $errstr which get set to the system-level errno and strerror()
from the connect() call.

Index: php3/ChangeLog
diff -c php3/ChangeLog:1.359 php3/ChangeLog:1.360
*** php3/ChangeLog:1.359 Sat May 30 09:38:26 1998
--- php3/ChangeLog Sat May 30 18:17:44 1998
***************
*** 1,6 ****
--- 1,7 ----
  PHP 3.0 CHANGE LOG ChangeLog
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
  May ?? Version 3.0
+ - Added 2 optional args to fsockopen function - errno and errstr
  - Fixed bug in split() function related to leading matches
  - Fixed problem in error_log() function (thanks to Jan Legenhausen)
  - empty("0") was returning true - fixed