diff options
author | <changelog@php.net> | 2002-09-10 00:34:15 +0000 |
---|---|---|
committer | <changelog@php.net> | 2002-09-10 00:34:15 +0000 |
commit | e94b325e90a9d2c6060ef83d9a53e3df839cfb9c (patch) | |
tree | e7c4b34eb611d51634477b07967b98a550afb06f | |
parent | 513a15b219744c055e35b9f645f3c22453de5178 (diff) | |
download | php-git-e94b325e90a9d2c6060ef83d9a53e3df839cfb9c.tar.gz |
NEWS update
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ? ? ??? 2002, Version 4.3.0 +- Added ability to extract() variables as references via OR'able EXTR_REFS + flag. (Andrei) - Fixed a build failure with the OCI8 extension on Tru64. (Patch by Michael Mauch, micahel.mauch@gmx.de) - Added support for fopen("ftps://...", ...) which allows to connect to FTP |