forked from php/php-src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Thies C. Arntzen
committed
Oct 29, 2000
1 parent
fc4b704
commit 825457a
Showing
27 changed files
with
33 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | | ||
+----------------------------------------------------------------------+ | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | | ||
+----------------------------------------------------------------------+ | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | | ||
+----------------------------------------------------------------------+ | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | | ||
+----------------------------------------------------------------------+ | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | | ||
+----------------------------------------------------------------------+ | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | | ||
+----------------------------------------------------------------------+ | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | | ||
+----------------------------------------------------------------------+ | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | | ||
+----------------------------------------------------------------------+ | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | | ||
+----------------------------------------------------------------------+ | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | | ||
+----------------------------------------------------------------------+ | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | | ||
+----------------------------------------------------------------------+ | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | | ||
+----------------------------------------------------------------------+ | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | | ||
+----------------------------------------------------------------------+ | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | | ||
+----------------------------------------------------------------------+ | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | | ||
+----------------------------------------------------------------------+ | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]> | | ||
+----------------------------------------------------------------------+ | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | | ||
+----------------------------------------------------------------------+ | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | | ||
+----------------------------------------------------------------------+ | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | | ||
+----------------------------------------------------------------------+ | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | | ||
+----------------------------------------------------------------------+ | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]> | | ||
+----------------------------------------------------------------------+ | ||
*/ | ||
|