summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2006-02-02 08:17:23 +0000
committerDmitry Stogov <dmitry@php.net>2006-02-02 08:17:23 +0000
commit7e7fcc3a078029b06a23e7cc70cde935575df889 (patch)
treea91c4a827dd0441217e6993538f49304f7fb973c /NEWS
parent9774b6d3e63526f61ba98d0f53b3dd2304473980 (diff)
downloadphp-git-7e7fcc3a078029b06a23e7cc70cde935575df889.tar.gz
Reimplement FastCGI interface
Due to licensing restrictions that actually don't allow anybody to use the libfcgi code without prior approval from Open Market, which is impossible to obtain - we decided to reimplement this interface from scratch. The result is actually slightly faster, and more importantly, clear of any copyright issues.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ddc8ac14ba..1e3e8a4d79 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2006, PHP 5.1.3
+- Reimplemented FastCGI interface
- Moved extensions to PECL:
. ext/msession (Derick)
- Improved cURL extension: (Ilia)