General PHP questions, news, discussions
New thread
General
Streaming a large CSV download in PHP without exhausting memory
General
DateTimeImmutable and DST transitions: the bug that only shows up twice a year
General
Using the PHP 8.5 #[\Deprecated] attribute on your own methods
General
PHP 8.5 static property asymmetric visibility: extending the 8.4 feature
General
Composer platform requirement conflicts after the PHP 8.5 upgrade
General
Xdebug 3 step debugging inside Docker: getting it to connect back to the IDE
General
PHPStan level 9 on a legacy codebase: how far did you actually get
General
What does #[NoDiscard] actually break in PHP 8.5?
General
Pipe operator в PHP 8.5: реальные примеры использования
General
PHP 8.5 clone() with syntax for readonly objects: visibility rules are not obvious
General
json_encode silently returns false on invalid UTF-8 — caught us in prod
General
PHP Fibers на практике — когда это реально полезно
General
PHP 8.5 enforces magic method signatures strictly: check your __get, __set, __isset return types
General
Generator pipelines for processing large datasets without memory issues
General
PDO::FETCH_CLASS + FETCH_CLASSTYPE ignores constructor args in PHP 8.5.0, fixed in 8.5.2
General
PHP 8.5 Uri extension: migrate from parse_url() or stay?
General
PHP 8.1 backed enums — practical patterns beyond basic usage
General
PHP 8.5 pipe operator: fatal error when arrow function is not parenthesized
General
Readonly properties and cloning — the clone problem most people hit
General
PHP 8.5: array_first() and array_last() finally native