]> granicus.if.org Git - php/commit
Fix error with initialisation flag being set too early. If encryption is enabled...
authorScott MacVicar <scottmac@php.net>
Mon, 3 Jan 2011 19:15:36 +0000 (19:15 +0000)
committerScott MacVicar <scottmac@php.net>
Mon, 3 Jan 2011 19:15:36 +0000 (19:15 +0000)
commit9e0c423bc44b66b21f84854d9dcf46e9df0f3dca
tree5eaa1eed781c8f92bc29238a0a354f7c653a8545
parent3f5ad237e141752333b0c7788a03a311a9b2df60
Fix error with initialisation flag being set too early. If encryption is enabled and fails to decrypt a crash can occur.

Also fix a WS error.
ext/sqlite3/sqlite3.c