summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2002-05-13 17:28:38 +0000
committerAndrei Zmievski <andrei@php.net>2002-05-13 17:28:38 +0000
commit1668570e4d0d43631ee9b09ecbd53bc52f1cce35 (patch)
tree3b96142a81fa53c19e77993a1d2b1ef6188aeca4
parent6940f88aabb5ff58dda374a8dc6351b6799370bd (diff)
downloadphp-git-1668570e4d0d43631ee9b09ecbd53bc52f1cce35.tar.gz
Changing email address.
-rw-r--r--ext/pcre/php_pcre.c2
-rw-r--r--ext/pcre/php_pcre.h2
-rw-r--r--ext/session/session.c2
-rw-r--r--ext/standard/array.c2
-rw-r--r--ext/standard/php_array.h2
-rw-r--r--ext/wddx/php_wddx.h2
-rw-r--r--ext/wddx/wddx.c2
-rw-r--r--pear/Console/Getopt.php4
8 files changed, 9 insertions, 9 deletions
diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c
index 9a6dee167b..964b3d508c 100644
--- a/ext/pcre/php_pcre.c
+++ b/ext/pcre/php_pcre.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: Andrei Zmievski <andrei@ispi.net> |
+ | Author: Andrei Zmievski <andrei@php.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/pcre/php_pcre.h b/ext/pcre/php_pcre.h
index 726b453daf..3512c78ba8 100644
--- a/ext/pcre/php_pcre.h
+++ b/ext/pcre/php_pcre.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: Andrei Zmievski <andrei@ispi.net> |
+ | Author: Andrei Zmievski <andrei@php.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/session/session.c b/ext/session/session.c
index 1a2d39884a..849725a4c4 100644
--- a/ext/session/session.c
+++ b/ext/session/session.c
@@ -13,7 +13,7 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Sascha Schumann <sascha@schumann.cx> |
- | Andrei Zmievski <andrei@ispi.net> |
+ | Andrei Zmievski <andrei@php.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/standard/array.c b/ext/standard/array.c
index fb59f841ed..a1c9154d43 100644
--- a/ext/standard/array.c
+++ b/ext/standard/array.c
@@ -15,7 +15,7 @@
| Authors: Andi Gutmans <andi@zend.com> |
| Zeev Suraski <zeev@zend.com> |
| Rasmus Lerdorf <rasmus@php.net> |
- | Andrei Zmievski <andrei@ispi.net> |
+ | Andrei Zmievski <andrei@php.net> |
| Stig Venaas <venaas@php.net> |
| Jason Greene <jason@php.net> |
+----------------------------------------------------------------------+
diff --git a/ext/standard/php_array.h b/ext/standard/php_array.h
index 64f100a4ee..96c05a7a37 100644
--- a/ext/standard/php_array.h
+++ b/ext/standard/php_array.h
@@ -15,7 +15,7 @@
| Authors: Andi Gutmans <andi@zend.com> |
| Zeev Suraski <zeev@zend.com> |
| Rasmus Lerdorf <rasmus@php.net> |
- | Andrei Zmievski <andrei@ispi.net> |
+ | Andrei Zmievski <andrei@php.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/wddx/php_wddx.h b/ext/wddx/php_wddx.h
index 440b2a685c..a1de64e712 100644
--- a/ext/wddx/php_wddx.h
+++ b/ext/wddx/php_wddx.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: Andrei Zmievski <andrei@ispi.net> |
+ | Author: Andrei Zmievski <andrei@php.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/wddx/wddx.c b/ext/wddx/wddx.c
index 9cfb1b464d..d23e65098e 100644
--- a/ext/wddx/wddx.c
+++ b/ext/wddx/wddx.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: Andrei Zmievski <andrei@ispi.net> |
+ | Author: Andrei Zmievski <andrei@php.net> |
+----------------------------------------------------------------------+
*/
diff --git a/pear/Console/Getopt.php b/pear/Console/Getopt.php
index d678a5b238..c82aabba34 100644
--- a/pear/Console/Getopt.php
+++ b/pear/Console/Getopt.php
@@ -13,7 +13,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: Andrei Zmievski <andrei@ispi.net> |
+// | Author: Andrei Zmievski <andrei@php.net> |
// +----------------------------------------------------------------------+
//
// $Id$
@@ -23,7 +23,7 @@ require_once 'PEAR.php';
/**
* Command-line options parsing class.
*
- * @author Andrei Zmievski <andrei@ispi.net>
+ * @author Andrei Zmievski <andrei@php.net>
*
*/
class Console_Getopt {