mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix PostgreSQL startup routine in thread-safe mode
This commit is contained in:
parent
bf609338ae
commit
39cb8fe0ac
6 changed files with 42 additions and 52 deletions
|
@ -59,6 +59,7 @@ extern zend_module_entry pgsql_module_entry;
|
|||
#endif
|
||||
|
||||
PHP_MINIT_FUNCTION(pgsql);
|
||||
PHP_MSHUTDOWN_FUNCTION(pgsql);
|
||||
PHP_RINIT_FUNCTION(pgsql);
|
||||
PHP_FUNCTION(pg_connect);
|
||||
PHP_FUNCTION(pg_pconnect);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue