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

Go to the source code of this file.

Macros

#define phpext_pdo_firebird_ptr   &pdo_firebird_module_entry
 
#define PHP_PDO_FIREBIRD_VERSION   PHP_VERSION
 

Functions

 PHP_MINIT_FUNCTION (pdo_firebird)
 
 PHP_MSHUTDOWN_FUNCTION (pdo_firebird)
 
 PHP_RINIT_FUNCTION (pdo_firebird)
 
 PHP_RSHUTDOWN_FUNCTION (pdo_firebird)
 
 PHP_MINFO_FUNCTION (pdo_firebird)
 

Variables

zend_module_entry pdo_firebird_module_entry
 

Macro Definition Documentation

◆ PHP_PDO_FIREBIRD_VERSION

#define PHP_PDO_FIREBIRD_VERSION   PHP_VERSION

Definition at line 24 of file php_pdo_firebird.h.

◆ phpext_pdo_firebird_ptr

#define phpext_pdo_firebird_ptr   &pdo_firebird_module_entry

Definition at line 21 of file php_pdo_firebird.h.

Function Documentation

◆ PHP_MINFO_FUNCTION()

PHP_MINFO_FUNCTION ( pdo_firebird )

◆ PHP_MINIT_FUNCTION()

PHP_MINIT_FUNCTION ( pdo_firebird )

◆ PHP_MSHUTDOWN_FUNCTION()

PHP_MSHUTDOWN_FUNCTION ( pdo_firebird )

◆ PHP_RINIT_FUNCTION()

PHP_RINIT_FUNCTION ( pdo_firebird )

◆ PHP_RSHUTDOWN_FUNCTION()

PHP_RSHUTDOWN_FUNCTION ( pdo_firebird )

Variable Documentation

◆ pdo_firebird_module_entry

zend_module_entry pdo_firebird_module_entry
extern

Definition at line 39 of file pdo_firebird.c.