STATUS: Working
-------------------------------------------------------------------------------
EXTENSION: oci8
-PRIMARY MAINTAINER: Thies C. Arntzen <thies@digicol.de>
+PRIMARY MAINTAINER: Thies C. Arntzen <thies@thieso.net>
MAINTENANCE: Maintained
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.
STATUS: Working
-------------------------------------------------------------------------------
EXTENSION: xml
-PRIMARY MAINTAINER: Thies C. Arntzen <thies@digicol.de>
+PRIMARY MAINTAINER: Thies C. Arntzen <thies@thieso.net>
MAINTENANCE: Maintained
STATUS: Unknown
-------------------------------------------------------------------------------
| 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> |
+----------------------------------------------------------------------+
*/
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);
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;-(((((((((((
*/
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;
| 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> |
+----------------------------------------------------------------------+
*/
| 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> |
+----------------------------------------------------------------------+
*/
| 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) |
+----------------------------------------------------------------------+
*/
| 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) |
+----------------------------------------------------------------------+
*/
| 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) |
+----------------------------------------------------------------------+
*/
| 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) |
+----------------------------------------------------------------------+
*/
| 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) |
+----------------------------------------------------------------------+
*/
&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;
| 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) |
+----------------------------------------------------------------------+
*/
| 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) |
+----------------------------------------------------------------------+
*/
| 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> |
+----------------------------------------------------------------------+
*/
| 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> |
+----------------------------------------------------------------------+
*/
| 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) |
+----------------------------------------------------------------------+
*/
| 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) |
+----------------------------------------------------------------------+
*/
| 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> |
+----------------------------------------------------------------------+
*/
| 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> |
+----------------------------------------------------------------------+
*/
| 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> |
+----------------------------------------------------------------------+
*/
/*
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);
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 */
| 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> |
+----------------------------------------------------------------------+
*/
| 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> |
+----------------------------------------------------------------------+
*/
| 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> |
+----------------------------------------------------------------------+
*/
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
THIS IS BY NO MEANS COMPLETE NOR USABLE RIGHT NOW!
-thies@digicol.de 03.01.2000
+thies@thieso.net 03.01.2000
| 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> |
+----------------------------------------------------------------------+
*/
| 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> |
+----------------------------------------------------------------------+
*/