[sqlite] SQLite3 json functions with PHP on OS X

2016-04-13 Thread Clemens Ladisch
Fehmi Ozuseven wrote: > I need json functions badly in SQLite. [...] > But also I need to do that via PHP. [...] The last thing I tried is > downloading php-7.0.5.tar.bz2 and trying compile sqlite in ext folder by > myself. [...] > Surprisingly it was work but it says SQLite Library Version 3.8.10.

[sqlite] SQLite3 json functions with PHP on OS X

2016-04-13 Thread Richard Hipp
On 4/13/16, Clemens Ladisch wrote: > Fehmi Ozuseven wrote: >> I need json functions badly in SQLite. [...] >> But also I need to do that via PHP. [...] The last thing I tried is >> downloading php-7.0.5.tar.bz2 and trying compile sqlite in ext folder by >> myself. [...] >> Surprisingly it was work

[sqlite] SQLite3 json functions with PHP on OS X

2016-04-13 Thread Fehmi Ozuseven
Hello, I need json functions badly in SQLite. I successfully installed the latest version of SQLite with "brew install sqlite3 --with-json1 --with-ft5" and now I can run json functions in console. But also I need to do that via PHP. So I installed php-sqlite with "sudo port install php70-sqlite".