]> granicus.if.org Git - php/commitdiff
Update
authorMarcus Boerger <helly@php.net>
Thu, 5 Jun 2003 19:38:59 +0000 (19:38 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 5 Jun 2003 19:38:59 +0000 (19:38 +0000)
ext/sqlite/package.xml

index ea1c55bb8cbbd3105326610188c5963b34629126..c8e4cc054b5f57977d303e6ca60f9584a167cb87 100644 (file)
@@ -20,7 +20,7 @@
       <user>helly</user>
       <name>Marcus B&ouml;rger</name>
       <email>helly@php.net</email>
-      <role>developer</role>
+      <role>lead</role>
     </maintainer>
   </maintainers>
   <description>
@@ -32,8 +32,8 @@
   <license>PHP</license>
   <release>
     <state>beta</state>
-    <version>0.9b</version>
-    <date>2003-04-21</date>
+    <version>0.9c</version>
+    <date>2003-06-05</date>
        <notes>
                Added:
                        sqlite_popen() for persistent db connections.
@@ -43,6 +43,7 @@
                        sqlite_create_aggregate() for registering aggregating SQL functions.
                        sqlite_create_function() for registering regular SQL functions.
                        sqlite_fetch_string() for speedy access to first column of result sets.
+                       sqlite_fetch_all() to receive all rowsets from a query as an array.
                        iteration interface
 
                        sqlite_query() functions accept resource/query string in either order,