]> granicus.if.org Git - php/commitdiff
Adding missing resource
authorFrank M. Kromann <fmk@php.net>
Thu, 31 May 2001 18:57:58 +0000 (18:57 +0000)
committerFrank M. Kromann <fmk@php.net>
Thu, 31 May 2001 18:57:58 +0000 (18:57 +0000)
ext/fbsql/php_fbsql.c

index a9b78ba6ad924313a0a8c0ed77f31013c7f0343f..2d852a41835cfd4f0556ef86ac33d040dfb32f5a 100644 (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);
+
 }
 /* }}} */