#include <ctype.h>
#include "php.h"
#include "php_ini.h"
#include "ext/standard/info.h"
#include "php_pdo.h"
#include "php_pdo_driver.h"
#include "php_pdo_int.h"
#include "zend_exceptions.h"
#include "ext/spl/spl_exceptions.h"
#include "pdo_arginfo.h"
Go to the source code of this file.
◆ pdo_find_driver()
pdo_driver_t * pdo_find_driver |
( |
const char * | name, |
|
|
int | namelen ) |
◆ PHP_FUNCTION()
Definition at line 69 of file pdo.c.
◆ PHP_MINFO_FUNCTION()
PHP_MINFO_FUNCTION |
( |
pdo | | ) |
|
◆ PHP_MINIT_FUNCTION()
PHP_MINIT_FUNCTION |
( |
pdo | | ) |
|
◆ PHP_MSHUTDOWN_FUNCTION()
PHP_MSHUTDOWN_FUNCTION |
( |
pdo | | ) |
|
◆ php_pdo_get_dbh_ce()
Definition at line 56 of file pdo.c.
◆ php_pdo_get_exception()
Definition at line 62 of file pdo.c.
◆ php_pdo_list_entry()
int php_pdo_list_entry |
( |
void | | ) |
|
Definition at line 50 of file pdo.c.
◆ php_pdo_parse_data_source()
◆ php_pdo_register_driver()
◆ php_pdo_register_driver_specific_ce()
◆ php_pdo_unregister_driver()
◆ pdo_dbh_ce
Definition at line 34 of file pdo.c.
◆ pdo_dbstmt_ce
Definition at line 34 of file pdo.c.
◆ pdo_driver_hash
Definition at line 42 of file pdo.c.
◆ pdo_driver_specific_ce_hash
Definition at line 45 of file pdo.c.
◆ pdo_exception_ce
Definition at line 37 of file pdo.c.
◆ pdo_module_entry
Initial value:= {
pdo_deps,
"PDO",
ext_functions,
}
#define STANDARD_MODULE_PROPERTIES
#define STANDARD_MODULE_HEADER_EX
Definition at line 91 of file pdo.c.
◆ pdo_row_ce
Definition at line 34 of file pdo.c.