Browse Source

Reformatting.

PHP-4.0.6
Andrei Zmievski 25 years ago
parent
commit
420baada43
  1. 66
      NEWS

66
NEWS

@ -2,32 +2,32 @@ PHP 4.0 NEWS
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 200?, Version 4.0.6 ?? ??? 200?, Version 4.0.6
- Fixed a rare possible crash when generating extended information (Dmitri
Dmitrienko)
- Ported Documentation structure from phpdoc (jmoore)
- Improved virtual() to support PHP-enabled URIs (Zeev)
- Fixed a rare possible crash when generating extended information. (Dmitri
Dmitrienko, Zend Engine)
- Ported Documentation structure from phpdoc. (James Moore)
- Improved virtual() to support PHP-enabled URIs. (Zeev)
- Fixed undefined behavior when using floating point keys in array() - Fixed undefined behavior when using floating point keys in array()
expressions (Zeev, Zend Engine)
expressions. (Zeev, Zend Engine)
- Fixed a possible crash in case of parse errors in include files or eval - Fixed a possible crash in case of parse errors in include files or eval
statements (Zeev, Zend Engine)
- Added --with-layout configure option (Stig)
statements. (Zeev, Zend Engine)
- Added --with-layout configure option. (Stig)
- Improved interactive mode - supports function calls, and works in - Improved interactive mode - supports function calls, and works in
multithreaded builds (Zeev, Zend Engine)
- Fixed a crash bug in interactive mode (Zeev, Zend Engine)
- Add pg_last_notice() function (Rasmus from suggestion by Dirk@rackspace.com)
multithreaded builds. (Zeev, Zend Engine)
- Fixed a crash bug in interactive mode. (Zeev, Zend Engine)
- Add pg_last_notice() function. (Rasmus from suggestion by Dirk@rackspace.com)
- Fixed a bug in preg_split() that would incorrectly limit the number of - Fixed a bug in preg_split() that would incorrectly limit the number of
results when used along with PREG_SPLIT_NO_EMPTY flag. (Andrei) results when used along with PREG_SPLIT_NO_EMPTY flag. (Andrei)
- Added connection error support to mysql_error() and mysql_errno() (Jason)
- Added connection error support to mysql_error() and mysql_errno(). (Jason)
- Added support to getimagesize to return dimensions of BMP and PSD - Added support to getimagesize to return dimensions of BMP and PSD
files (Derick)
files. (Derick)
- Added Japanese multibyte string functions support. (Rui) - Added Japanese multibyte string functions support. (Rui)
- Added Mac OS X "\r" line ending support. (Andi, Zend Engine) - Added Mac OS X "\r" line ending support. (Andi, Zend Engine)
- Fixed a bug regarding the $PHP_SELF being incorrectly registered when - Fixed a bug regarding the $PHP_SELF being incorrectly registered when
force-cgi-redirect was not enabled. (Sterling) force-cgi-redirect was not enabled. (Sterling)
- pfpro extension now supports version 3 of the Verisign SDK (John Donagher)
- pfpro extension now supports version 3 of the Verisign SDK. (John Donagher)
- Udm_Cat_List and Udm_Cat_Path functions has been added. - Udm_Cat_List and Udm_Cat_Path functions has been added.
- Added key_exists() to check if a given key or index exists in an - Added key_exists() to check if a given key or index exists in an
array or object (David Croft)
array or object. (David Croft)
- Modify the cURL extension to compile only with the latest cURL release. - Modify the cURL extension to compile only with the latest cURL release.
Backwards compatibility with regards to the extension api has not been Backwards compatibility with regards to the extension api has not been
broken. (Sterling) broken. (Sterling)
@ -38,42 +38,42 @@ PHP 4.0 NEWS
- Fixed a problem in cURL with file descriptors being allocated, but never - Fixed a problem in cURL with file descriptors being allocated, but never
closed. (Sterling) closed. (Sterling)
- Fixed interactive mode (-a). It works again with the same limitations it - Fixed interactive mode (-a). It works again with the same limitations it
has always had (Andi, Zend Engine)
has always had. (Andi, Zend Engine)
- Improved memory manager to use less memory and provide better memory overflow - Improved memory manager to use less memory and provide better memory overflow
detection abilities in debug mode (Andi, Zend Engine)
- Fixed resource leaks when resources were being cast to numbers (Zeev, Zend
detection abilities in debug mode. (Andi, Zend Engine)
- Fixed resource leaks when resources were being cast to numbers. (Zeev, Zend
Engine) Engine)
- Fixed foreach() to not crash when being sent an invalid argument (Andi, Zend
- Fixed foreach() to not crash when being sent an invalid argument. (Andi, Zend
Engine) Engine)
- Fixed a bug in opendir() under Windows when trying to open a non-exisiting - Fixed a bug in opendir() under Windows when trying to open a non-exisiting
directory (Andi)
- Fixed popen() and the exec family under Win32 (Unable to fork issue) (Daniel)
- Make the printf family of functions binary clean (Rasmus)
directory. (Andi)
- Fixed popen() and the exec family under Win32 (Unable to fork issue). (Daniel)
- Make the printf family of functions binary clean. (Rasmus)
- Fixed WDDX serialization to HTML-escape key/variable names so as not to - Fixed WDDX serialization to HTML-escape key/variable names so as not to
break the XML packet. (Andrei) break the XML packet. (Andrei)
- Made WDDX extension enabled by default. (Andrei) - Made WDDX extension enabled by default. (Andrei)
- Added -C command-line option to avoid chdir to the script's directory (Stig)
- Added -C command-line option to avoid chdir to the script's directory. (Stig)
- Fixed a bug with /e modifier in preg_replace(), that would not correctly - Fixed a bug with /e modifier in preg_replace(), that would not correctly
replace two-digit references if single digit references were present replace two-digit references if single digit references were present
before them. This fixed bug #10218. (Andrei) before them. This fixed bug #10218. (Andrei)
- Added temporary LOB support in OCI8 (Patch by David Benson)
- Added temporary LOB support in OCI8. (Patch by David Benson)
- Fixed crash in pathinfo() - Fixed crash in pathinfo()
- OCI8 now supports binding of collections
(Patch by Andy Sautins <asautins@veripost.net>)
- OCI8 now supports binding of collections. (Patch by Andy Sautins
<asautins@veripost.net>)
- Added GD 2.0.1 support for truecolor and alpha channels, plus some other gd - Added GD 2.0.1 support for truecolor and alpha channels, plus some other gd
functions, both old and new - see docs for more info (Wez)
functions, both old and new - see docs for more info. (Wez)
- Added S/MIME sign/verify encrypt/decrypt functions to openssl extension, - Added S/MIME sign/verify encrypt/decrypt functions to openssl extension,
along with some other certificate manipulation and interrogation functions. along with some other certificate manipulation and interrogation functions.
See docs for more info (Wez)
- printf argnum (parameter swapping) support (Morten Poulsen, Rasmus)
- Add DIRECTORY_SEPARATOR constant ('/' on UNIX, '\' on Windows) (Stig)
See docs for more info. (Wez)
- printf argnum (parameter swapping) support. (Morten Poulsen, Rasmus)
- Add DIRECTORY_SEPARATOR constant ('/' on UNIX, '\' on Windows). (Stig)
- Added small change to php_odbc module, to check for failed SQLDisconnects - Added small change to php_odbc module, to check for failed SQLDisconnects
and to close any outstanding transactions if the call fails, then disconnect and to close any outstanding transactions if the call fails, then disconnect
again (lurcher)
again. (lurcher)
- Modified get_parent_class() and get_class_methods() to accept a class name as - Modified get_parent_class() and get_class_methods() to accept a class name as
well as a class instance. (Andrei, Zend Engine) well as a class instance. (Andrei, Zend Engine)
- Added support for UNC style paths. (\\server\share\file, //server/share/file)
(Daniel, TSRM)
- Added support for UNC style paths. (\\server\share\file,
//server/share/file). (Daniel, TSRM)
- Added dbx module (database abstraction) to the repository. (Marc) - Added dbx module (database abstraction) to the repository. (Marc)
- Using ITypeInfo instead of IDispatch if possible. This makes DCOM calls - Using ITypeInfo instead of IDispatch if possible. This makes DCOM calls
and even COM calls much faster. and even COM calls much faster.
@ -89,7 +89,7 @@ PHP 4.0 NEWS
the specified callback. (Andrei) the specified callback. (Andrei)
- Fixed all relevant array functions to avoid moving the internal array - Fixed all relevant array functions to avoid moving the internal array
pointer during operations. (Andrei) pointer during operations. (Andrei)
- Added mysql_unbuffered_query(), which is useful for very large result sets
- Added mysql_unbuffered_query(), which is useful for very large result sets.
(Zeev) (Zeev)
30 Apr 2001, Version 4.0.5 30 Apr 2001, Version 4.0.5

Loading…
Cancel
Save