Go to the source code of this file.
|
| REGISTER_PDO_CLASS_CONST_LONG ("FB_ATTR_TIME_FORMAT",(zend_long) PDO_FB_ATTR_TIME_FORMAT) |
|
| REGISTER_PDO_CLASS_CONST_LONG ("FB_ATTR_TIMESTAMP_FORMAT",(zend_long) PDO_FB_ATTR_TIMESTAMP_FORMAT) |
|
| if (FAILURE==php_pdo_register_driver(&pdo_firebird_driver)) |
|
| isc_get_client_version (version) |
|
| snprintf (api_version, 7, "%d", FB_API_VER) |
|
| php_info_print_table_start () |
|
| php_info_print_table_row (2, "PDO Driver for Firebird", "enabled") |
|
| php_info_print_table_row (2, "Client Library Version", version) |
|
| php_info_print_table_row (2, "Firebird API version", api_version) |
|
| php_info_print_table_end () |
|
| PHP_METHOD (Pdo_Firebird, getApiVersion) |
|
◆ if()
◆ isc_get_client_version()
isc_get_client_version |
( |
version | | ) |
|
◆ php_info_print_table_end()
php_info_print_table_end |
( |
| ) |
|
◆ php_info_print_table_row() [1/3]
php_info_print_table_row |
( |
2 | , |
|
|
"Client Library Version" | , |
|
|
version | ) |
◆ php_info_print_table_row() [2/3]
php_info_print_table_row |
( |
2 | , |
|
|
"Firebird API version" | , |
|
|
api_version | ) |
◆ php_info_print_table_row() [3/3]
php_info_print_table_row |
( |
2 | , |
|
|
"PDO Driver for Firebird" | , |
|
|
"enabled" | ) |
◆ php_info_print_table_start()
php_info_print_table_start |
( |
| ) |
|
◆ PHP_METHOD()
PHP_METHOD |
( |
Pdo_Firebird | , |
|
|
getApiVersion | ) |
◆ REGISTER_PDO_CLASS_CONST_LONG() [1/2]
REGISTER_PDO_CLASS_CONST_LONG |
( |
"FB_ATTR_TIME_FORMAT" | , |
|
|
(zend_long) | PDO_FB_ATTR_TIME_FORMAT ) |
◆ REGISTER_PDO_CLASS_CONST_LONG() [2/2]
REGISTER_PDO_CLASS_CONST_LONG |
( |
"FB_ATTR_TIMESTAMP_FORMAT" | , |
|
|
(zend_long) | PDO_FB_ATTR_TIMESTAMP_FORMAT ) |
◆ snprintf()
◆ api_version
◆ create_object
◆ pdo_firebird_driver
◆ pdo_firebird_module_entry
Initial value:= {
pdo_firebird_deps,
"PDO_Firebird",
}
#define PHP_PDO_FIREBIRD_VERSION
#define STANDARD_MODULE_PROPERTIES
#define STANDARD_MODULE_HEADER_EX
Definition at line 39 of file pdo_firebird.c.
◆ SUCCESS
Initial value:{
const pdo_driver_t pdo_firebird_driver
PDO_API void php_pdo_unregister_driver(const pdo_driver_t *driver)
Definition at line 84 of file pdo_firebird.c.