php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_pdo_pgsql.h File Reference
#include <libpq-fe.h>
#include "php_version.h"

Go to the source code of this file.

Macros

#define phpext_pdo_pgsql_ptr   &pdo_pgsql_module_entry
 
#define PHP_PDO_PGSQL_VERSION   PHP_VERSION
 

Functions

 PHP_MINIT_FUNCTION (pdo_pgsql)
 
 PHP_MSHUTDOWN_FUNCTION (pdo_pgsql)
 
 PHP_MINFO_FUNCTION (pdo_pgsql)
 

Variables

zend_module_entry pdo_pgsql_module_entry
 

Macro Definition Documentation

◆ PHP_PDO_PGSQL_VERSION

#define PHP_PDO_PGSQL_VERSION   PHP_VERSION

Definition at line 26 of file php_pdo_pgsql.h.

◆ phpext_pdo_pgsql_ptr

#define phpext_pdo_pgsql_ptr   &pdo_pgsql_module_entry

Definition at line 23 of file php_pdo_pgsql.h.

Function Documentation

◆ PHP_MINFO_FUNCTION()

PHP_MINFO_FUNCTION ( pdo_pgsql )

Definition at line 208 of file pdo_pgsql.c.

◆ PHP_MINIT_FUNCTION()

PHP_MINIT_FUNCTION ( pdo_pgsql )

Definition at line 179 of file pdo_pgsql.c.

◆ PHP_MSHUTDOWN_FUNCTION()

PHP_MSHUTDOWN_FUNCTION ( pdo_pgsql )

Definition at line 200 of file pdo_pgsql.c.

Variable Documentation

◆ pdo_pgsql_module_entry

zend_module_entry pdo_pgsql_module_entry
extern

Definition at line 41 of file pdo_pgsql.c.