summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-04-19 15:21:22 +0000
committerZeev Suraski <zeev@php.net>2000-04-19 15:21:22 +0000
commita81e6bc04e98f93d82a4364ac78709fe28a24138 (patch)
tree80e0fbbd939727e2a6f2778e31e7ef4c64a6adb8
parent708811184d2c7534495f293b4c21203c717ea8aa (diff)
downloadphp-git-a81e6bc04e98f93d82a4364ac78709fe28a24138.tar.gz
author fixes
-rw-r--r--NEWS2
-rw-r--r--sapi/isapi/php4isapi.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 5bc31ede64..917e7d5912 100644
--- a/NEWS
+++ b/NEWS
@@ -14,7 +14,7 @@ PHP 4.0 NEWS
strings that contain numbers. Based on the code from Martin Pool
<mbp@humbug.org.au>. See http://www.linuxcare.com.au/projects/natsort/
for more info on natural sorting. (Andrei)
-- Zeus Webserver support (version 3.3.6+) for ISAPI
+- Zeus Webserver support (version 3.3.6+) for ISAPI (Ben Mansell)
- Fixed several problems with the PATH_TRANSLATED and PHP_SELF under Apache
(Paul Gregg & Zeev)
- Ported ldap_get_values_len() function from PHP3 to PHP4. (Sterling)
diff --git a/sapi/isapi/php4isapi.c b/sapi/isapi/php4isapi.c
index 0b79271bf6..3573fe0941 100644
--- a/sapi/isapi/php4isapi.c
+++ b/sapi/isapi/php4isapi.c
@@ -12,8 +12,8 @@
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
- | Authors: |
- | |
+ | Authors: Zeev Suraski <zeev@zend.com> |
+ | Zeus Support: Ben Mansell <ben@zeus.com> |
+----------------------------------------------------------------------+
*/