From a81e6bc04e98f93d82a4364ac78709fe28a24138 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Wed, 19 Apr 2000 15:21:22 +0000 Subject: [PATCH] author fixes --- NEWS | 2 +- sapi/isapi/php4isapi.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 5bc31ede640..917e7d5912e 100644 --- a/NEWS +++ b/NEWS @@ -14,7 +14,7 @@ PHP 4.0 NEWS strings that contain numbers. Based on the code from Martin Pool . 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 0b79271bf62..3573fe0941a 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 | + | Zeus Support: Ben Mansell | +----------------------------------------------------------------------+ */