diff options
author | Wez Furlong <wez@php.net> | 2005-06-10 05:47:55 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2005-06-10 05:47:55 +0000 |
commit | 49e7b3da4cb5de5d88c24a4e7a8399cef21a1c71 (patch) | |
tree | b559209b8bae3df4e62c93bdd780ab54090a7435 /ext/reflection/php_reflection.c | |
parent | 3ff717812643d50fd5383a2dddfc87cb24e71bee (diff) | |
download | php-git-49e7b3da4cb5de5d88c24a4e7a8399cef21a1c71.tar.gz |
Fix a dumb bug that would effecively ignore persistent connections and create a
new one each time.
Add a hook for persistent connections: it is called when the object goes out of
scope, and offers the driver an opportunity to release per-request scoped data
at the right time.
This hook is used by pdo_sqlite to unregister UDFs, which are dangerous to keep
registered between requests.
Diffstat (limited to 'ext/reflection/php_reflection.c')
0 files changed, 0 insertions, 0 deletions