Re: [gdal-dev] New PHP bindings - php5-gdal

2011-09-06 Thread Jean-François Gigand
Hi, I have update the license of php5-gdal to the same as GDAL (I copied the license block). The project website is: http://projects.geonef.fr/projects/php5-gdal/wiki If you want to add a link to http://trac.osgeo.org/gdal/#GDALOGRInOtherLanguages, the project is ready for it. Regards, Jean-Fra

Re: [gdal-dev] New PHP bindings - php5-gdal

2011-08-09 Thread Jean-François Gigand
Hi Thomas, I actually noticed that initiative 2 days ago by searching the ML, posts dated from around March. If I had seen them on that time, I would have shared my code earlier. I never used SWIG. When I wondered in last December if I should leverage SWIG or write a C++ PHP extension, I chose th

Re: [gdal-dev] New PHP bindings - php5-gdal

2011-08-09 Thread Tamas Szekeres
2011/8/9 Jean-François Gigand > > I decided to write this library when I got limited at using OGR/PHP > (segfault crash) and noticed the latter has not been maintained for > years. > After trying to compile the SWIG bindings with no success, I thought a > good robust C++ code would be the best de

Re: [gdal-dev] New PHP bindings - php5-gdal

2011-08-09 Thread Jean-François Gigand
Hi, 2011/8/9 Daniel Morissette : > On 11-08-09 04:04 AM, Peter Hopfgartner wrote: >> >> On 08/09/2011 12:32 AM, Jean-François Gigand wrote: >>> >>> Hi, >>> >>> I am writing a PHP 5 module providing bindings for GDAL and OGR. >>> >> This would be a very usefull addition to GDAL. > > We should add a

Re: [gdal-dev] New PHP bindings - php5-gdal

2011-08-09 Thread Daniel Morissette
On 11-08-09 04:04 AM, Peter Hopfgartner wrote: On 08/09/2011 12:32 AM, Jean-François Gigand wrote: Hi, I am writing a PHP 5 module providing bindings for GDAL and OGR. This would be a very usefull addition to GDAL. We should add a link to it from the GDAL Wiki once the php5-gdal webpage is

Re: [gdal-dev] New PHP bindings - php5-gdal

2011-08-09 Thread Peter Hopfgartner
On 08/09/2011 12:32 AM, Jean-François Gigand wrote: Hi, I am writing a PHP 5 module providing bindings for GDAL and OGR. This would be a very usefull addition to GDAL. It is GPL3-licensed and available here: http://projects.geonef.fr/projects/php5-gdal/wiki I'm wondering if it would'nt be mo

[gdal-dev] New PHP bindings - php5-gdal

2011-08-08 Thread Jean-François Gigand
Hi, I am writing a PHP 5 module providing bindings for GDAL and OGR. It is GPL3-licensed and available here: http://projects.geonef.fr/projects/php5-gdal/wiki It is far from complete, bindings are available for about a third of the C++ interfaces. I have been working on/with it for 8 months yet,