diff options
author | SVN Migration <svn@php.net> | 2000-10-02 15:20:41 +0000 |
---|---|---|
committer | SVN Migration <svn@php.net> | 2000-10-02 15:20:41 +0000 |
commit | 1208b0fe781b02073418267f04c90cca3201a49f (patch) | |
tree | 9c29dc615a25677ab5409c6ad79ccde7a8a671e2 /NEWS | |
parent | 5819b6d4a6bdcb6cd33431761d7d2430fed9a7ce (diff) | |
download | php-git-php-4.0.3RC1.tar.gz |
This commit was manufactured by cvs2svn to create tag 'php_4_0_3RC1'.php-4.0.3RC1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,7 +1,12 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2000, Version 4.0.3-dev +05 Oct 2000, Version 4.0.3 +- Added support for trans sid under Win32 (Daniel) +- IPv6 support in fopen (Stig Venaas) +- Added the shmop extension. It allows more general ways of shared memory + access. (thanks to Ilia Alshanestky <iliaa@home.com> and Slava Poliakov + <slavapl@mailandnews.com> (Derick) - Added the ability for CURLOPT_POSTFIELDS to accept an associative array of HTTP POST variables and values. (Sterling) - Added the CURLOPT_HTTPHEADER option to curl_setopt(). (Sterling) |