summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql/php_pdo_pgsql.h
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2011-05-31 08:59:32 +0000
committerIlia Alshanetsky <iliaa@php.net>2011-05-31 08:59:32 +0000
commit3300cc8e38198867e2e24c5bee876ed124298796 (patch)
treeb3c21e4ed6b2953fe5ffe8a65ca82f44f10c1005 /ext/pdo_pgsql/php_pdo_pgsql.h
parentc76af7c0418109f289ab8edc1afbee92c5dbb8ff (diff)
downloadphp-git-3300cc8e38198867e2e24c5bee876ed124298796.tar.gz
Removed unnecessary rinit/rshutdown
Diffstat (limited to 'ext/pdo_pgsql/php_pdo_pgsql.h')
-rw-r--r--ext/pdo_pgsql/php_pdo_pgsql.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/pdo_pgsql/php_pdo_pgsql.h b/ext/pdo_pgsql/php_pdo_pgsql.h
index 4dd4a7c986..f3fa759534 100644
--- a/ext/pdo_pgsql/php_pdo_pgsql.h
+++ b/ext/pdo_pgsql/php_pdo_pgsql.h
@@ -32,8 +32,6 @@ extern zend_module_entry pdo_pgsql_module_entry;
PHP_MINIT_FUNCTION(pdo_pgsql);
PHP_MSHUTDOWN_FUNCTION(pdo_pgsql);
-PHP_RINIT_FUNCTION(pdo_pgsql);
-PHP_RSHUTDOWN_FUNCTION(pdo_pgsql);
PHP_MINFO_FUNCTION(pdo_pgsql);
#endif /* PHP_PDO_PGSQL_H */