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
commit4bc1fb265b7816a5ff0a44098ed9f2397296666b (patch)
tree592b4d70f5c0bdffa3780f05d6b60c7cea042bf5 /ext/pdo_pgsql/php_pdo_pgsql.h
parentd0ba3e188155188944090e0659716f75ab6dda1d (diff)
downloadphp-git-4bc1fb265b7816a5ff0a44098ed9f2397296666b.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 */