summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--EXTENSIONS6
-rw-r--r--ext/oci8/oci8.c8
-rw-r--r--ext/oci8/php_oci8.h2
-rw-r--r--ext/oracle/oracle.c2
-rw-r--r--ext/readline/php_readline.h2
-rw-r--r--ext/readline/readline.c2
-rw-r--r--ext/standard/assert.c2
-rw-r--r--ext/standard/dir.c2
-rw-r--r--ext/standard/file.c2
-rw-r--r--ext/standard/filestat.c2
-rw-r--r--ext/standard/iptc.c2
-rw-r--r--ext/standard/math.c2
-rw-r--r--ext/standard/metaphone.c2
-rw-r--r--ext/standard/output.c2
-rw-r--r--ext/standard/php_assert.h2
-rw-r--r--ext/standard/php_dir.h2
-rw-r--r--ext/standard/php_iptc.h2
-rw-r--r--ext/standard/php_metaphone.h2
-rw-r--r--ext/standard/var.c2
-rw-r--r--ext/sybase/php_sybase_db.c4
-rw-r--r--ext/xml/php_xml.h2
-rw-r--r--ext/xml/xml.c2
-rw-r--r--main/output.c2
-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
27 files changed, 33 insertions, 33 deletions
diff --git a/EXTENSIONS b/EXTENSIONS
index 217e8cded9..fbe1719ccd 100644
--- a/EXTENSIONS
+++ b/EXTENSIONS
@@ -141,7 +141,7 @@ MAINTENANCE: Unknown
STATUS: Working
-------------------------------------------------------------------------------
EXTENSION: oci8
-PRIMARY MAINTAINER: Thies C. Arntzen <thies@digicol.de>
+PRIMARY MAINTAINER: Thies C. Arntzen <thies@thieso.net>
MAINTENANCE: Maintained
STATUS: Working
-------------------------------------------------------------------------------
@@ -152,7 +152,7 @@ STATUS: Working
COMMENT: Working except for persistent connections
-------------------------------------------------------------------------------
EXTENSION: oracle
-PRIMARY MAINTAINER: Thies C. Arntzen <thies@digicol.de>
+PRIMARY MAINTAINER: Thies C. Arntzen <thies@thieso.net>
MAINTENANCE: Maintained
STATUS: Working
COMMENT: Using the new OCI8 driver is encouraged where possible.
@@ -339,7 +339,7 @@ MAINTENANCE: Maintained
STATUS: Working
-------------------------------------------------------------------------------
EXTENSION: xml
-PRIMARY MAINTAINER: Thies C. Arntzen <thies@digicol.de>
+PRIMARY MAINTAINER: Thies C. Arntzen <thies@thieso.net>
MAINTENANCE: Maintained
STATUS: Unknown
-------------------------------------------------------------------------------
diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c
index 805ab54f9b..25ffac677d 100644
--- a/ext/oci8/oci8.c
+++ b/ext/oci8/oci8.c
@@ -13,7 +13,7 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Stig Sæther Bakken <ssb@fast.no> |
- | Thies C. Arntzen <thies@digicol.de> |
+ | Thies C. Arntzen <thies@thieso.net> |
+----------------------------------------------------------------------+
*/
@@ -372,7 +372,7 @@ PHP_MINIT_FUNCTION(oci)
oci_lob_class_entry_ptr = zend_register_internal_class(&oci_lob_class_entry);
-/* thies@digicol.de 990203 i do not think that we will need all of them - just in here for completeness for now! */
+/* thies@thieso.net 990203 i do not think that we will need all of them - just in here for completeness for now! */
REGISTER_LONG_CONSTANT("OCI_DEFAULT",OCI_DEFAULT, CONST_CS | CONST_PERSISTENT);
REGISTER_LONG_CONSTANT("OCI_DESCRIBE_ONLY",OCI_DESCRIBE_ONLY, CONST_CS | CONST_PERSISTENT);
REGISTER_LONG_CONSTANT("OCI_COMMIT_ON_SUCCESS",OCI_COMMIT_ON_SUCCESS, CONST_CS | CONST_PERSISTENT);
@@ -1661,7 +1661,7 @@ oci_failover_callback(dvoid *svchp,
ub4 fo_event)
{
/*
- this stuff is from an oci sample - it will get cleaned up as soon as i understand it!!! (thies@digicol.de 990420)
+ this stuff is from an oci sample - it will get cleaned up as soon as i understand it!!! (thies@thieso.net 990420)
right now i cant get oracle to even call it;-(((((((((((
*/
@@ -3546,7 +3546,7 @@ PHP_FUNCTION(ocilogoff)
referenced. as this module makes heavy use of zends reference-counting mechanism
this is the desired behavior. it has always been a bad idea to close a connection that
has outstanding transactions. this way we have a nice-clean approach.
- (thies@digicol.de 20000110)
+ (thies@thieso.net 20000110)
oci_connection *connection;
zval **conn;
diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h
index f4c7e054ce..e4263642b2 100644
--- a/ext/oci8/php_oci8.h
+++ b/ext/oci8/php_oci8.h
@@ -13,7 +13,7 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Stig Sæther Bakken <ssb@fast.no> |
- | Thies C. Arntzen <thies@digicol.de> |
+ | Thies C. Arntzen <thies@thieso.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/oracle/oracle.c b/ext/oracle/oracle.c
index 772c399a2b..d1618e3138 100644
--- a/ext/oracle/oracle.c
+++ b/ext/oracle/oracle.c
@@ -16,7 +16,7 @@
| Mitch Golden <mgolden@interport.net> |
| Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
| Andreas Karajannis <Andreas.Karajannis@gmd.de> |
- | Thies C. Arntzen <thies@digicol.de> |
+ | Thies C. Arntzen <thies@thieso.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/readline/php_readline.h b/ext/readline/php_readline.h
index 1118e13da3..ad15916b5a 100644
--- a/ext/readline/php_readline.h
+++ b/ext/readline/php_readline.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: Thies C. Arntzen (thies@digicol.de) |
+ | Authors: Thies C. Arntzen (thies@thieso.net) |
+----------------------------------------------------------------------+
*/
diff --git a/ext/readline/readline.c b/ext/readline/readline.c
index 19fc4824e6..1652905c8f 100644
--- a/ext/readline/readline.c
+++ b/ext/readline/readline.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: Thies C. Arntzen (thies@digicol.de) |
+ | Authors: Thies C. Arntzen (thies@thieso.net) |
+----------------------------------------------------------------------+
*/
diff --git a/ext/standard/assert.c b/ext/standard/assert.c
index ce68c89360..71194cd223 100644
--- a/ext/standard/assert.c
+++ b/ext/standard/assert.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) |
+----------------------------------------------------------------------+
*/
diff --git a/ext/standard/dir.c b/ext/standard/dir.c
index 0595238f3c..0ad886cb4f 100644
--- a/ext/standard/dir.c
+++ b/ext/standard/dir.c
@@ -13,7 +13,7 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: |
- | PHP 4.0 patches by Thies C. Arntzen (thies@digicol.de) |
+ | PHP 4.0 patches by Thies C. Arntzen (thies@thieso.net) |
+----------------------------------------------------------------------+
*/
diff --git a/ext/standard/file.c b/ext/standard/file.c
index c85ba328b4..82f049f75d 100644
--- a/ext/standard/file.c
+++ b/ext/standard/file.c
@@ -16,7 +16,7 @@
| Stig Bakken <ssb@fast.no> |
| Andi Gutmans <andi@zend.com> |
| Zeev Suraski <zeev@zend.com> |
- | PHP 4.0 patches by Thies C. Arntzen (thies@digicol.de) |
+ | PHP 4.0 patches by Thies C. Arntzen (thies@thieso.net) |
+----------------------------------------------------------------------+
*/
diff --git a/ext/standard/filestat.c b/ext/standard/filestat.c
index 784ef3079d..71b88c8e9b 100644
--- a/ext/standard/filestat.c
+++ b/ext/standard/filestat.c
@@ -180,7 +180,7 @@ PHP_FUNCTION(diskfreespace)
&TotalNumberOfBytes,
&TotalNumberOfFreeBytes) == 0) RETURN_FALSE;
- /* i know - this is ugly, but i works (thies@digicol.de) */
+ /* i know - this is ugly, but i works (thies@thieso.net) */
bytesfree = FreeBytesAvailableToCaller.HighPart *
(double) (((unsigned long)1) << 31) * 2.0 +
FreeBytesAvailableToCaller.LowPart;
diff --git a/ext/standard/iptc.c b/ext/standard/iptc.c
index 248eafd619..0fdab46b2c 100644
--- a/ext/standard/iptc.c
+++ b/ext/standard/iptc.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: Thies C. Arntzen (thies@digicol.de) |
+ | Authors: Thies C. Arntzen (thies@thieso.net) |
+----------------------------------------------------------------------+
*/
diff --git a/ext/standard/math.c b/ext/standard/math.c
index e6ee1fd03d..5b26d7a3df 100644
--- a/ext/standard/math.c
+++ b/ext/standard/math.c
@@ -15,7 +15,7 @@
| Authors: Jim Winstead (jimw@php.net) |
| Stig Sæther Bakken <ssb@guardian.no> |
| Zeev Suraski <zeev@zend.com> |
- | PHP 4.0 patches by Thies C. Arntzen (thies@digicol.de) |
+ | PHP 4.0 patches by Thies C. Arntzen (thies@thieso.net) |
+----------------------------------------------------------------------+
*/
diff --git a/ext/standard/metaphone.c b/ext/standard/metaphone.c
index f548fbd67e..eaf0d1d10f 100644
--- a/ext/standard/metaphone.c
+++ b/ext/standard/metaphone.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: Thies C. Arntzen <thies@digicol.de> |
+ | Authors: Thies C. Arntzen <thies@thieso.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/standard/output.c b/ext/standard/output.c
index 2b14bd7f21..bba0c1b6cc 100644
--- a/ext/standard/output.c
+++ b/ext/standard/output.c
@@ -13,7 +13,7 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Zeev Suraski <zeev@zend.com> |
- | Thies C. Arntzen <thies@digicol.de> |
+ | Thies C. Arntzen <thies@thieso.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/standard/php_assert.h b/ext/standard/php_assert.h
index 4a534d5369..1fa46d7242 100644
--- a/ext/standard/php_assert.h
+++ b/ext/standard/php_assert.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/ext/standard/php_dir.h b/ext/standard/php_dir.h
index 6c6593b067..2f416fc5f4 100644
--- a/ext/standard/php_dir.h
+++ b/ext/standard/php_dir.h
@@ -13,7 +13,7 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: |
- | PHP 4.0 patches by Thies C. Arntzen (thies@digicol.de) |
+ | PHP 4.0 patches by Thies C. Arntzen (thies@thieso.net) |
+----------------------------------------------------------------------+
*/
diff --git a/ext/standard/php_iptc.h b/ext/standard/php_iptc.h
index 3baef3e298..27c9372aa0 100644
--- a/ext/standard/php_iptc.h
+++ b/ext/standard/php_iptc.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: Thies C. Arntzen <thies@digicol.de> |
+ | Authors: Thies C. Arntzen <thies@thieso.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/standard/php_metaphone.h b/ext/standard/php_metaphone.h
index 348988c288..364815d90f 100644
--- a/ext/standard/php_metaphone.h
+++ b/ext/standard/php_metaphone.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: Thies C. Arntzen <thies@digicol.de> |
+ | Authors: Thies C. Arntzen <thies@thieso.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/standard/var.c b/ext/standard/var.c
index c9f7a3601b..04b7d5ba8e 100644
--- a/ext/standard/var.c
+++ b/ext/standard/var.c
@@ -13,7 +13,7 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Jani Lehtimäki <jkl@njet.net> |
- | Thies C. Arntzen <thies@digicol.de> |
+ | Thies C. Arntzen <thies@thieso.net> |
| Sascha Schumann <sascha@schumann.cx> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/sybase/php_sybase_db.c b/ext/sybase/php_sybase_db.c
index 849e32b84d..3b10010b12 100644
--- a/ext/sybase/php_sybase_db.c
+++ b/ext/sybase/php_sybase_db.c
@@ -168,7 +168,7 @@ static void _close_sybase_link(zend_rsrc_list_entry *rsrc)
/*
this can cause crashes in the current model.
if the resource gets destroyed via destroy_resource_list() resource_list
- will *not* be in a consistent state. thies@digicol.de
+ will *not* be in a consistent state. thies@thieso.net
*/
zend_hash_apply(&EG(regular_list),(int (*)(void *))_clean_invalid_results);
@@ -670,7 +670,7 @@ static void php_sybase_get_column_content(sybase_link *sybase_ptr,int offset,pva
res_buf = (char *) emalloc(res_length+1);
memset(res_buf,' ',res_length+1); /* XXX i'm sure there's a better way
but i don't have sybase here to test
- 991105 thies@digicol.de */
+ 991105 thies@thieso.net */
dbconvert(NULL,coltype(offset),dbdata(sybase_ptr->link,offset), res_length,SYBCHAR,res_buf,-1);
/* get rid of trailing spaces */
diff --git a/ext/xml/php_xml.h b/ext/xml/php_xml.h
index 5d16fb2f73..aacf900dea 100644
--- a/ext/xml/php_xml.h
+++ b/ext/xml/php_xml.h
@@ -13,7 +13,7 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Stig Sæther Bakken <ssb@fast.no> |
- | Thies C. Arntzen <thies@digicol.de> |
+ | Thies C. Arntzen <thies@thieso.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/xml/xml.c b/ext/xml/xml.c
index ae0bc5cbc8..b7f56199fa 100644
--- a/ext/xml/xml.c
+++ b/ext/xml/xml.c
@@ -13,7 +13,7 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Stig Sæther Bakken <ssb@fast.no> |
- | Thies C. Arntzen <thies@digicol.de> |
+ | Thies C. Arntzen <thies@thieso.net> |
+----------------------------------------------------------------------+
*/
diff --git a/main/output.c b/main/output.c
index 2b14bd7f21..bba0c1b6cc 100644
--- a/main/output.c
+++ b/main/output.c
@@ -13,7 +13,7 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Zeev Suraski <zeev@zend.com> |
- | Thies C. Arntzen <thies@digicol.de> |
+ | Thies C. Arntzen <thies@thieso.net> |
+----------------------------------------------------------------------+
*/
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> |
+----------------------------------------------------------------------+
*/