]> granicus.if.org Git - php/commit
- Still one misssing zend_list_addref() and small fix in pg_close.
authorJouni Ahto <jah@php.net>
Wed, 5 Jul 2000 22:17:30 +0000 (22:17 +0000)
committerJouni Ahto <jah@php.net>
Wed, 5 Jul 2000 22:17:30 +0000 (22:17 +0000)
commit344955d0206520fb2fef566745caaccbf83935d5
tree4768f8e396f48bdf9ead7812eed8c8971f04f9d9
parentbcb7639fb3cd87afcc580dd6230fcd7b8786f2b4
- Still one misssing zend_list_addref() and small fix in pg_close.
  Fixes #5349 (but not the way reporter wants...).

# There's something in the way database_connect/close functions behave when
# implemented the way as in mysql module that I find a bit strange... because
# of that extra zend_list_addref() there to prevent default link disappearing
# if it's not assigned to variable, when it is, I guess its' reference count
# is at this point 2, I can do: open a db link and assign it to a variable,
# close the link and still use it afterwards.
ext/pgsql/pgsql.c