From 04d06dac3f3eb751ec46fc62f59dde8d7bad27a6 Mon Sep 17 00:00:00 2001 From: Edin Kadribasic Date: Sun, 20 Apr 2003 01:55:20 +0000 Subject: [PATCH] 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. --- ext/sqlite/TODO | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.50.1