1
0
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:
Frank M. Kromann
2001-05-31 18:57:58 +00:00
parent 7fd7f0517a
commit 75daa01362

View File

@@ -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);
}
/* }}} */