|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ?? ????, Version 4.0 Beta 4
+ Fixed a leak when using automatic output buffering (Zeev)
+Introduced PECL - PHP Extension and Code Library (prounounced "picke")
+- Fixed float-compare in min(),max(),a[r]sort(),[r]sort(). (Thies)
+- Implemented get_html_translation_table() function. (Thies)
+- Implemented array_flip() function. Returns input-array with key, value
+ flipped. (Thies)
+- Added Berkeley DB3 support in DBA (Sascha)
+- Implemented 2-Arg version of strtr($str,$translation_array). This can be used
+ to revert what htmlspecialchars() did. (Thies)
+- Fixed mem-overwrite in XML_Parse_Into_Struct. (Thies)
+- Added substr_replace() function. (Andrei)
+- ucfirst()/ucwords() no longer modify arg1. (Thies)
+- Fixed strtr() not to modify arg1. (Thies)
+ -Added Win32 build files for Informix driver
+ and make it compile with ZTS (danny)
+Added tmpfile() function (Stig)
+- Upgraded regex library to alpha3.8 (Sascha)
+- Fixed selecting nested-tables in OCI8. (Thies)
+- RFC-854 fix for internal FTP-Code. Commands have to end in "\r\n" (Thies)
+Fix OpenLink ODBC support (Stig)
+ Added Zend OO syntax overloading support for Java components
+Fix min/max behaviour (Thies)
+- tempnam() now uses mkstemp() if available (Stig)
+- serialize() and var_dump() now honor the precision as set in php.ini
+ for doubles. (Thies)
+- Fixed garbage returned at the end of certain Sybase-Columns (Thies)
+ Patch submitted by: neal@wanlink.com
+- Implemented getprotoby{name,number} (Evan)
+- Added array_pad() function. (Andrei)
+- Added new getservby{name,port} functions. (Evan)
+ - Added session.cookie_path and session.cookie_domain (Sascha)
+Continue processing PHP_INI_SYSTEM knownDirectives after extension=
+- Enable IBM DB2 support - Tested against DB2 6.1 UDB on Linux (RH-6.0)
+- Output-Buffering system is now Thread-Safe. (Thies)
+- implemented OCI8 $lob->WriteToFile() function - very useful for streaming
+ large amounts of LOB-Data without to need of a huge buffer. (Thies)
+- added getcwd() function. (Thies)
+- XML_Parse_Into_Struct no longer eats data. (Thies)
+- Fixed parse_url('-') crash. (Thies)
+- unserialize() now gives a notice when passed invalid data. (Thies)
+- Fixed shuffle() so that it no longer breaks on Solaris. (Andrei)
+- Added is_resource(), is_bool() functions. (Thies)
+- Cleaned up File-Module (Thies)
+- Added readline support. Works *only* in standalone mode! (Thies)
+- Upgraded math-funtions to use new Zend function API (Thies)
+- Fixed zombie problem in shell_exec() and $a = `some_command`
+ constructs. (Thies)
+- Thies introduced ZEND_FETCH_RESOURCE2 (Danny).
+- Added Informix driver to list of maintained extensions. (Danny).
+- Informix driver : Changed ifx.ec to use the new high-performance
+ ZEND API. (Danny)
+- IXF_LIBDIR environment variable specifies alternate Informix library
+- Fixed gmmktime() so that the following should always be true:
+- setlocale doesn't anymore screw up things if you forgot to change it back
+ Removed white space.
- cpdf support has been ported from php3, needs ClibPDF 2.x (Uwe)
- Fixed a leak when using automatic output buffering (Zeev)
- Introduced PECL - PHP Extension and Code Library