mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
cleanup mod version macros, round 3
This commit is contained in:
parent
2d78023244
commit
19360f386e
26 changed files with 52 additions and 35 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue