]> granicus.if.org Git - php/commit
Fix a format string
authorSascha Schumann <sas@php.net>
Thu, 6 Nov 2003 14:27:34 +0000 (14:27 +0000)
committerSascha Schumann <sas@php.net>
Thu, 6 Nov 2003 14:27:34 +0000 (14:27 +0000)
commitaa359d95e341fc22c4afa2dc7e2dee6d4e8e8cd0
tree0286662ed0e4dfb734f25101e2653618432d2edb
parent02b56d1709c7e5659b6f7af28757059674c43767
Fix a format string

Nuke a sprintf (slooow)

And embed the charset as part of the hashed details (persistent conn key),
because the function otherwise happily returns incompatible connections.
(e.g. US7ASCII vs. UTF8; the client-side charset is not alterable once a
 connection has been established.)
ext/oci8/oci8.c