php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
pdo_mysql.c File Reference
#include "php.h"
#include "php_ini.h"
#include "ext/standard/info.h"
#include "ext/pdo/php_pdo.h"
#include "ext/pdo/php_pdo_driver.h"
#include "php_pdo_mysql.h"
#include "php_pdo_mysql_int.h"
#include "pdo_mysql_arginfo.h"

Go to the source code of this file.

Macros

#define PDO_MYSQL_UNIX_ADDR   "/tmp/mysql.sock"
 

Functions

 PHP_METHOD (Pdo_Mysql, getWarningCount)
 

Variables

zend_module_entry pdo_mysql_module_entry
 

Macro Definition Documentation

◆ PDO_MYSQL_UNIX_ADDR

#define PDO_MYSQL_UNIX_ADDR   "/tmp/mysql.sock"

Definition at line 55 of file pdo_mysql.c.

Function Documentation

◆ PHP_METHOD()

PHP_METHOD ( Pdo_Mysql ,
getWarningCount  )

Definition at line 88 of file pdo_mysql.c.

Variable Documentation

◆ pdo_mysql_module_entry

zend_module_entry pdo_mysql_module_entry
Initial value:
= {
pdo_mysql_deps,
"pdo_mysql",
PHP_MINIT(pdo_mysql),
PHP_MSHUTDOWN(pdo_mysql),
PHP_MINFO(pdo_mysql),
PHP_MODULE_GLOBALS(pdo_mysql),
PHP_GINIT(pdo_mysql),
}
#define NULL
Definition gdcache.h:45
#define PHP_GINIT
Definition php.h:397
#define PHP_MINFO
Definition php.h:396
#define PHP_MSHUTDOWN
Definition php.h:393
#define PHP_MINIT
Definition php.h:392
#define PHP_MODULE_GLOBALS
Definition php.h:408
#define PHP_PDO_MYSQL_VERSION
#define STANDARD_MODULE_PROPERTIES_EX
#define STANDARD_MODULE_HEADER_EX

Definition at line 252 of file pdo_mysql.c.