-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
36 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
pecl package package.xml | ||
pecl install ./solr-2.7.0.tgz | ||
pecl install ./solr-2.8.0.tgz | ||
echo "extension=solr.so" > /usr/local/etc/php/conf.d/solr.ini | ||
php -m | grep solr | ||
bash | ||
bash |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM php:8.3-cli | ||
FROM php:8.4-cli | ||
|
||
RUN apt update && apt install libxml2-dev libcurl4-gnutls-dev --yes | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,10 +38,10 @@ https://github.com/php/pecl-search_engine-solr | |
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<date>2024-01-11</date> | ||
<date>2024-12-02</date> | ||
<version> | ||
<release>2.7.0</release> | ||
<api>2.7.0</api> | ||
<release>2.8.0</release> | ||
<api>2.8.0</api> | ||
</version> | ||
<stability> | ||
<release>stable</release> | ||
|
@@ -53,24 +53,10 @@ https://github.com/php/pecl-search_engine-solr | |
<notes> | ||
<![CDATA[ | ||
Features: | ||
- Support Highlight Query (#28) | ||
- Support PHP 8.3 | ||
- Dropped Support for PHP 7.3 and below | ||
API Changes: | ||
- Added SolrQuery SolrQuery::setHighlightQuery(string $q) | ||
- Added string SolrQuery::getHighlightQuery() | ||
Bug Fixes: | ||
- Fix parsed parameter types (#37) | ||
- Fix compile error: libcurl on linux multi-arch support (#46) | ||
- Fix SegFault in SolrClient::optimize() (debug mode) | ||
- Fix Missing Windows DLLs (#51) / available on github releases now | ||
- Fix curl checks for PHP 7.4+, use PKG_CONFIG (remicollet) | ||
- Support PHP 8.4 | ||
Internals: | ||
- ci: windows tests (#51) | ||
- parse_int macros | ||
- improve config.m4 and config.w32 (remicollet and petk) | ||
]]> | ||
</notes> | ||
|
@@ -458,6 +444,28 @@ Internals: | |
|
||
<!-- Changes to the extension should be tracked here --> | ||
<changelog> | ||
<release> | ||
<version> | ||
<release>2.8.0</release> | ||
<api>2.8.0</api> | ||
</version> | ||
<stability> | ||
<release>stable</release> | ||
<api>stable</api> | ||
</stability> | ||
<date>2024-12-02</date> | ||
<license uri="http://www.php.net/license">PHP License</license> | ||
<notes> | ||
<![CDATA[ | ||
Features: | ||
- Support PHP 8.4 | ||
Internals: | ||
- improve config.m4 and config.w32 (remicollet and petk) | ||
]]> | ||
</notes> | ||
</release> | ||
<release> | ||
<version> | ||
<release>2.7.0</release> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters