cleanup mod version macros, round 3

This commit is contained in:
Anatol Belski 2015-03-23 20:54:55 +01:00
parent 2d78023244
commit 19360f386e
26 changed files with 52 additions and 35 deletions

View file

@ -25,6 +25,9 @@
extern zend_module_entry pdo_sqlite_module_entry;
#define phpext_pdo_sqlite_ptr &pdo_sqlite_module_entry
#include "php_version.h"
#define PHP_PDO_SQLITE_VERSION PHP_VERSION
#ifdef ZTS
#include "TSRM.h"
#endif