Skip to content

Fix typos #144

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG-1.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ using the [Keep a CHANGELOG](http://keepachangelog.com) principles.
- Support to PHP 5.6.31
- New `db:build:ext` command to generate a draft (json format) of each components in one extension.
- New `db:list` command to see what are extensions supported by the database.
- New `ExtensionFactory::getExtensions()` method to retrieve all extensions informations (status/versions)
- New `ExtensionFactory::getExtensions()` method to retrieve all extensions information (status/versions)
- New `db:show` command to see details of extensions supported by the database.

### Changed
Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG-3.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ See Box issue <https://github.com/box-project/box/issues/576> for info.
- PHP 8.0.7 support
- PHP 7.4.20 support
- ability to display dependency constraints on each extension with the `db:show` command
- display PHP version of each function parameters with the `db:show <extenion> --functions` command
- display PHP version of each function parameters with the `db:show <extension> --functions` command
- summary on `doctor` command (with status code 0: OK, 1:dependency constraint failures, 2:test failures, 3:dependency and test failures)

### Changed
Expand All @@ -258,7 +258,7 @@ See Box issue <https://github.com/box-project/box/issues/576> for info.

- PHP 8.0.6 support
- PHP 7.4.19 support
- new `Dependencies` column in `db:show` command output that will display librairies dependency constraints
- new `Dependencies` column in `db:show` command output that will display libraries dependency constraints
- new `doctor` command to help to debug issues by checking current installation

### Changed
Expand Down Expand Up @@ -356,7 +356,7 @@ Some other extensions have support limited :
### Changed

- Add progress flag on `db:init` command to display a progress bar only on demand (for slow system)
- Use [PHPStan](https://github.com/phpstan/phpstan/) for static analysis in Github Actions Workflows
- Use [PHPStan](https://github.com/phpstan/phpstan/) for static analysis in GitHub Actions Workflows
- Use the `ramsey/composer-install` action to install dependencies
- APCu reference updated to version 5.1.20 (stable)
- Ssh2 reference updated to version 1.3.1 (beta)
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ without it was initialized (schema created and data loaded), the `diagnose` comm
## PHAR

The preferred method of installation is to use the CompatInfoDB PHAR version which can be downloaded from the most recent
[Github Release][releases]. This method ensures you will not have any dependency conflict issue.
[GitHub Release][releases]. This method ensures you will not have any dependency conflict issue.

## Docker

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class SphinxExtensionTest extends GenericTestCase
*/
public static function setUpBeforeClass(): void
{
// Constants conditionnaly exists (according to libsphinx version)
// Constants conditionally exists (according to libsphinx version)
self::$optionalconstants = array(
'SPH_RANK_EXPR',
'SPH_RANK_FIELDMASK',
Expand Down