| Top Level :: Database
    :: SQLite
    :: 1.0.3 
    SQLite    1.0.3    
    
        | 
                
                    | Package Information |  
                    | Summary | SQLite database bindings |  
                    | Maintainers | Wez Furlong                                                            <
                                    wez at php dot net                                >
                                                        (lead)
                                                                                    [details] Marcus B?rger                                                            <
                                    helly at php dot net                                >
                                                        (lead)
                                                                                        [wishlist]
                                                        [details]
 Ilia Alshanetsky                                                            <
                                    ilia at php dot net                                >
                                                        (lead)
                                                                                    [details]
 Philip Olson                                                        (developer)
                                                                                    [details]
 Tal Peer                                                        (developer)
                                                            [inactive]
                                                                                    [details]
 
 |  
                    | License | PHP |  
                    | Description | Note: Do not use this PECL extension, it's in the PHP sources. 
 SQLite is a C library that implements an embeddable SQL database engine.
 
 Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process.
 
 This extension allows you to access SQLite databases from within PHP.
 |  
                        | Release notes Version 1.0.3
 (stable)
 | Upgraded libsqlite to version 2.8.14 
 "Fixed" the bug where calling sqlite_query() with multiple SQL statements in a
 single string would not work if you looked at the return value.  The fix for
 this case is to use the new sqlite_exec() function instead. (Stas)
 |  |  
 
 
    
        | 
                
                    | Dependencies for release 1.0.3 |  
                |  | No dependencies registered. |  |  |