summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.c
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2005-06-10 05:47:55 +0000
committerWez Furlong <wez@php.net>2005-06-10 05:47:55 +0000
commit49e7b3da4cb5de5d88c24a4e7a8399cef21a1c71 (patch)
treeb559209b8bae3df4e62c93bdd780ab54090a7435 /ext/reflection/php_reflection.c
parent3ff717812643d50fd5383a2dddfc87cb24e71bee (diff)
downloadphp-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