Re: [geos-devel] PHP Bindings fir Windows 10 with Wamp and PHP 7.x

2019-05-23 Thread Sandro Santilli
On Wed, May 22, 2019 at 03:03:05PM +0200, Tim Balschmiter wrote: > Hi Community, > > The php-bindings of Sandro (https://git.osgeo.org/gitea/geos/php-geos) > is working finde on my ubuntu system, but i can´t get it work on Windows > 10. Is this the same problem reported on following ticket ?

[geos-devel] PHP Bindings fir Windows 10 with Wamp and PHP 7.x

2019-05-22 Thread Tim Balschmiter
Hi Community, The php-bindings of Sandro (https://git.osgeo.org/gitea/geos/php-geos) is working finde on my ubuntu system, but i can´t get it work on Windows 10. I´ve installe geos with the OSGeo4W-Package and i´ve install wamp with php 7.3.1 (the same as on my ubuntu). Now, i installed cygwin

Re: [geos-devel] PHP bindings Geometry-Intersection update for GEOS 3.5.0

2015-08-04 Thread Sandro Santilli
For the record, I just committed the exposure of clipByRect to PHP, complete with testcase. If anyone wants to look at what it takes: https://trac.osgeo.org/geos/changeset/4067 Patrick reclined the invite to pick up maintainance (pity) so we'd better keep this in-house until someone else steps

[geos-devel] PHP bindings Geometry-Intersection update for GEOS 3.5.0

2015-07-17 Thread Paragon Corporation
I closed out all the tickets for 3.5.0 And split the remainder of #699 to Optimize Geometry-Intersection with rectangular argument - add PHP bindings https://trac.osgeo.org/geos/ticket/734 Any PHP folks out there want to tackle this one. Strk says it should be easy. If done by Monday we can

Re: [geos-devel] PHP bindings Geometry-Intersection update for GEOS 3.5.0

2015-07-17 Thread Sandro Santilli
On Fri, Jul 17, 2015 at 12:03:23PM -0400, Paragon Corporation wrote: I closed out all the tickets for 3.5.0 And split the remainder of #699 to Optimize Geometry-Intersection with rectangular argument - add PHP bindings https://trac.osgeo.org/geos/ticket/734 Any PHP folks out there

[geos-devel] PHP bindings

2010-06-18 Thread strk
I've started hand-crafting PHP bindings for the GEOS C-API. Currently in the process of merging into trunk for proper build scripts. One obstacle I found is that -ansi, which is added to CFLAGS by ./configure, won't accept Zend (PHP engine) headers, so that switch must be removed when building

Re: [geos-devel] PHP bindings

2010-06-18 Thread strk
So, current trunk as a -std=gnu99 added to CFLAGS when building the PHP bindings and was tested to work on OpenSUSE 11.1 and Ubuntu 8.10 with gcc-4.3.2 (-std=c99 didn't work on the Ubuntu box). If anyone feels like testing on other systems these are the steps: 0: svn up 1: make

Re: [geos-devel] PHP bindings

2010-06-18 Thread strk
On Fri, Jun 18, 2010 at 06:41:47PM +0200, strk wrote: So, current trunk as a -std=gnu99 added to CFLAGS when building the PHP bindings and was tested to work on OpenSUSE 11.1 and Ubuntu 8.10 with gcc-4.3.2 (-std=c99 didn't work on the Ubuntu box). FYI: also tested successfully on Debian 4.0

Re: [geos-devel] PHP bindings

2010-06-18 Thread strk
On Fri, Jun 18, 2010 at 06:53:19PM +0200, strk wrote: On Fri, Jun 18, 2010 at 06:41:47PM +0200, strk wrote: So, current trunk as a -std=gnu99 added to CFLAGS when building the PHP bindings and was tested to work on OpenSUSE 11.1 and Ubuntu 8.10 with gcc-4.3.2 (-std=c99 didn't work on the

Re: [geos-devel] PHP bindings anyone ?

2010-06-16 Thread Sean Gillies
On Wed, Jun 16, 2010 at 12:57 AM, Robert Coup robert.c...@koordinates.com wrote: On Tue, Jun 15, 2010 at 11:16 PM, strk s...@keybit.net wrote: I'm plaing with drupal recently and be wondering if the SWIG binding for GEOS are still in use by anyone or not. In particular, I think Shapely and

Re: [geos-devel] PHP bindings anyone ?

2010-06-16 Thread strk
On Wed, Jun 16, 2010 at 09:53:00AM +0200, Sean Gillies wrote: Are there any libffi (used by ctypes) intefaces for PHP? If so, I'd recommend giving that a try. Found this: http://pecl.php.net/package/ffi Last release (0.3-alpha) is from 2004 :! --strk; () Free GIS Flash

Re: [geos-devel] PHP bindings anyone ?

2010-06-16 Thread Mateusz Loskot
On 16/06/10 09:21, strk wrote: On Wed, Jun 16, 2010 at 09:53:00AM +0200, Sean Gillies wrote: Are there any libffi (used by ctypes) intefaces for PHP? If so, I'd recommend giving that a try. Found this: http://pecl.php.net/package/ffi Last release (0.3-alpha) is from 2004 :! Sandro, You

Re: [geos-devel] PHP bindings anyone ?

2010-06-16 Thread Charlie Savage
On 6/16/2010 1:53 AM, Sean Gillies wrote: On Wed, Jun 16, 2010 at 12:57 AM, Robert Coup robert.c...@koordinates.com wrote: On Tue, Jun 15, 2010 at 11:16 PM, strks...@keybit.net wrote: I'm plaing with drupal recently and be wondering if the SWIG binding for GEOS are still in use by anyone

[geos-devel] PHP bindings anyone ?

2010-06-15 Thread strk
I'm plaing with drupal recently and be wondering if the SWIG binding for GEOS are still in use by anyone or not. In particular, I think Shapely and GeoDjango are using a direct interface rather than swig, right ? Is anyone else interested in a PHP binding for GEOS ? --strk; () Free GIS

Re: [geos-devel] PHP bindings anyone ?

2010-06-15 Thread Robert Coup
On Tue, Jun 15, 2010 at 11:16 PM, strk s...@keybit.net wrote: I'm plaing with drupal recently and be wondering if the SWIG binding for GEOS are still in use by anyone or not. In particular, I think Shapely and GeoDjango are using a direct interface rather than swig, right ? Yep, they