summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql/pdo_pgsql.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo_pgsql/pdo_pgsql.c')
-rw-r--r--ext/pdo_pgsql/pdo_pgsql.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pdo_pgsql/pdo_pgsql.c b/ext/pdo_pgsql/pdo_pgsql.c
index 912e1ed00d..d48bafc5c9 100644
--- a/ext/pdo_pgsql/pdo_pgsql.c
+++ b/ext/pdo_pgsql/pdo_pgsql.c
@@ -79,7 +79,7 @@ PHP_MSHUTDOWN_FUNCTION(pdo_pgsql)
*/
PHP_RINIT_FUNCTION(pdo_pgsql)
{
- // php_pdo_register_driver(&pdo_pgsql_driver);
+ /* php_pdo_register_driver(&pdo_pgsql_driver); */
return SUCCESS;
}
/* }}} */
@@ -88,7 +88,7 @@ PHP_RINIT_FUNCTION(pdo_pgsql)
*/
PHP_RSHUTDOWN_FUNCTION(pdo_pgsql)
{
- // php_pdo_unregister_driver(&pdo_pgsql_driver);
+ /* php_pdo_unregister_driver(&pdo_pgsql_driver); */
return SUCCESS;
}
/* }}} */