From: Edin Kadribasic Date: Sun, 20 Apr 2003 01:55:20 +0000 (+0000) Subject: Reinstating these two items due to the fact that current config.m4 X-Git-Tag: SPL_ALPHA~142 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04d06dac3f3eb751ec46fc62f59dde8d7bad27a6;p=php Reinstating these two items due to the fact that current config.m4 detection for debug and thread-safe build does not work if sqlite is built as a standalone extension with phpize. --- diff --git a/ext/sqlite/TODO b/ext/sqlite/TODO index a9c57b95dc..24940a9b3b 100644 --- a/ext/sqlite/TODO +++ b/ext/sqlite/TODO @@ -8,4 +8,9 @@ - Test-suite +- If building a ZTS build, -DTHREADSAFE while compiling libsqlite + +- If building a non-debug build, -DNDEBUG will disable the expensive + asserts in the inner loop. (and double performance) + vim:tw=78