Hello and sorry for the light offtopic, but can't find useful answers.

Firstly, the decision of use windows server and php 5.6 (with wampserver) is
not mine, I must use them. As Unix developer windows is harsh to me.

Current PHP5.6.32 (26 Oct 2017) has sqlite 3.8 version, but I want to use JSON
and FTS5 extensions. Almost all answers I get on other sources are, "don't use
sqlite3, use this 'other cool technology (TM)' ". The only valid answer I found
is recompile PHP with last sqlite3 version, using VC11 compiler (others won't
work). 

I tried to compile with VS2015 but the dll don't work with PHP5.6 (php5.6
doesn't detect/show sqlite3 in phpinfo). The dll works with other apps dynamic
linking to it.

cl sqlite3.c -O2 -DDSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_JSON1 -link -dll 
-out:sqlite3.dll

Does anyone have a modern sqlite3.dll for PHP 5.6 with JSON and FTS5 extensions
on? Is there any paraoficial safe site where I can download it? 

Or better, a recipe that works to compile sqlite3 on php5.6.x?

Thanks 

-- 
Eduardo <eduardo.mor...@mobelservices.com>
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to