mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
update ready for release.
Disable dependency macro for compatibility with existing PHP 5.0.x releases.
This commit is contained in:
parent
b9a951aa1a
commit
229ea4bbfc
3 changed files with 12 additions and 13 deletions
|
@ -31,7 +31,7 @@
|
|||
#include "php_pdo_sqlite_int.h"
|
||||
#include "zend_exceptions.h"
|
||||
|
||||
#define PHP_PDO_SQLITE_MODULE_VERSION "0.1-dev"
|
||||
#define PHP_PDO_SQLITE_MODULE_VERSION "0.2"
|
||||
|
||||
/* {{{ pdo_sqlite_functions[] */
|
||||
function_entry pdo_sqlite_functions[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue