Support for php7.3
agustinprod opened this issue · 4 comments
agustinprod commented
I'm triying to build the module and use it on php7.3, but it dump the core every time i try to run it, it's related to 7.3?
morozovsk commented
php 7.3 has broken internal api for extensions.
So php-opencv will not work on php 7.3+.
May be someone can fix it.
karlbuckland commented
Is there an update on when PHP 7.3 support might become available? Is anyone working on this already?
morozovsk commented
Is anyone working on this already?
I think nobody.
morozovsk commented
apt update && apt install -y pkg-config cmake git php-dev
git clone https://github.com/php-opencv/php-opencv.git
cd php-opencv && git checkout php7.3 && phpize && ./configure --with-php-config=/usr/bin/php-config && make && make install