Skip to content

Commit 924ecb6

Browse files
committed
More fixes
1 parent 01f575d commit 924ecb6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

guide/en/intro/what-is-yii.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Yii currently has three major versions available: 1.1, 2.0, and 3.0.
5151

5252
## Requirements and prerequisites
5353

54-
Yii3 requires PHP 8.1 or above, but some packages also support PHP 7.4.
54+
Yii3 requires PHP 8.2 or above, but some packages also older PHP such as PHP 7.4.
5555

5656
Using Yii requires basic knowledge of object-oriented programming (OOP), as Yii is a pure OOP-based framework.
5757
Yii3 also makes use of the latest PHP features, such as type declarations and generators. Understanding these

guide/en/tutorial/using-with-event-loop.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ every request takes time and overall consumes up to 50% of processing resources.
99
There is an alternative way of running an application. Event loop. The idea is to initialize everything possible at once
1010
and then process a number of requests using it. Such an approach is usually called event loop.
1111

12-
There are multiple tools that could be used to achieve it. Notably, [FrankenPHP](<LINK HERE>), [RoadRunner](https://roadrunner.dev/) and
13-
[Swoole](https://www.swoole.co.uk/).
12+
There are multiple tools that could be used to achieve it. Notably, [FrankenPHP](https://frankenphp.dev/),
13+
[RoadRunner](https://roadrunner.dev/) and [Swoole](https://www.swoole.co.uk/).
1414

1515
## Event loop implications
1616

guide/ru/intro/what-is-yii.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Yii разрабатывается [сильной командой разраб
4040

4141
## Требования к ПО и знаниям
4242

43-
Yii3 требует PHP 8.1 или выше, но некоторые пакеты также поддерживают PHP 7.4.
43+
Yii3 требует PHP 8.2 или выше, но некоторые пакеты также поддерживают PHP 7.4.
4444

4545
Для разработки на Yii потребуется общее понимание объектно-ориентированного программирования (ООП), так как фреймворк
4646
полностью следует этой парадигме. Yii3 также использует новейшие возможности PHP, такие, как декларация типов и генераторы.

0 commit comments

Comments
 (0)