Skip to content

Commit

Permalink
update my email.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thies C. Arntzen committed Oct 29, 2000

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent fc4b704 commit 825457a
Showing 27 changed files with 33 additions and 33 deletions.
6 changes: 3 additions & 3 deletions EXTENSIONS
Original file line number Diff line number Diff line change
@@ -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
-------------------------------------------------------------------------------
8 changes: 4 additions & 4 deletions ext/oci8/oci8.c
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
| [email protected] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Stig Sæther Bakken <[email protected]> |
| 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;
2 changes: 1 addition & 1 deletion ext/oci8/php_oci8.h
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
| [email protected] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Stig Sæther Bakken <[email protected]> |
| Thies C. Arntzen <thies@digicol.de> |
| Thies C. Arntzen <thies@thieso.net> |
+----------------------------------------------------------------------+
*/

2 changes: 1 addition & 1 deletion ext/oracle/oracle.c
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
| Mitch Golden <[email protected]> |
| Rasmus Lerdorf <[email protected]> |
| Andreas Karajannis <[email protected]> |
| Thies C. Arntzen <thies@digicol.de> |
| Thies C. Arntzen <thies@thieso.net> |
+----------------------------------------------------------------------+
*/

2 changes: 1 addition & 1 deletion ext/readline/php_readline.h
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
| obtain it through the world-wide-web, please send a note to |
| [email protected] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Thies C. Arntzen (thies@digicol.de) |
| Authors: Thies C. Arntzen (thies@thieso.net) |
+----------------------------------------------------------------------+
*/

2 changes: 1 addition & 1 deletion ext/readline/readline.c
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
| obtain it through the world-wide-web, please send a note to |
| [email protected] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Thies C. Arntzen (thies@digicol.de) |
| Authors: Thies C. Arntzen (thies@thieso.net) |
+----------------------------------------------------------------------+
*/

2 changes: 1 addition & 1 deletion ext/standard/assert.c
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
| obtain it through the world-wide-web, please send a note to |
| [email protected] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: Thies C. Arntzen (thies@digicol.de) |
| Author: Thies C. Arntzen (thies@thieso.net) |
+----------------------------------------------------------------------+
*/

2 changes: 1 addition & 1 deletion ext/standard/dir.c
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
| [email protected] 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) |
+----------------------------------------------------------------------+
*/

2 changes: 1 addition & 1 deletion ext/standard/file.c
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
| Stig Bakken <[email protected]> |
| Andi Gutmans <[email protected]> |
| Zeev Suraski <[email protected]> |
| PHP 4.0 patches by Thies C. Arntzen (thies@digicol.de) |
| PHP 4.0 patches by Thies C. Arntzen (thies@thieso.net) |
+----------------------------------------------------------------------+
*/

2 changes: 1 addition & 1 deletion ext/standard/filestat.c
Original file line number Diff line number Diff line change
@@ -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;
2 changes: 1 addition & 1 deletion ext/standard/iptc.c
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
| obtain it through the world-wide-web, please send a note to |
| [email protected] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Thies C. Arntzen (thies@digicol.de) |
| Authors: Thies C. Arntzen (thies@thieso.net) |
+----------------------------------------------------------------------+
*/

2 changes: 1 addition & 1 deletion ext/standard/math.c
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
| Authors: Jim Winstead ([email protected]) |
| Stig Sæther Bakken <[email protected]> |
| Zeev Suraski <[email protected]> |
| PHP 4.0 patches by Thies C. Arntzen (thies@digicol.de) |
| PHP 4.0 patches by Thies C. Arntzen (thies@thieso.net) |
+----------------------------------------------------------------------+
*/

2 changes: 1 addition & 1 deletion ext/standard/metaphone.c
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
| obtain it through the world-wide-web, please send a note to |
| [email protected] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Thies C. Arntzen <thies@digicol.de> |
| Authors: Thies C. Arntzen <thies@thieso.net> |
+----------------------------------------------------------------------+
*/

2 changes: 1 addition & 1 deletion ext/standard/output.c
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
| [email protected] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Zeev Suraski <[email protected]> |
| Thies C. Arntzen <thies@digicol.de> |
| Thies C. Arntzen <thies@thieso.net> |
+----------------------------------------------------------------------+
*/

2 changes: 1 addition & 1 deletion ext/standard/php_assert.h
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
| obtain it through the world-wide-web, please send a note to |
| [email protected] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: Thies C. Arntzen (thies@digicol.de) |
| Author: Thies C. Arntzen (thies@thieso.net) |
+----------------------------------------------------------------------+
*/

2 changes: 1 addition & 1 deletion ext/standard/php_dir.h
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
| [email protected] 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) |
+----------------------------------------------------------------------+
*/

2 changes: 1 addition & 1 deletion ext/standard/php_iptc.h
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
| obtain it through the world-wide-web, please send a note to |
| [email protected] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Thies C. Arntzen <thies@digicol.de> |
| Authors: Thies C. Arntzen <thies@thieso.net> |
+----------------------------------------------------------------------+
*/

2 changes: 1 addition & 1 deletion ext/standard/php_metaphone.h
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
| obtain it through the world-wide-web, please send a note to |
| [email protected] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Thies C. Arntzen <thies@digicol.de> |
| Authors: Thies C. Arntzen <thies@thieso.net> |
+----------------------------------------------------------------------+
*/

2 changes: 1 addition & 1 deletion ext/standard/var.c
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
| [email protected] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Jani Lehtimäki <[email protected]> |
| Thies C. Arntzen <thies@digicol.de> |
| Thies C. Arntzen <thies@thieso.net> |
| Sascha Schumann <[email protected]> |
+----------------------------------------------------------------------+
*/
4 changes: 2 additions & 2 deletions ext/sybase/php_sybase_db.c
Original file line number Diff line number Diff line change
@@ -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 */
2 changes: 1 addition & 1 deletion ext/xml/php_xml.h
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
| [email protected] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Stig Sæther Bakken <[email protected]> |
| Thies C. Arntzen <thies@digicol.de> |
| Thies C. Arntzen <thies@thieso.net> |
+----------------------------------------------------------------------+
*/

2 changes: 1 addition & 1 deletion ext/xml/xml.c
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
| [email protected] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Stig Sæther Bakken <[email protected]> |
| Thies C. Arntzen <thies@digicol.de> |
| Thies C. Arntzen <thies@thieso.net> |
+----------------------------------------------------------------------+
*/

2 changes: 1 addition & 1 deletion main/output.c
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
| [email protected] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Zeev Suraski <[email protected]> |
| Thies C. Arntzen <thies@digicol.de> |
| Thies C. Arntzen <thies@thieso.net> |
+----------------------------------------------------------------------+
*/

2 changes: 1 addition & 1 deletion sapi/cgi/cgi_main.c
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion sapi/phttpd/README
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion sapi/phttpd/php_phttpd.h
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
| obtain it through the world-wide-web, please send a note to |
| [email protected] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: Thies C. Arntzen <thies@digicol.de> |
| Author: Thies C. Arntzen <thies@thieso.net> |
+----------------------------------------------------------------------+
*/

2 changes: 1 addition & 1 deletion sapi/phttpd/phttpd.c
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
| obtain it through the world-wide-web, please send a note to |
| [email protected] 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 <[email protected]> |
+----------------------------------------------------------------------+
*/

0 comments on commit 825457a

Please sign in to comment.