From: Stefan Esser Date: Sun, 28 Jul 2002 14:10:56 +0000 (+0000) Subject: (re)added /ext/ftp news X-Git-Tag: dev~123 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=46e76a451d8fd4382f152ec872ff1a7ec216428e;p=php (re)added /ext/ftp news --- diff --git a/NEWS b/NEWS index 9b16bdcc7a..5e4937f11c 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2002, Version 4.3.0 +- Added new aysnchronous FTP functions (Stefan) +- Added optional 5th parameter to FTP functions to support resuming (Stefan) - Added optional 2nd parameter to print_r() to make it return the variable representation instead of echoing it. (Derick) - Added mysql_ping(), mysql_real_escape_string(), mysql_character_set_name(),