summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSVN Migration <svn@php.net>2000-10-02 15:20:41 +0000
committerSVN Migration <svn@php.net>2000-10-02 15:20:41 +0000
commit1208b0fe781b02073418267f04c90cca3201a49f (patch)
tree9c29dc615a25677ab5409c6ad79ccde7a8a671e2 /NEWS
parent5819b6d4a6bdcb6cd33431761d7d2430fed9a7ce (diff)
downloadphp-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--NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fccf4526af..79c3f0fc2f 100644
--- a/NEWS
+++ b/NEWS
@@ -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)