php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_pdo_mysql.h File Reference
#include "php_version.h"

Go to the source code of this file.

Macros

#define phpext_pdo_mysql_ptr   &pdo_mysql_module_entry
 
#define PHP_PDO_MYSQL_VERSION   PHP_VERSION
 
#define PHP_PDO_MYSQL_API
 

Variables

zend_module_entry pdo_mysql_module_entry
 

Macro Definition Documentation

◆ PHP_PDO_MYSQL_API

#define PHP_PDO_MYSQL_API

Definition at line 29 of file php_pdo_mysql.h.

◆ PHP_PDO_MYSQL_VERSION

#define PHP_PDO_MYSQL_VERSION   PHP_VERSION

Definition at line 24 of file php_pdo_mysql.h.

◆ phpext_pdo_mysql_ptr

#define phpext_pdo_mysql_ptr   &pdo_mysql_module_entry

Definition at line 21 of file php_pdo_mysql.h.

Variable Documentation

◆ pdo_mysql_module_entry

zend_module_entry pdo_mysql_module_entry
extern

Definition at line 252 of file pdo_mysql.c.