diff options
| author | Rui Hirokawa <hirokawa@php.net> | 2001-04-14 10:32:14 +0000 |
|---|---|---|
| committer | Rui Hirokawa <hirokawa@php.net> | 2001-04-14 10:32:14 +0000 |
| commit | 053994b5eb002c0fed229bb9e707224a5c8feed0 (patch) | |
| tree | 20e2d4cf193e4119db9df0cda35c19201991f6fc /ext/pgsql/pgsql.c | |
| parent | af142e4d71f132fe7375520256fc561e9392aa61 (diff) | |
| download | php-git-053994b5eb002c0fed229bb9e707224a5c8feed0.tar.gz | |
deleted warning output in dbx/pgsql.
Diffstat (limited to 'ext/pgsql/pgsql.c')
| -rw-r--r-- | ext/pgsql/pgsql.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index 8d5044fe07..69ddcc4e1b 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -533,8 +533,6 @@ PHP_FUNCTION(pg_close) ZEND_FETCH_RESOURCE2(pgsql, PGconn *, pgsql_link, id, "PostgreSQL link", le_link, le_plink); - printf("\npg_close %d\n",id); - if (id==-1) { /* explicit resource number */ zend_list_delete(Z_RESVAL_PP(pgsql_link)); } |
