summaryrefslogtreecommitdiff
path: root/ext/pgsql/pgsql.c
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2008-08-03 12:12:45 +0000
committerJani Taskinen <jani@php.net>2008-08-03 12:12:45 +0000
commitc9c53d7bcd6291400808e48c4b9690a0414034df (patch)
tree2f9340c5983748d92bb59eafa3f4184293503db9 /ext/pgsql/pgsql.c
parent82d833a94c2c756fb2d8fee5942c584f2f1293fe (diff)
downloadphp-git-c9c53d7bcd6291400808e48c4b9690a0414034df.tar.gz
- Nuketh C++ comments from C files.
Diffstat (limited to 'ext/pgsql/pgsql.c')
-rw-r--r--ext/pgsql/pgsql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c
index 331d0b65af..82855ca1d1 100644
--- a/ext/pgsql/pgsql.c
+++ b/ext/pgsql/pgsql.c
@@ -3399,7 +3399,7 @@ PHP_FUNCTION(pg_lo_import)
id = PGG(default_link);
CHECK_DEFAULT_LINK(id);
}
- // old calling convention, deprecated since PHP 4.2
+ /* old calling convention, deprecated since PHP 4.2 */
else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc TSRMLS_CC,
"sr", &file_in, &name_len, &pgsql_link ) == SUCCESS) {
php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Old API is used");