Picking up on this old thread: https://lists.xapian.org/pipermail/xapian-discuss/2015-June/009206.html>> On Thu, Jun 18, 2015 at 02:47:29PM +0200, Pascal MASSCHELIER wrote: >> PHP 7 is expected in a few month and nightly builds are already >> available. >> >> Do you plan to include bindings for PHP 7 in next release ?> I patched the configure script to authorize php 7 but bindings don't > compile.php7 has been released for a couple of months now. There is good support for most other extensions: https://github.com/gophp7/gophp7-ext/wiki/extensions-catalog Is anyone working on this? Happy to help as it is a key extension for us in production. Most interested in a FreeBSD port. -- Oliver Schonrock -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 490 bytes Desc: OpenPGP digital signature URL: <http://lists.xapian.org/pipermail/xapian-discuss/attachments/20160311/fe32163f/attachment.sig>
On Fri, Mar 11, 2016 at 07:55:44PM +0000, Oliver Schonrock wrote:> php7 has been released for a couple of months now.SWIG needs to support PHP7 before Xapian sanely can. The SWIG ticket for this is: https://github.com/swig/swig/issues/571 Someone offered to "take a stab at it" back in January. I've not heard anything since though.> Happy to help as it is a key extension for us in production. Most > interested in a FreeBSD port.The platform shouldn't really make any difference. Cheers, Olly
Oliver Schonrock wrote:>>> Do you plan to include bindings for PHP 7 in next release ? > >> I patched the configure script to authorize php 7 but bindings don't >> compile. > > php7 has been released for a couple of months now. There is good support > for most other extensions: > > https://github.com/gophp7/gophp7-ext/wiki/extensions-catalog > > Is anyone working on this?There are now PHP7 bindings on Xapian git master. Please test and report any issues you find. Cheers, Olly