-
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.
Merge pull request #70 from php/packaging270
packaging: 2.7.0
- Loading branch information
Showing
6 changed files
with
82 additions
and
33 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,4 +1,5 @@ | ||
pecl package package.xml | ||
pecl install ./solr-2.6.0.tgz | ||
pecl install ./solr-2.7.0.tgz | ||
echo "extension=solr.so" > /usr/local/etc/php/conf.d/solr.ini | ||
php -m | grep solr | ||
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
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,16 +0,0 @@ | ||
Features: | ||
- Support Highlight Query (#28) | ||
|
||
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 | ||
|
||
Internals: | ||
- ci: windows tests (#51) | ||
- parse_int macros | ||
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
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