summaryrefslogtreecommitdiff
path: root/ext/sqlite3/php_sqlite3.h
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-08-04 18:25:50 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-08-11 11:26:50 +0200
commitdc108feab8d88f62d7fcba3d2c9a058432463118 (patch)
tree7d4aac2828f52ca441e1abfd5805ec3782164fb3 /ext/sqlite3/php_sqlite3.h
parent9d9dffe60aee0fb469ee0d414eca2a5033a7eafc (diff)
downloadphp-git-dc108feab8d88f62d7fcba3d2c9a058432463118.tar.gz
Fix #48585: com_load_typelib holds reference, fails on second call
Whether the type library is cached is actually irrelevant here; what matters is that the symbols are imported, and since these are not cached, we have to import them for every request. And we cannot cache the symbols, because the import depends on the current codepage, but the codepage is a `PHP_INI_ALL` setting.
Diffstat (limited to 'ext/sqlite3/php_sqlite3.h')
0 files changed, 0 insertions, 0 deletions