diff options
| author | Georg Richter <georg@php.net> | 2002-07-22 07:50:51 +0000 |
|---|---|---|
| committer | Georg Richter <georg@php.net> | 2002-07-22 07:50:51 +0000 |
| commit | d911e502504071ba5fb1099131daf5e98fd102a0 (patch) | |
| tree | a1e8072a0a9d73a41a5b7e2933b68b6a720f9fb8 /NEWS | |
| parent | 882f83cf819dbcdb1a96910b3238cee1933052f7 (diff) | |
| download | php-git-d911e502504071ba5fb1099131daf5e98fd102a0.tar.gz | |
new mysql-functions for PHP 4.3.0
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +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) - 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) @@ -101,8 +104,6 @@ PHP 4 NEWS and remove variables from the URL-Rewriter. (Thies) - The Windows build can now be configured more comfortably, for example when dealing with built-in extensions. (Sebastian) -- Added optional 3rd parameter to mysql_select_db() which makes it return - the previously selected database name. (Jani) - Added large OID value (2^31 to 2^32) support for pg_lo_import(), pg_lo_unlink(), pg_lo_open() and pg_lo_export(). (Yasuo) - Changed the mbstring extension to be enabled by default. (Yasuo) |
