| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
of releases.
|
|
|
|
|
|
| |
Fixup config.m4 to work properly under a pear tool vpath build
# seems strange that it was so badly broken... did something major change?
|
|
|
|
|
|
| |
# PDO is a PECL extension and at the moment is still meant to compile on
# both PHP 5.0 and PHP 5.1.
|
|
|
|
| |
dependencies and conflicts
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Disable dependency macro for compatibility with existing PHP 5.0.x releases.
|
|
|
|
|
| |
Bundle sqlite3
|
|
|
|
|
| |
(what was I smoking??)
|
|
Features:
- native prepare/execute and bound parameters.
- finally supports binary data (via bound parameter api)
- full unicode/utf-8 support
Missing:
- UDF functions
- authorizer hooks for safe_mode/open_basedir restrictions
You need to download, compile and install sqlite3 yourself; we're not bundling
it (at least, not yet).
|