mirror of
https://github.com/php/php-src.git
synced 2026-04-14 11:32:11 +02:00
Adding missing resource
This commit is contained in:
@@ -1704,6 +1704,9 @@ PHP_FUNCTION(fbsql_list_dbs)
|
||||
phpResult->array = fbcehAvailableDatabases(phpLink->execHandler);
|
||||
phpResult->rowCount = fbaCount(phpResult->array);
|
||||
phpResult->list = NULL;
|
||||
|
||||
ZEND_REGISTER_RESOURCE(return_value, phpResult, le_result);
|
||||
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user