mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Remove version checks
PHP_VERSION_ID PHP_API_VERSION ZEND_MODULE_API_NO PHP_MAJOR_VERSION, PHP_MINOR_VERSION ZEND_ENGINE_2 I've left litespeed alone, as it seems to genuinely maintain support for many PHP versions.
This commit is contained in:
parent
2eb4728611
commit
93dc91b386
31 changed files with 19 additions and 475 deletions
|
@ -229,7 +229,6 @@ const zend_function_entry pdo_mysql_functions[] = {
|
|||
/* }}} */
|
||||
|
||||
/* {{{ pdo_mysql_deps[] */
|
||||
#if ZEND_MODULE_API_NO >= 20050922
|
||||
static const zend_module_dep pdo_mysql_deps[] = {
|
||||
ZEND_MOD_REQUIRED("pdo")
|
||||
#ifdef PDO_USE_MYSQLND
|
||||
|
@ -237,7 +236,6 @@ static const zend_module_dep pdo_mysql_deps[] = {
|
|||
#endif
|
||||
ZEND_MOD_END
|
||||
};
|
||||
#endif
|
||||
/* }}} */
|
||||
|
||||
/* {{{ pdo_mysql_module_entry */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue