]> granicus.if.org Git - php/commitdiff
Reinstating these two items due to the fact that current config.m4
authorEdin Kadribasic <edink@php.net>
Sun, 20 Apr 2003 01:55:20 +0000 (01:55 +0000)
committerEdin Kadribasic <edink@php.net>
Sun, 20 Apr 2003 01:55:20 +0000 (01:55 +0000)
detection for debug and thread-safe build does not work if sqlite
is built as a standalone extension with phpize.

ext/sqlite/TODO

index a9c57b95dc82a062e93f9f1b585f32d75e05cc9f..24940a9b3b6542207cc61c5d5a7d0659f936143c 100644 (file)
@@ -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