From: Date: Fri, 26 Jul 2002 00:19:00 +0000 (+0000) Subject: NEWS update X-Git-Tag: dev~168 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5780ca663ffef9bdfd88731cf988ae226c7f1adf;p=php NEWS update --- diff --git a/NEWS b/NEWS index 3a34602775..ca6b21310b 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2002, Version 4.3.0 +- Added parameter to print_r which returns the variable representation + instead of echoing it. (Derick) - Added mysql_ping(), mysql_real_escape_string(), mysql_character_set_name(), mysql_thread_id(), mysql_stat() and mysql_list_processes(). (Zak, Georg) - Added pg_fetch_all() which fetches all rows in a result. (Yasuo)