diff options
| author | Jani Taskinen <jani@php.net> | 2008-08-03 12:12:45 +0000 |
|---|---|---|
| committer | Jani Taskinen <jani@php.net> | 2008-08-03 12:12:45 +0000 |
| commit | c9c53d7bcd6291400808e48c4b9690a0414034df (patch) | |
| tree | 2f9340c5983748d92bb59eafa3f4184293503db9 /ext/pgsql/pgsql.c | |
| parent | 82d833a94c2c756fb2d8fee5942c584f2f1293fe (diff) | |
| download | php-git-c9c53d7bcd6291400808e48c4b9690a0414034df.tar.gz | |
- Nuketh C++ comments from C files.
Diffstat (limited to 'ext/pgsql/pgsql.c')
| -rw-r--r-- | ext/pgsql/pgsql.c | 2 |
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"); |
