chdb
chdb copied to clipboard
PHP 7 Support?
I couldn't find cdhb in the PHP7 extension catalog. Is a port to PHP7 planned?
Hi @filex,
Did you solve this issue? Did you find a port?
Hi @maorcatmyheritage,
we have written our own PHP7 extension to fill that gap. We plan to open source the code very soon in https://github.com/sevenval/.
I'll post it here, when it's ready!
Wow! Great news. Thanks.
Can you send me the source in the meanwhile? We are in a process of migrating to PHP 7 and we're stuck because of this missing extension.
Our PHP7 compatible replacement for CHDB is now available in https://github.com/sevenval/SHMT.
To make it quickly available, for the moment we have just dumped our code. We have automated test, but they don't work standalone yet. This will all follow soon.
However, it does work well for us in production on CentOS 7, Ubuntu 1404 and SLES12. We didn't test/use it on Windows or other non-Linux platforms.
Feedback in our issue tracker is highly welcome!
Thanks. We'll have a chance to test it next week (Sunday probably). We'll give a feedback as soon as possible.
Thank you very much for sharing this with the community :)
@filex We managed to compile the source and already did an initial test. So far it looks really good. We'll open issues in your SHMT project if we find any.
Thanks again!