]> granicus.if.org Git - php/commitdiff
When Britney learns to sing, I will quit this..
authorfoobar <sniper@php.net>
Fri, 26 Jul 2002 01:14:20 +0000 (01:14 +0000)
committerfoobar <sniper@php.net>
Fri, 26 Jul 2002 01:14:20 +0000 (01:14 +0000)
NEWS

diff --git a/NEWS b/NEWS
index ca6b21310bbab8a74d7f4f24b58b0be7af9fa0b7..9b16bdcc7a5286dca03eb0cc6fef40a68913b4c0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +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 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(), 
   mysql_thread_id(), mysql_stat() and mysql_list_processes(). (Zak, Georg)
 - Added pg_fetch_all() which fetches all rows in a result. (Yasuo)