]> granicus.if.org Git - php/commitdiff
update my email.
authorThies C. Arntzen <thies@php.net>
Sun, 29 Oct 2000 09:14:55 +0000 (09:14 +0000)
committerThies C. Arntzen <thies@php.net>
Sun, 29 Oct 2000 09:14:55 +0000 (09:14 +0000)
27 files changed:
EXTENSIONS
ext/oci8/oci8.c
ext/oci8/php_oci8.h
ext/oracle/oracle.c
ext/readline/php_readline.h
ext/readline/readline.c
ext/standard/assert.c
ext/standard/dir.c
ext/standard/file.c
ext/standard/filestat.c
ext/standard/iptc.c
ext/standard/math.c
ext/standard/metaphone.c
ext/standard/output.c
ext/standard/php_assert.h
ext/standard/php_dir.h
ext/standard/php_iptc.h
ext/standard/php_metaphone.h
ext/standard/var.c
ext/sybase/php_sybase_db.c
ext/xml/php_xml.h
ext/xml/xml.c
main/output.c
sapi/cgi/cgi_main.c
sapi/phttpd/README
sapi/phttpd/php_phttpd.h
sapi/phttpd/phttpd.c

index 217e8cded9ba4fc966236d509b424d3f73bf8faa..fbe1719ccddbf6d1e0e5285bf24b1d34231e010c 100644 (file)
@@ -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
 -------------------------------------------------------------------------------
index 805ab54f9bc6474fe9aeb080e6dca566b52145e8..25ffac677d8747a497efc43c4e1f2cbc48cbd70d 100644 (file)
@@ -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;
index f4c7e054ce90b0cf4c7f3d180d5498a21362328d..e4263642b2187a7e76632b5f73c8c9189aa49169 100644 (file)
@@ -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>                         |
    +----------------------------------------------------------------------+
 */
 
index 772c399a2b1c4b1d564869a814e7b3b140c16219..d1618e313855ebb4b8363b2628e03288daebaa8a 100644 (file)
@@ -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>                         |
    +----------------------------------------------------------------------+
  */
 
index 1118e13da3da6b3a057b6cb6f9d516a559322462..ad15916b5af15211cecd3730260446b5f324e595 100644 (file)
@@ -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)                         |
    +----------------------------------------------------------------------+
 */
 
index 19fc4824e69a0d4e59fbe6e87b5ebf9ef9898cef..1652905c8feae639ba10818b73c0fa0ecc1e1f09 100644 (file)
@@ -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)                         |
    +----------------------------------------------------------------------+
 */
 
index ce68c893606df9a874ba7d1d49bdc5cd05ac072a..71194cd223f6fb52a523936b065c25f1f822af07 100644 (file)
@@ -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)                          |
    +----------------------------------------------------------------------+
  */
 
index 0595238f3cc8fc9b74a648755bc6cc9486305517..0ad886cb4f4c4f75b6516c5d1aadd27e4eef32e1 100644 (file)
@@ -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)               |
    +----------------------------------------------------------------------+
  */
 
index c85ba328b4145f987f88b21c932ea2228dd12b16..82f049f75da8fa85df0035e665d81c7b9596ac80 100644 (file)
@@ -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)               |
    +----------------------------------------------------------------------+
  */
 
index 784ef3079dd6274e4a4e8dab01ed28bf40ae030b..71b88c8e9b552b282eccc95d5c2d0ac5632289c6 100644 (file)
@@ -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;
index 248eafd619b4ffa7e830b685c40c70e5aae40181..0fdab46b2ce3b2df0e164b39e5d781c5692ad5c0 100644 (file)
@@ -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)                         |
    +----------------------------------------------------------------------+
  */
 
index e6ee1fd03d609a0bf5cff53cb37385df26da0316..5b26d7a3df0fa013717b9820477103f55cb65634 100644 (file)
@@ -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)               |
    +----------------------------------------------------------------------+
 */
 
index f548fbd67ea84eaf34123ab2fd91e1d61e4c3472..eaf0d1d10fc96ffdd2d262572b05c2221998ff37 100644 (file)
@@ -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>                                                |
    +----------------------------------------------------------------------+
 */
 
index 2b14bd7f210a2673d5dbbcca4003885352888f2f..bba0c1b6cc4d2a75a370f8203f6884c424876794 100644 (file)
@@ -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>                         |
    +----------------------------------------------------------------------+
 */
 
index 4a534d53695ea2fef2a177056310ecf5e673da6b..1fa46d72422acb2575dc23c7fa547c55ca6d3c38 100644 (file)
@@ -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)                          |
    +----------------------------------------------------------------------+
 */
 
index 6c6593b067e21613c04b489ea945e74202257d2e..2f416fc5f495413177184e4c740ff7d6507ebb12 100644 (file)
@@ -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)               |
    +----------------------------------------------------------------------+
  */
 
index 3baef3e298465f95bc5c8c90478b675ce58071a0..27c9372aa072b0f6c34459105c779b8e121d9458 100644 (file)
@@ -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>                        |
    +----------------------------------------------------------------------+
 */
 
index 348988c288b873a639bec307f7b67524c8b4503a..364815d90f219a6640d3f57eaeba3a6519a9e3bb 100644 (file)
@@ -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>                         |
    +----------------------------------------------------------------------+
  */
  
index c9f7a3601b36539d567a5b5578540dd61eff63b7..04b7d5ba8ee3e9da9ad99f847d04f59349eb8f44 100644 (file)
@@ -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>                        |
    +----------------------------------------------------------------------+
  */
index 849e32b84d614020c70325b0debbe4a53c66fe8b..3b10010b121646fcebd170f19457e14af9d17970 100644 (file)
@@ -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 */
index 5d16fb2f7359bed63263489bee6479e64f119e61..aacf900dea2dc0458e5473d0817c3412bdbd292a 100644 (file)
@@ -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>                         |
    +----------------------------------------------------------------------+
 */
 
index ae0bc5cbc81f0f852cebc1e0fd2c0203713de5ef..b7f56199fa3837b567bdbbe2864d99e42db488be 100644 (file)
@@ -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>                                             | 
    +----------------------------------------------------------------------+
  */
 
index 2b14bd7f210a2673d5dbbcca4003885352888f2f..bba0c1b6cc4d2a75a370f8203f6884c424876794 100644 (file)
@@ -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>                         |
    +----------------------------------------------------------------------+
 */
 
index 513838042db6f01f9f8fb5dcf2081e578e72297f..d3957e06b84931054e8f0ab7a87410f314fb3c9b 100644 (file)
@@ -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
index 8799bb282df3f4ade836fafc8cd2736292f502f1..cdb6f7c381da79e4bd7f1985a4814eb8fd56f0d6 100644 (file)
@@ -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
index 3847eb699f1e62403d4a0803ce12a824b8d3f06e..512b3cc2545c6f4b060ae350ec4d3a049bc90c5c 100644 (file)
@@ -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>                                                 |
    +----------------------------------------------------------------------+
 */
 
index 4bedea56755a98f220a42507ea279e5993105f5f..e8be996d6bf69dece05694b033247814c0919597 100644 (file)
@@ -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>      |
    +----------------------------------------------------------------------+
 */