From: Yasuo Ohgaki Date: Thu, 15 Aug 2002 03:13:46 +0000 (+0000) Subject: news for disabling trans-sid by default. X-Git-Tag: php-4.3.0dev_zend2_alpha3~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6adcd3d353c3e0d2eface1537933dfe5e2367a9d;p=php news for disabling trans-sid by default. but no entry for depreciation of --enable-trans-sid :( (from 4.2.0) --- diff --git a/NEWS b/NEWS index 972020f965..f678137627 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ? ? ??? 2002, Version 4.3.0 +- Disable trans-sid by default. (Yasuo) - Fixed DomNode->insert_before() to behave according to W3C spec ie. new_child is moved, not copied. (chregu) - Added some namespace support with DomNode->add_namespace(uri, prefix) @@ -50,7 +51,6 @@ PHP 4 NEWS - 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) - Fixed infinite recursion crash bug in ticks. (Jason)