summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2002-07-23 00:08:29 +0000
committerfoobar <sniper@php.net>2002-07-23 00:08:29 +0000
commitbbbd43512475273177b3b588f48e8344f412e140 (patch)
tree2cc6db7d8c30630cf38534b45e1d352b71f36aa0
parentc5bb611c0c836cee1bebec5807d2810a4a025457 (diff)
downloadphp-git-bbbd43512475273177b3b588f48e8344f412e140.tar.gz
<insert funny comment here>
-rw-r--r--NEWS7
1 files changed, 3 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 951b5069a0..3a34602775 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,9 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2002, Version 4.3.0
-- Added new mysql functions: mysql_ping(), mysql_real_escape_string(),
- mysql_character_set_name(), mysql_thread_id(), mysql_stat(),
- mysql_list_processes (Zak, Georg)
-- Added pg_fetch_all() that fetch all rows in result. (Yasuo)
+- 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)
- Changed "session.use_trans_sid" to be disabled by default in php.ini. (Yasuo)
- Added safe_mode & open_basedir checks for pg_lo_export(). (Yasuo)
- Added open_basedir check for pg_lo_import(). (Yasuo)