sniper Wed Jul 23 22:11:30 2003 EDT Modified files: /php-src NEWS Log: Missing entries (Thies&Marcus), some style fixes Index: php-src/NEWS diff -u php-src/NEWS:1.1443 php-src/NEWS:1.1444 --- php-src/NEWS:1.1443 Mon Jul 21 04:20:48 2003 +++ php-src/NEWS Wed Jul 23 22:11:30 2003 @@ -3,15 +3,20 @@ ?? ??? 200?, Version 5.0.0 ?? ??? 2003, PHP 5 Beta 2 -- Added function dbase_get_header_info. (Zak) +- Added misc. new functions: + . pg_version(). (Marcus) + . dbase_get_header_info(). (Zak) + . snmp_read_mib(). (Jani) +- Added optional parameter to OCIWriteTemporaryLob() to specify the type of LOB + (Patch by Novicky Marek <[EMAIL PROTECTED]>). (Thies) - Added SQLite support to DBX. (Marc) - Added reflection API. (Andrei, George, Timm) -- Added snmp_read_mib() which reads a MIB file into the active MIB tree. (Jani) - Fixed support for <![CDATA[]]> fields within XML documents in ext/xml. (Sterling) - Fixed visibility of __construct and __clone. (Marcus) - Fixed bug #24729 ($obj = new $className; causes crash when $className is not set). (Marcus) +- Fixed bug #24565 (cannot read array elements recived via $_REQUEST). (Zeev) - Fixed bug #24445 (get_parent_class() returns different values). (Sterling, Stanislav) - Fixed bug #24403 (preg_replace() problem: Using $this when not in object @@ -29,15 +34,15 @@ - Switched to Zend Engine 2, which includes numerous engine level improvements. A full list is available at http://www.php.net/zend-engine-2.php. - Added SQLite (http://www.hwaci.com/sw/sqlite/) extension: (Wez, Marcus, Tal) - . Bundled SQLite - . Enabled by default + . Includes bundled SQLite library + . Enabled by default - Completely Overhauled XML support: - . New simplexml extension (Sterling) - . New DOM extension (Rob, Chregu, Marcus) - . New XSL extension (Chregu, Rob) - . Moved the old DOM-XML and XSLT extensions to PECL (James, Sterling) - . ext/xml can now use both libxml2 and expat to parse XML (Sterling) - . Removed bundled expat (Jani) + . New simplexml extension. (Sterling) + . New DOM extension. (Rob, Chregu, Marcus) + . New XSL extension. (Chregu, Rob) + . Moved the old DOM-XML and XSLT extensions to PECL. (James, Sterling) + . ext/xml can now use either libxml2 or expat to parse XML. (Sterling) + . Removed bundled expat library. (Jani) - New php.ini options: . "session.hash_function" and "session.hash_bits_per_character". (Sascha) . "mail.force_extra_paramaters". (Derick)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php