diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2001-09-21 21:57:41 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2001-09-21 21:57:41 +0000 |
commit | 8f01638bf6a63692e0ce4fdb637359e376e61e7a (patch) | |
tree | 4b7077d013d5cc4d5b17f7e0efc55bbeb1249cac /ext/dbplus/php_dbplus.c | |
parent | 2c275bf793f70ad2a38bbf4a0f7ad12fecaca095 (diff) | |
download | php-git-8f01638bf6a63692e0ce4fdb637359e376e61e7a.tar.gz |
local resource fix
Diffstat (limited to 'ext/dbplus/php_dbplus.c')
-rw-r--r-- | ext/dbplus/php_dbplus.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/dbplus/php_dbplus.c b/ext/dbplus/php_dbplus.c index 26256672e5..2588c47020 100644 --- a/ext/dbplus/php_dbplus.c +++ b/ext/dbplus/php_dbplus.c @@ -1136,6 +1136,8 @@ PHP_FUNCTION(dbplus_ropen) RETURN_FALSE; } + r->r_sid = 9999; + ZEND_REGISTER_RESOURCE(return_value, r, le_dbplus_relation); } /* }}} */ |