php-src/ext/pgsql
Jouni Ahto 344955d020 - 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.
2000-07-05 22:17:30 +00:00
..
config.m4 - Test pg_encoding_to_char instead (it's existence in libpq means that 2000-07-05 21:28:16 +00:00
Makefile.in Remove trailing empty lines 2000-05-01 22:38:42 +00:00
pgsql.c - Still one misssing zend_list_addref() and small fix in pg_close. 2000-07-05 22:17:30 +00:00
pgsql.dsp - Get rid of absolute path 2000-06-29 16:08:02 +00:00
php_pgsql.h Change header protection macros to conform to standard. 2000-07-02 23:46:51 +00:00
setup.stub last bunch of extensions moving to ext/ 1999-04-22 02:48:28 +00:00