summaryrefslogtreecommitdiff
path: root/sapi
diff options
context:
space:
mode:
authorThies C. Arntzen <thies@php.net>2000-10-29 09:14:55 +0000
committerThies C. Arntzen <thies@php.net>2000-10-29 09:14:55 +0000
commit825457ae64db20d0a35a272465e9a1dc1cf64e61 (patch)
tree11a3e17978b78b51fda5807eb5db8e3b847f3e3e /sapi
parentfc4b704fcaecc12dec7a178502670903d8a89bfb (diff)
downloadphp-git-825457ae64db20d0a35a272465e9a1dc1cf64e61.tar.gz
update my email.
Diffstat (limited to 'sapi')
-rw-r--r--sapi/cgi/cgi_main.c2
-rw-r--r--sapi/phttpd/README2
-rw-r--r--sapi/phttpd/php_phttpd.h2
-rw-r--r--sapi/phttpd/phttpd.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c
index 513838042d..d3957e06b8 100644
--- a/sapi/cgi/cgi_main.c
+++ b/sapi/cgi/cgi_main.c
@@ -402,7 +402,7 @@ int main(int argc, char *argv[])
that sockets created via fsockopen()
don't kill PHP if the remote site
closes it. in apache|apxs mode apache
- does that for us! thies@digicol.de
+ does that for us! thies@thieso.net
20000419 */
#endif
#endif
diff --git a/sapi/phttpd/README b/sapi/phttpd/README
index 8799bb282d..cdb6f7c381 100644
--- a/sapi/phttpd/README
+++ b/sapi/phttpd/README
@@ -2,4 +2,4 @@ phttpd sapi module.
THIS IS BY NO MEANS COMPLETE NOR USABLE RIGHT NOW!
-thies@digicol.de 03.01.2000
+thies@thieso.net 03.01.2000
diff --git a/sapi/phttpd/php_phttpd.h b/sapi/phttpd/php_phttpd.h
index 3847eb699f..512b3cc254 100644
--- a/sapi/phttpd/php_phttpd.h
+++ b/sapi/phttpd/php_phttpd.h
@@ -12,7 +12,7 @@
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
- | Author: Thies C. Arntzen <thies@digicol.de> |
+ | Author: Thies C. Arntzen <thies@thieso.net> |
+----------------------------------------------------------------------+
*/
diff --git a/sapi/phttpd/phttpd.c b/sapi/phttpd/phttpd.c
index 4bedea5675..e8be996d6b 100644
--- a/sapi/phttpd/phttpd.c
+++ b/sapi/phttpd/phttpd.c
@@ -12,7 +12,7 @@
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
- | Author: Thies C. Arntzen <thies@digicol.de> |
+ | Author: Thies C. Arntzen <thies@thieso.net> |
| Based on aolserver SAPI by Sascha Schumann <sascha@schumann.cx> |
+----------------------------------------------------------------------+
*/