Home
last modified time | relevance | path

Searched refs:api_version (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/pdo_firebird/
H A Dpdo_firebird.c91 char api_version[8]; in PHP_MINFO_FUNCTION() local
94 snprintf(api_version, 7, "%d", FB_API_VER); in PHP_MINFO_FUNCTION()
99 php_info_print_table_row(2, "Firebird API version", api_version); in PHP_MINFO_FUNCTION()
/php-src/ext/pdo/
H A Dpdo.c115 if (driver->api_version != PDO_DRIVER_API) { in ZEND_GET_MODULE()
117 driver->driver_name, driver->api_version, PDO_DRIVER_API); in ZEND_GET_MODULE()
H A Dphp_pdo_driver.h202 zend_ulong api_version; /* needs to be compatible with PDO */ member

Completed in 22 milliseconds