summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Zend/RFCs/002.txt2
-rwxr-xr-xbuild/buildcheck.sh4
-rw-r--r--ext/gd/gd.c2
-rw-r--r--ext/gd/php_gd.h2
-rw-r--r--ext/iconv/iconv.c2
-rw-r--r--ext/iconv/php_iconv.h2
-rw-r--r--ext/oci8/oci8.c2
-rw-r--r--ext/oci8/php_oci8.h2
-rw-r--r--ext/odbc/php_odbc.c2
-rw-r--r--ext/odbc/php_odbc.h2
-rw-r--r--ext/odbc/php_odbc_includes.h2
-rw-r--r--ext/oracle/oracle.c2
-rw-r--r--ext/standard/file.c2
-rw-r--r--ext/standard/formatted_print.c2
-rw-r--r--ext/standard/math.c2
-rw-r--r--ext/standard/php_ext_syslog.h2
-rw-r--r--ext/standard/php_math.h2
-rw-r--r--ext/standard/php_string.h2
-rw-r--r--ext/standard/php_versioning.h2
-rw-r--r--ext/standard/string.c2
-rw-r--r--ext/standard/syslog.c2
-rw-r--r--ext/standard/uniqid.c2
-rw-r--r--ext/standard/uniqid.h2
-rw-r--r--ext/standard/versioning.c2
-rw-r--r--ext/xml/php_xml.h2
-rw-r--r--ext/xml/xml.c2
-rw-r--r--main/build-defs.h.in2
-rw-r--r--main/php_ticks.c2
-rw-r--r--main/php_ticks.h2
-rw-r--r--main/snprintf.h2
-rw-r--r--pear/OS/Guess.php2
-rw-r--r--pear/PEAR.php4
-rw-r--r--pear/PEAR/Autoloader.php4
-rw-r--r--pear/PEAR/Builder.php4
-rw-r--r--pear/PEAR/Command.php2
-rw-r--r--pear/PEAR/Command/Auth.php2
-rw-r--r--pear/PEAR/Command/Build.php2
-rw-r--r--pear/PEAR/Command/Common.php2
-rw-r--r--pear/PEAR/Command/Config.php2
-rw-r--r--pear/PEAR/Command/Install.php2
-rw-r--r--pear/PEAR/Command/Package.php2
-rw-r--r--pear/PEAR/Command/Registry.php2
-rw-r--r--pear/PEAR/Command/Remote.php2
-rw-r--r--pear/PEAR/Common.php2
-rw-r--r--pear/PEAR/Config.php2
-rw-r--r--pear/PEAR/Dependency.php2
-rw-r--r--pear/PEAR/Frontend/CLI.php2
-rw-r--r--pear/PEAR/Installer.php4
-rw-r--r--pear/PEAR/Packager.php4
-rw-r--r--pear/PEAR/Registry.php2
-rw-r--r--pear/PEAR/Remote.php2
-rw-r--r--pear/System.php2
-rw-r--r--pear/package.dtd4
-rw-r--r--pear/scripts/pear.in2
-rw-r--r--pear/scripts/pearwin.php2
-rwxr-xr-xrun-tests.php2
-rw-r--r--run-tests2.php2
-rw-r--r--sapi/apache/php_apache.c2
-rw-r--r--sapi/apache/php_apache_http.h2
-rw-r--r--sapi/apache/sapi_apache.c2
-rw-r--r--sapi/apache_hooks/php_apache.c2
-rw-r--r--sapi/apache_hooks/sapi_apache.c2
-rw-r--r--sapi/cgi/cgi_main.c2
63 files changed, 70 insertions, 70 deletions
diff --git a/Zend/RFCs/002.txt b/Zend/RFCs/002.txt
index 263c4116c9..c7e00d6677 100644
--- a/Zend/RFCs/002.txt
+++ b/Zend/RFCs/002.txt
@@ -1,7 +1,7 @@
Title: Zend 2.0 Namespaces
Version: $Revision$
Status: draft
-Maintainer: Stig S. Bakken <ssb@fast.no>
+Maintainer: Stig S. Bakken <ssb@php.net>
Created: 2001-09-08
Modified: 2001-09-08
diff --git a/build/buildcheck.sh b/build/buildcheck.sh
index e459f24016..545284cc28 100755
--- a/build/buildcheck.sh
+++ b/build/buildcheck.sh
@@ -12,11 +12,11 @@
# | obtain it through the world-wide-web, please send a note to |
# | license@php.net so we can mail you a copy immediately. |
# +----------------------------------------------------------------------+
-# | Authors: Stig Bakken <ssb@fast.no> |
+# | Authors: Stig Bakken <ssb@php.net> |
# | Sascha Schumann <sascha@schumann.cx> |
# +----------------------------------------------------------------------+
#
-# $Id: buildcheck.sh,v 1.23 2003-02-11 21:11:42 sniper Exp $
+# $Id: buildcheck.sh,v 1.24 2003-03-18 12:05:59 ssb Exp $
#
echo "buildconf: checking installation..."
diff --git a/ext/gd/gd.c b/ext/gd/gd.c
index 2438876fb2..f4843ae758 100644
--- a/ext/gd/gd.c
+++ b/ext/gd/gd.c
@@ -13,7 +13,7 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Rasmus Lerdorf <rasmus@php.net> |
- | Stig Bakken <ssb@fast.no> |
+ | Stig Bakken <ssb@php.net> |
| Jim Winstead <jimw@php.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h
index d5614dc3d7..ee5f3b9391 100644
--- a/ext/gd/php_gd.h
+++ b/ext/gd/php_gd.h
@@ -13,7 +13,7 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Rasmus Lerdorf <rasmus@php.net> |
- | Stig Bakken <ssb@fast.no> |
+ | Stig Bakken <ssb@php.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/iconv/iconv.c b/ext/iconv/iconv.c
index 22bb195b8d..1d83c3fd16 100644
--- a/ext/iconv/iconv.c
+++ b/ext/iconv/iconv.c
@@ -13,7 +13,7 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Rui Hirokawa <rui_hirokawa@ybb.ne.jp> |
- | Stig Bakken <ssb@fast.no> |
+ | Stig Bakken <ssb@php.net> |
| Moriyoshi Koizumi <moriyoshi@php.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/iconv/php_iconv.h b/ext/iconv/php_iconv.h
index ad5509c26f..93a28662ae 100644
--- a/ext/iconv/php_iconv.h
+++ b/ext/iconv/php_iconv.h
@@ -13,7 +13,7 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Rui Hirokawa <rui_hirokawa@ybb.ne.jp> |
- | Stig Bakken <ssb@fast.no> |
+ | Stig Bakken <ssb@php.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c
index 3b14052ff7..23409ca51a 100644
--- a/ext/oci8/oci8.c
+++ b/ext/oci8/oci8.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. |
+----------------------------------------------------------------------+
- | Authors: Stig Sæther Bakken <ssb@fast.no> |
+ | Authors: Stig Sæther Bakken <ssb@php.net> |
| Thies C. Arntzen <thies@thieso.net> |
| Maxim Maletsky <maxim@maxim.cx> |
| |
diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h
index 3f0d707713..23054a8a26 100644
--- a/ext/oci8/php_oci8.h
+++ b/ext/oci8/php_oci8.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. |
+----------------------------------------------------------------------+
- | Authors: Stig Sæther Bakken <ssb@fast.no> |
+ | Authors: Stig Sæther Bakken <ssb@php.net> |
| Thies C. Arntzen <thies@thieso.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/odbc/php_odbc.c b/ext/odbc/php_odbc.c
index 0298ec8789..a1eeeb27cb 100644
--- a/ext/odbc/php_odbc.c
+++ b/ext/odbc/php_odbc.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. |
+----------------------------------------------------------------------+
- | Authors: Stig Sæther Bakken <ssb@fast.no> |
+ | Authors: Stig Sæther Bakken <ssb@php.net> |
| Andreas Karajannis <Andreas.Karajannis@gmd.de> |
| Frank M. Kromann <frank@frontbase.com> Support for DB/2 CLI |
| Kevin N. Shallow <kshallow@tampabay.rr.com> Birdstep Support|
diff --git a/ext/odbc/php_odbc.h b/ext/odbc/php_odbc.h
index ffda57f74e..6b5140295e 100644
--- a/ext/odbc/php_odbc.h
+++ b/ext/odbc/php_odbc.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. |
+----------------------------------------------------------------------+
- | Authors: Stig Sæther Bakken <ssb@fast.no> |
+ | Authors: Stig Sæther Bakken <ssb@php.net> |
| Andreas Karajannis <Andreas.Karajannis@gmd.de> |
| Kevin N. Shallow <kshallow@tampabay.rr.com> Birdstep Support |
+----------------------------------------------------------------------+
diff --git a/ext/odbc/php_odbc_includes.h b/ext/odbc/php_odbc_includes.h
index 03d880e560..adb64be938 100644
--- a/ext/odbc/php_odbc_includes.h
+++ b/ext/odbc/php_odbc_includes.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. |
+----------------------------------------------------------------------+
- | Authors: Stig Sæther Bakken <ssb@fast.no> |
+ | Authors: Stig Sæther Bakken <ssb@php.net> |
| Andreas Karajannis <Andreas.Karajannis@gmd.de> |
| Kevin N. Shallow <kshallow@tampabay.rr.com> Birdstep Support|
+----------------------------------------------------------------------+
diff --git a/ext/oracle/oracle.c b/ext/oracle/oracle.c
index 5eb076563a..0f1881a933 100644
--- a/ext/oracle/oracle.c
+++ b/ext/oracle/oracle.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. |
+----------------------------------------------------------------------+
- | Authors: Stig Sæther Bakken <ssb@fast.no> |
+ | Authors: Stig Sæther Bakken <ssb@php.net> |
| Mitch Golden <mgolden@interport.net> |
| Rasmus Lerdorf <rasmus@php.net> |
| Andreas Karajannis <Andreas.Karajannis@gmd.de> |
diff --git a/ext/standard/file.c b/ext/standard/file.c
index 359f32b217..8054554836 100644
--- a/ext/standard/file.c
+++ b/ext/standard/file.c
@@ -13,7 +13,7 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Rasmus Lerdorf <rasmus@php.net> |
- | Stig Bakken <ssb@fast.no> |
+ | Stig Bakken <ssb@php.net> |
| Andi Gutmans <andi@zend.com> |
| Zeev Suraski <zeev@zend.com> |
| PHP 4.0 patches by Thies C. Arntzen (thies@thieso.net) |
diff --git a/ext/standard/formatted_print.c b/ext/standard/formatted_print.c
index 67915bed65..111d8e89fd 100644
--- a/ext/standard/formatted_print.c
+++ b/ext/standard/formatted_print.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: Stig Sæther Bakken <ssb@fast.no> |
+ | Author: Stig Sæther Bakken <ssb@php.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/standard/math.c b/ext/standard/math.c
index 137b228d96..1772097e52 100644
--- a/ext/standard/math.c
+++ b/ext/standard/math.c
@@ -13,7 +13,7 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Jim Winstead <jimw@php.net> |
- | Stig Sæther Bakken <ssb@fast.no> |
+ | Stig Sæther Bakken <ssb@php.net> |
| Zeev Suraski <zeev@zend.com> |
| PHP 4.0 patches by Thies C. Arntzen <thies@thieso.net> |
+----------------------------------------------------------------------+
diff --git a/ext/standard/php_ext_syslog.h b/ext/standard/php_ext_syslog.h
index 18f4667967..3942bf6af7 100644
--- a/ext/standard/php_ext_syslog.h
+++ b/ext/standard/php_ext_syslog.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: Stig Sæther Bakken <ssb@fast.no> |
+ | Author: Stig Sæther Bakken <ssb@php.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/standard/php_math.h b/ext/standard/php_math.h
index 12e8224a12..5285011cd1 100644
--- a/ext/standard/php_math.h
+++ b/ext/standard/php_math.h
@@ -13,7 +13,7 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Jim Winstead <jimw@php.net> |
- | Stig Sæther Bakken <ssb@fast.no> |
+ | Stig Sæther Bakken <ssb@php.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/standard/php_string.h b/ext/standard/php_string.h
index 8b032847aa..39ce9ce993 100644
--- a/ext/standard/php_string.h
+++ b/ext/standard/php_string.h
@@ -13,7 +13,7 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Rasmus Lerdorf <rasmus@php.net> |
- | Stig Sæther Bakken <ssb@fast.no> |
+ | Stig Sæther Bakken <ssb@php.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/standard/php_versioning.h b/ext/standard/php_versioning.h
index 2dfa543073..fa71d49f80 100644
--- a/ext/standard/php_versioning.h
+++ b/ext/standard/php_versioning.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: Stig Sæther Bakken <ssb@fast.no> |
+ | Author: Stig Sæther Bakken <ssb@php.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/standard/string.c b/ext/standard/string.c
index da4444db95..759c5851b8 100644
--- a/ext/standard/string.c
+++ b/ext/standard/string.c
@@ -13,7 +13,7 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Rasmus Lerdorf <rasmus@php.net> |
- | Stig Sæther Bakken <ssb@fast.no> |
+ | Stig Sæther Bakken <ssb@php.net> |
| Zeev Suraski <zeev@zend.com> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/standard/syslog.c b/ext/standard/syslog.c
index 14294fb3eb..b6103b991a 100644
--- a/ext/standard/syslog.c
+++ b/ext/standard/syslog.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: Stig Sæther Bakken <ssb@fast.no> |
+ | Author: Stig Sæther Bakken <ssb@php.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/standard/uniqid.c b/ext/standard/uniqid.c
index 9a9c7f7f74..5842fc4b36 100644
--- a/ext/standard/uniqid.c
+++ b/ext/standard/uniqid.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: Stig Sæther Bakken <ssb@fast.no> |
+ | Author: Stig Sæther Bakken <ssb@php.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/standard/uniqid.h b/ext/standard/uniqid.h
index 36e94aa2cb..480bdb66ad 100644
--- a/ext/standard/uniqid.h
+++ b/ext/standard/uniqid.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: Stig Sæther Bakken <ssb@fast.no> |
+ | Author: Stig Sæther Bakken <ssb@php.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/standard/versioning.c b/ext/standard/versioning.c
index f611a8bc81..c2fccb65b5 100644
--- a/ext/standard/versioning.c
+++ b/ext/standard/versioning.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: Stig Sæther Bakken <ssb@fast.no> |
+ | Author: Stig Sæther Bakken <ssb@php.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/xml/php_xml.h b/ext/xml/php_xml.h
index 2504f8b6c2..7fef7c6070 100644
--- a/ext/xml/php_xml.h
+++ b/ext/xml/php_xml.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. |
+----------------------------------------------------------------------+
- | Authors: Stig Sæther Bakken <ssb@fast.no> |
+ | Authors: Stig Sæther Bakken <ssb@php.net> |
| Thies C. Arntzen <thies@thieso.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/xml/xml.c b/ext/xml/xml.c
index 67c094c396..76a8bf5ed2 100644
--- a/ext/xml/xml.c
+++ b/ext/xml/xml.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. |
+----------------------------------------------------------------------+
- | Authors: Stig Sæther Bakken <ssb@fast.no> |
+ | Authors: Stig Sæther Bakken <ssb@php.net> |
| Thies C. Arntzen <thies@thieso.net> |
+----------------------------------------------------------------------+
*/
diff --git a/main/build-defs.h.in b/main/build-defs.h.in
index 04f7f4a920..81f20744d0 100644
--- a/main/build-defs.h.in
+++ b/main/build-defs.h.in
@@ -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: Stig Sæther Bakken <ssb@fast.no> |
+ | Author: Stig Sæther Bakken <ssb@php.net> |
+----------------------------------------------------------------------+
*/
diff --git a/main/php_ticks.c b/main/php_ticks.c
index b8bfc4e1e0..c39e166507 100644
--- a/main/php_ticks.c
+++ b/main/php_ticks.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: Stig Bakken <ssb@fast.no> |
+ | Author: Stig Bakken <ssb@php.net> |
+----------------------------------------------------------------------+
*/
diff --git a/main/php_ticks.h b/main/php_ticks.h
index cf752fa4af..3cf699723c 100644
--- a/main/php_ticks.h
+++ b/main/php_ticks.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: Stig Bakken <ssb@fast.no> |
+ | Author: Stig Bakken <ssb@php.net> |
+----------------------------------------------------------------------+
*/
diff --git a/main/snprintf.h b/main/snprintf.h
index 0b811eb739..5468f4230c 100644
--- a/main/snprintf.h
+++ b/main/snprintf.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: Stig Sæther Bakken <ssb@fast.no> |
+ | Author: Stig Sæther Bakken <ssb@php.net> |
+----------------------------------------------------------------------+
*/
diff --git a/pear/OS/Guess.php b/pear/OS/Guess.php
index 97e665818e..92a52ef116 100644
--- a/pear/OS/Guess.php
+++ b/pear/OS/Guess.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. |
// +----------------------------------------------------------------------+
-// | Authors: Stig Bakken <ssb@fast.no> |
+// | Authors: Stig Bakken <ssb@php.net> |
// | |
// +----------------------------------------------------------------------+
//
diff --git a/pear/PEAR.php b/pear/PEAR.php
index c4a0d94b0e..a1d518ddd7 100644
--- a/pear/PEAR.php
+++ b/pear/PEAR.php
@@ -14,7 +14,7 @@
// | license@php.net so we can mail you a copy immediately. |
// +----------------------------------------------------------------------+
// | Authors: Sterling Hughes <sterling@php.net> |
-// | Stig Bakken <ssb@fast.no> |
+// | Stig Bakken <ssb@php.net> |
// | Tomas V.V.Cox <cox@idecnet.com> |
// +----------------------------------------------------------------------+
//
@@ -66,7 +66,7 @@ ini_set('track_errors', true);
* objects by reference, ej: $obj =& new PEAR_child;
*
* @since PHP 4.0.2
- * @author Stig Bakken <ssb@fast.no>
+ * @author Stig Bakken <ssb@php.net>
* @see http://pear.php.net/manual/
*/
class PEAR
diff --git a/pear/PEAR/Autoloader.php b/pear/PEAR/Autoloader.php
index 42152386cd..3fec4c19cf 100644
--- a/pear/PEAR/Autoloader.php
+++ b/pear/PEAR/Autoloader.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: Stig Bakken <ssb@fast.no> |
+// | Author: Stig Bakken <ssb@php.net> |
// | |
// +----------------------------------------------------------------------+
//
@@ -38,7 +38,7 @@ require_once "PEAR.php";
* methods, an instance of each class providing separated methods is
* stored and called every time the aggregated method is called.
*
- * @author Stig Sæther Bakken <ssb@fast.no>
+ * @author Stig Sæther Bakken <ssb@php.net>
*/
class PEAR_Autoloader extends PEAR
{
diff --git a/pear/PEAR/Builder.php b/pear/PEAR/Builder.php
index 1ed46b9eb0..7e9d589f3b 100644
--- a/pear/PEAR/Builder.php
+++ b/pear/PEAR/Builder.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. |
// +----------------------------------------------------------------------+
-// | Authors: Stig Sæther Bakken <ssb@fast.no> |
+// | Authors: Stig Sæther Bakken <ssb@php.net> |
// +----------------------------------------------------------------------+
//
// $Id$
@@ -23,7 +23,7 @@ require_once 'PEAR/Common.php';
/**
* Class to handle building (compiling) extensions.
*
- * @author Stig Sæther Bakken <ssb@fast.no>
+ * @author Stig Sæther Bakken <ssb@php.net>
*/
class PEAR_Builder extends PEAR_Common
{
diff --git a/pear/PEAR/Command.php b/pear/PEAR/Command.php
index ee02840900..7e23acab32 100644
--- a/pear/PEAR/Command.php
+++ b/pear/PEAR/Command.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: Stig Bakken <ssb@fast.no> |
+// | Author: Stig Bakken <ssb@php.net> |
// +----------------------------------------------------------------------+
//
// $Id$
diff --git a/pear/PEAR/Command/Auth.php b/pear/PEAR/Command/Auth.php
index e1286f3338..3978ac6ec9 100644
--- a/pear/PEAR/Command/Auth.php
+++ b/pear/PEAR/Command/Auth.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: Stig Bakken <ssb@fast.no> |
+// | Author: Stig Bakken <ssb@php.net> |
// +----------------------------------------------------------------------+
//
// $Id$
diff --git a/pear/PEAR/Command/Build.php b/pear/PEAR/Command/Build.php
index 70ea213ad7..ed97903454 100644
--- a/pear/PEAR/Command/Build.php
+++ b/pear/PEAR/Command/Build.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: Stig Bakken <ssb@fast.no> |
+// | Author: Stig Bakken <ssb@php.net> |
// | Tomas V.V.Cox <cox@idecnet.com> |
// | |
// +----------------------------------------------------------------------+
diff --git a/pear/PEAR/Command/Common.php b/pear/PEAR/Command/Common.php
index d64fe42c72..3544e2f9cb 100644
--- a/pear/PEAR/Command/Common.php
+++ b/pear/PEAR/Command/Common.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: Stig Sæther Bakken <ssb@fast.no> |
+// | Author: Stig Sæther Bakken <ssb@php.net> |
// +----------------------------------------------------------------------+
//
// $Id$
diff --git a/pear/PEAR/Command/Config.php b/pear/PEAR/Command/Config.php
index 762ad31e2c..f18491903d 100644
--- a/pear/PEAR/Command/Config.php
+++ b/pear/PEAR/Command/Config.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: Stig Bakken <ssb@fast.no> |
+// | Author: Stig Bakken <ssb@php.net> |
// | Tomas V.V.Cox <cox@idecnet.com> |
// | |
// +----------------------------------------------------------------------+
diff --git a/pear/PEAR/Command/Install.php b/pear/PEAR/Command/Install.php
index c6fcbcc640..4ecfb33390 100644
--- a/pear/PEAR/Command/Install.php
+++ b/pear/PEAR/Command/Install.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: Stig Sæther Bakken <ssb@fast.no> |
+// | Author: Stig Sæther Bakken <ssb@php.net> |
// +----------------------------------------------------------------------+
//
// $Id$
diff --git a/pear/PEAR/Command/Package.php b/pear/PEAR/Command/Package.php
index 9a92100cfe..ed0fb671c6 100644
--- a/pear/PEAR/Command/Package.php
+++ b/pear/PEAR/Command/Package.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. |
// +----------------------------------------------------------------------+
-// | Authors: Stig Bakken <ssb@fast.no> |
+// | Authors: Stig Bakken <ssb@php.net> |
// | Martin Jansen <mj@php.net> |
// +----------------------------------------------------------------------+
//
diff --git a/pear/PEAR/Command/Registry.php b/pear/PEAR/Command/Registry.php
index 6ba1b9bc19..20860cf4a2 100644
--- a/pear/PEAR/Command/Registry.php
+++ b/pear/PEAR/Command/Registry.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: Stig Bakken <ssb@fast.no> |
+// | Author: Stig Bakken <ssb@php.net> |
// | |
// +----------------------------------------------------------------------+
//
diff --git a/pear/PEAR/Command/Remote.php b/pear/PEAR/Command/Remote.php
index f445b84b1a..85695fd104 100644
--- a/pear/PEAR/Command/Remote.php
+++ b/pear/PEAR/Command/Remote.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: Stig Bakken <ssb@fast.no> |
+// | Author: Stig Bakken <ssb@php.net> |
// | |
// +----------------------------------------------------------------------+
//
diff --git a/pear/PEAR/Common.php b/pear/PEAR/Common.php
index ae31207f46..466b081ead 100644
--- a/pear/PEAR/Common.php
+++ b/pear/PEAR/Common.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. |
// +----------------------------------------------------------------------+
-// | Authors: Stig Bakken <ssb@fast.no> |
+// | Authors: Stig Bakken <ssb@php.net> |
// | Tomas V.V.Cox <cox@idecnet.com> |
// +----------------------------------------------------------------------+
//
diff --git a/pear/PEAR/Config.php b/pear/PEAR/Config.php
index 8f5f1f39cc..5059284b97 100644
--- a/pear/PEAR/Config.php
+++ b/pear/PEAR/Config.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: Stig Bakken <ssb@fast.no> |
+// | Author: Stig Bakken <ssb@php.net> |
// +----------------------------------------------------------------------+
//
// $Id$
diff --git a/pear/PEAR/Dependency.php b/pear/PEAR/Dependency.php
index 3fb545d5fb..b33dcd9054 100644
--- a/pear/PEAR/Dependency.php
+++ b/pear/PEAR/Dependency.php
@@ -14,7 +14,7 @@
// | license@php.net so we can mail you a copy immediately. |
// +----------------------------------------------------------------------+
// | Authors: Tomas V.V.Cox <cox@idecnet.com> |
-// | Stig Bakken <ssb@fast.no> |
+// | Stig Bakken <ssb@php.net> |
// +----------------------------------------------------------------------+
//
// $Id$
diff --git a/pear/PEAR/Frontend/CLI.php b/pear/PEAR/Frontend/CLI.php
index 2e84eb9e00..da958b842c 100644
--- a/pear/PEAR/Frontend/CLI.php
+++ b/pear/PEAR/Frontend/CLI.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: Stig Sæther Bakken <ssb@fast.no> |
+ | Author: Stig Sæther Bakken <ssb@php.net> |
+----------------------------------------------------------------------+
$Id$
diff --git a/pear/PEAR/Installer.php b/pear/PEAR/Installer.php
index 36df5f49da..6f77dbd8dc 100644
--- a/pear/PEAR/Installer.php
+++ b/pear/PEAR/Installer.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. |
// +----------------------------------------------------------------------+
-// | Authors: Stig Bakken <ssb@fast.no> |
+// | Authors: Stig Bakken <ssb@php.net> |
// | Tomas V.V.Cox <cox@idecnet.com> |
// +----------------------------------------------------------------------+
//
@@ -39,7 +39,7 @@ define('PEAR_INSTALLER_SKIPPED', -1);
* others..
*
* @since PHP 4.0.2
- * @author Stig Bakken <ssb@fast.no>
+ * @author Stig Bakken <ssb@php.net>
*/
class PEAR_Installer extends PEAR_Common
{
diff --git a/pear/PEAR/Packager.php b/pear/PEAR/Packager.php
index 5929fe238e..69279c4465 100644
--- a/pear/PEAR/Packager.php
+++ b/pear/PEAR/Packager.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. |
// +----------------------------------------------------------------------+
-// | Authors: Stig Bakken <ssb@fast.no> |
+// | Authors: Stig Bakken <ssb@php.net> |
// | Tomas V.V.Cox <cox@idecnet.com> |
// +----------------------------------------------------------------------+
//
@@ -29,7 +29,7 @@ require_once 'System.php';
* - add an extra param the dir where to place the created package
*
* @since PHP 4.0.2
- * @author Stig Bakken <ssb@fast.no>
+ * @author Stig Bakken <ssb@php.net>
*/
class PEAR_Packager extends PEAR_Common
{
diff --git a/pear/PEAR/Registry.php b/pear/PEAR/Registry.php
index 94ee603650..050d54ca9d 100644
--- a/pear/PEAR/Registry.php
+++ b/pear/PEAR/Registry.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: Stig Bakken <ssb@fast.no> |
+// | Author: Stig Bakken <ssb@php.net> |
// | Tomas V.V.Cox <cox@idecnet.com> |
// | |
// +----------------------------------------------------------------------+
diff --git a/pear/PEAR/Remote.php b/pear/PEAR/Remote.php
index 3095d74c62..6b90b0c7da 100644
--- a/pear/PEAR/Remote.php
+++ b/pear/PEAR/Remote.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: Stig Bakken <ssb@fast.no> |
+// | Author: Stig Bakken <ssb@php.net> |
// +----------------------------------------------------------------------+
//
// $Id$
diff --git a/pear/System.php b/pear/System.php
index 98754e9e17..1265da629c 100644
--- a/pear/System.php
+++ b/pear/System.php
@@ -415,7 +415,7 @@ class System
*
* @param string $program The command to search for
* @return mixed A string with the full path or false if not found
- * @author Stig Bakken <ssb@fast.no>
+ * @author Stig Bakken <ssb@php.net>
*/
function which($program, $fallback = false)
{
diff --git a/pear/package.dtd b/pear/package.dtd
index 9ac164a132..4afc4aa5cb 100644
--- a/pear/package.dtd
+++ b/pear/package.dtd
@@ -1,5 +1,5 @@
<!--
- $Id: package.dtd,v 1.29 2002-12-27 17:19:31 ssb Exp $
+ $Id: package.dtd,v 1.30 2003-03-18 12:06:06 ssb Exp $
This is the PEAR package description, version 1.0.
It should be used with the informal public identifier:
@@ -17,7 +17,7 @@
license@php.net so we can mail you a copy immediately.
Authors:
- Stig S. Bakken <ssb@fast.no>
+ Stig S. Bakken <ssb@php.net>
-->
diff --git a/pear/scripts/pear.in b/pear/scripts/pear.in
index cd6736b43c..71668ee702 100644
--- a/pear/scripts/pear.in
+++ b/pear/scripts/pear.in
@@ -38,7 +38,7 @@ exec $PHP -C -q $INC -d output_buffering=1 $0 $@
// | obtain it through the world-wide-web, please send a note to |
// | license@php.net so we can mail you a copy immediately. |
// +----------------------------------------------------------------------+
-// | Authors: Stig Bakken <ssb@fast.no> |
+// | Authors: Stig Bakken <ssb@php.net> |
// | Tomas V.V.Cox <cox@idecnet.com> |
// | |
// +----------------------------------------------------------------------+
diff --git a/pear/scripts/pearwin.php b/pear/scripts/pearwin.php
index 4804021658..43c46998f1 100644
--- a/pear/scripts/pearwin.php
+++ b/pear/scripts/pearwin.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. |
// +----------------------------------------------------------------------+
-// | Authors: Stig Bakken <ssb@fast.no> |
+// | Authors: Stig Bakken <ssb@php.net> |
// | Tomas V.V.Cox <cox@idecnet.com> |
// +----------------------------------------------------------------------+
//
diff --git a/run-tests.php b/run-tests.php
index 15b5e53bb7..72fe342b44 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -18,7 +18,7 @@
| Marcus Boerger <helly@php.net> |
| Derick Rethans <derick@php.net> |
| Sander Roobol <sander@php.net> |
- | (based on version by: Stig Bakken <ssb@fast.no>) |
+ | (based on version by: Stig Bakken <ssb@php.net>) |
| (based on the PHP 3 test framework by Rasmus Lerdorf) |
+----------------------------------------------------------------------+
*/
diff --git a/run-tests2.php b/run-tests2.php
index 66e133ef25..4c3051363c 100644
--- a/run-tests2.php
+++ b/run-tests2.php
@@ -19,7 +19,7 @@
| Derick Rethans <derick@php.net> |
| Sander Roobol <sander@php.net> |
| John Coggeshall <john@php.net> |
- | (based on version by: Stig Bakken <ssb@fast.no>) |
+ | (based on version by: Stig Bakken <ssb@php.net>) |
| (based on the PHP 3 test framework by Rasmus Lerdorf) |
+----------------------------------------------------------------------+
*/
diff --git a/sapi/apache/php_apache.c b/sapi/apache/php_apache.c
index 112640b617..9a4e409fa8 100644
--- a/sapi/apache/php_apache.c
+++ b/sapi/apache/php_apache.c
@@ -13,7 +13,7 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
- | Stig Sæther Bakken <ssb@fast.no> |
+ | Stig Sæther Bakken <ssb@php.net> |
| David Sklar <sklar@student.net> |
+----------------------------------------------------------------------+
*/
diff --git a/sapi/apache/php_apache_http.h b/sapi/apache/php_apache_http.h
index a4eedf4983..e25e468b3c 100644
--- a/sapi/apache/php_apache_http.h
+++ b/sapi/apache/php_apache_http.h
@@ -13,7 +13,7 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
- | Stig Sæther Bakken <ssb@fast.no> |
+ | Stig Sæther Bakken <ssb@php.net> |
| David Sklar <sklar@student.net> |
+----------------------------------------------------------------------+
*/
diff --git a/sapi/apache/sapi_apache.c b/sapi/apache/sapi_apache.c
index 69d9dc2f73..45fa8a90d5 100644
--- a/sapi/apache/sapi_apache.c
+++ b/sapi/apache/sapi_apache.c
@@ -16,7 +16,7 @@
| (with helpful hints from Dean Gaudet <dgaudet@arctic.org> |
| PHP 4.0 patches by: |
| Zeev Suraski <zeev@zend.com> |
- | Stig Bakken <ssb@fast.no> |
+ | Stig Bakken <ssb@php.net> |
+----------------------------------------------------------------------+
*/
/* $Id$ */
diff --git a/sapi/apache_hooks/php_apache.c b/sapi/apache_hooks/php_apache.c
index c7d1b46273..9ac4a8bb3c 100644
--- a/sapi/apache_hooks/php_apache.c
+++ b/sapi/apache_hooks/php_apache.c
@@ -13,7 +13,7 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
- | Stig Sæther Bakken <ssb@fast.no> |
+ | Stig Sæther Bakken <ssb@php.net> |
| David Sklar <sklar@student.net> |
+----------------------------------------------------------------------+
*/
diff --git a/sapi/apache_hooks/sapi_apache.c b/sapi/apache_hooks/sapi_apache.c
index 49882768e8..72a65d0046 100644
--- a/sapi/apache_hooks/sapi_apache.c
+++ b/sapi/apache_hooks/sapi_apache.c
@@ -16,7 +16,7 @@
| (with helpful hints from Dean Gaudet <dgaudet@arctic.org> |
| PHP 4.0 patches by: |
| Zeev Suraski <zeev@zend.com> |
- | Stig Bakken <ssb@fast.no> |
+ | Stig Bakken <ssb@php.net> |
+----------------------------------------------------------------------+
*/
/* $Id$ */
diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c
index 2eb0e4cd5b..2475012984 100644
--- a/sapi/cgi/cgi_main.c
+++ b/sapi/cgi/cgi_main.c
@@ -13,7 +13,7 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
- | Stig Bakken <ssb@fast.no> |
+ | Stig Bakken <ssb@php.net> |
| Zeev Suraski <zeev@zend.com> |
| FastCGI: Ben Mansell <php@slimyhorror.com> |
| Shane Caraveo <shane@caraveo.com> |