summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-02-18 17:59:44 +0000
committerZeev Suraski <zeev@php.net>2000-02-18 17:59:44 +0000
commitf1dac01f11d8f504cd72af163974c15b5378efbf (patch)
tree990dd8817d7c59415db1ef8b917b260baded3d5f /NEWS
parente6b768105dfd416adc6e281af8ee7864a9596d85 (diff)
downloadphp-git-f1dac01f11d8f504cd72af163974c15b5378efbf.tar.gz
- Fix some issues with the ISAPI module, made it friendlier to non Win32 platforms
- Added .reg file for PWS setup - Reordered some stuff in phpinfo()
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 53bcb6b895..6ab7607d87 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ?? ????, Version 4.0 Beta 4
+- Made PHP work under Microsoft Personal Web Server, under both Windows NT
+ workstation and Windows 95 (Zeev)
- Made multipart/form-data content obey to the variables_order directive (Zeev)
- Updated the browscap module to work with PHP 4.0 (Zeev)
- Recover gracefully in ISAPI after the client prematurely presses STOP (Andi)