This website requires JavaScript.
Explore
Help
Register
Sign In
php
/
archived-php-src
Watch
1
Star
0
Fork
0
You've already forked archived-php-src
mirror of
https://github.com/php/php-src.git
synced
2026-03-27 17:52:16 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
df3dc8d9749dcb8d1ab91d2a462a67ea369543f8
archived-php-src
/
ext
/
pdo_sqlite
History
Felipe Pena
a912d80adb
MFH:
...
- Fixed wrong check - Improved test
2008-11-05 23:40:38 +00:00
..
tests
MFH:
2008-11-05 23:40:38 +00:00
config.m4
Still need defines so that sqlite3.h will match the lib that sqlite3 uses
2008-07-31 23:56:32 +00:00
config.w32
Stupid typo
2008-08-06 16:56:35 +00:00
CREDITS
…
package2.xml
Update bundled SQLite to 3.5.6
2008-03-07 10:47:32 +00:00
pdo_sqlite.c
Update pdo_sqlite to use the amalgamation, much easier to upgrade / maintain. Also kill useless PECL version tag in MINFO.
2008-07-24 00:24:03 +00:00
php_pdo_sqlite_int.h
MFH: Bump copyright year, 2 of 2.
2007-12-31 07:17:19 +00:00
php_pdo_sqlite.h
remove unused PHP_EXTNAME_API macros.
2008-01-03 16:20:33 +00:00
sqlite_driver.c
- MFH: Added parameter TSRMLS_DC in zend_is_callable()
2008-08-02 04:46:07 +00:00
sqlite_statement.c
Fixed bug
#41135
(When binding as binary data use sqlite3_bind_blob() to stop errors with null bytes.)
2008-03-07 16:58:55 +00:00