php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #71121 Sphinx extension is incompatible with PHP7
Submitted: 2015-12-14 22:17 UTC Modified: 2015-12-15 09:08 UTC
From: laacz@php.net Assigned: tony2001 (profile)
Status: Closed Package: sphinx (PECL)
PHP Version: 7.0.0 OS: Ubuntu Jessie
Private report: No CVE-ID: None
 [2015-12-14 22:17 UTC] laacz@php.net
Description:
------------
Sphinx extension is incompatible with PHP 7.

Expected result:
----------------
# pecl install sphinx
downloading sphinx-1.3.3.tgz ...
Starting to download sphinx-1.3.3.tgz (15,555 bytes)
......done: 15,555 bytes
[.. snip ..]
install ok: channel://pecl.php.net/sphinx-1.3.3
configuration option "php_ini" is not set to php.ini location
You should add "extension=sphinx.so" to php.ini


Actual result:
--------------
# pecl install sphinx
pecl/sphinx requires PHP (version >= 5.2.2, version <= 6.0.0, excluded versions: 6.0.0), installed version is 7.0.0
No valid packages found
install failed


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-12-15 09:08 UTC] tony2001@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: tony2001
 [2015-12-15 09:08 UTC] tony2001@php.net
There is separate php7 branch in Git for now.
Releases will follow later.
 [2016-08-29 07:13 UTC] adrien dot crivelli at gmail dot com
PHP 7.0 is now a few months old, but I can't find a compatible release of sphinx, the last one dating back to 2015-05-21 [1]. And I did found the git branch [2], but it does not seem to be very much active anymore.

Is a release of sphinx compatible with PHP 7.0 still planned ?

[1] https://pecl.php.net/package/sphinx
[2] http://git.php.net/?p=pecl/search_engine/sphinx.git;a=shortlog;h=refs/heads/php7
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 06:01:28 2024 UTC