Foto Erika HeidiSeleksi segar dengan tautan ke berita dan bahan. Dalam masalah ini: 3 proposal RFC baru dan 4 diterima untuk PHP 8, termasuk menyatakan properti dalam konstruktor, tentang pemblokiran PHP-ML karena plagiarisme, mengapa pengembang membenci PHP, sebagian dari alat yang berguna, video, dan banyak lagi.
Selamat membaca!
Berita dan Siaran
- php-ai/php-ml - โ PHP RubixML PHP-ML, , . - , PHP-ML RubixML.
PHP-ML , PHP-ML GitLab gitlab.com/php-ai/php-ml.
, : PHP-ML RubixML. , โ , DMCA-, , 24 .
, StackOverflow CC BY-SA 4.0. , , ? ยฏ\_(ใ)_/ยฏ
- PHP โ 2020.1 โ , Composer packagist.org. 78% PHP, PHP 5 7%. , PHP 5, 38%.
- PHP 7.4.6
yield from
. , . - (EAP) PhpStorm 2020.2 โ - GitHub, , PHP. , EAP- .
- PHP.
- PHP fwdays | Speacial Edition, 6 โ - fwdays : Jordi Boggiano, Sebastian Bergmann, Marco Pivetta, Nikita Popov.
15% : phpdigest_fwdays.
PHP Internals
[RFC] Constructor Property Promotion โ PHP 8
class Point {
public float $x;
public float $y;
public float $z;
public function __construct(
float $x = 0.0,
float $y = 0.0,
float $z = 0.0,
) {
$this->x = $x;
$this->y = $y;
$this->z = $z;
}
}
class Point {
public function __construct(
public float $x = 0.0,
public float $y = 0.0,
public float $z = 0.0,
) {}
}
Hack, TypeScript, Kotlin, Scala. , PHP. :
class Foo {
public function __construct(
<<ExampleAttribute>>
public int $prop,
) {}
}
[RFC] Mixed Type v2 โ RFC, mixed
PHP 8. PHP Digest c mixed
.
[RFC] Always available JSON extension โ PHP 8 JSON .
[RFC] non-capturing catches โ PHP 8 catch
:
try {
changeImportantData();
} catch (PermissionException) {
echo "You don't have permission to do this";
}
- [RFC] Error backtraces โ , PHP . .
Error
, , , Error
. - [RFC] Match expression v2 โ
match
, switch
, .
echo match (1) {
0 => 'Foo',
1 => 'Bar',
2 => 'Baz',
};
. - [RFC] Attribute Amendments โ :
<<Attr1, Attr2>>
, PhpAttribute
Attribute
. , , //. , . , , RepeatableAttribute
.

- pestphp/pest โ PHPUnit, . . facebook/jest.
- Moxio/sqlite-extended-api โ lisachenko/z-engine: API SQLite, PHP.
- rashidlaasri/travel โ Carbon, ยซยป , ,
- FriendsOfPHP/pickle โ PECL-, Composer. , 2015 () . , .
- webdevium/processes โ . Windows/*nix.
- dsuurlant/response2schema โ OpenAPI JSON-.
- php-casbin/php-casbin โ , ACL, RBAC, ABAC.
Symfony
Laravel
Async PHP

/
Terimakasih atas perhatiannya!
Jika Anda melihat kesalahan atau ketidaktepatan - mohon informasikan kepada saya di PM .
Pertanyaan dan saran menulis ke email atau twitter .
Lebih banyak berita dan komentar di Saluran Telegram PHP Digest .
Kirim tautan
Cari tautan untuk semua intisari
โ Rilis sebelumnya: PHP Digest No. 180