-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when compiled with PHP 7 #116
Comments
+1 |
was your geos library compiled with php7 bindings? |
The api changed. People says it takes at max 2 hour to change it to the new zend API. Unfortunately, I don't know C. |
But it's not a GeoPhp bug, GEOS is an external library. |
Sorry to hijack this but has anyone managed to compile geos with bindings for php7? Huge blocking issue for the team I'm working with at the moment as we really need to move to php7 but this is a crucial lib for us. Any info would be really appreciated. |
Any news on that issue? |
Found a solution: |
Yes we actually hired Sandro to do this work and it's working nicely |
Is this library no longer maintained? This is an issue for me as well. |
Just use up to date geos bindings @matthewmummert5. I hit this issue with 3.4.2, but it works well with 3.6.1 and PHP bindings from https://git.osgeo.org/gogs/geos/php-geos.
|
The master.tar.gz has moved here: https://git.osgeo.org/gitea/geos/php-geos/archive/master.tar.gz Updates procedure here:
|
Note: ./autogen.sh refers to phpize. You have to install php7.x-dev Example for php 7.1:
|
Just tried to install geos on Centos 7.6, PHP 7.3.15
on last command ( ./configure ) I'm stuck with the following errors:
Any help greatly appreciated. Thx |
Just tried to compile geoPHP with new PHP 7.0.1 version. Compiling fails with the following errors:
Is supporting PHP7 on your roadmap? Would be great to be able to update PHP and still use all the cool features of geoPHP.
Thanks for a short heads up
Martin
The text was updated successfully, but these errors were encountered: