- expand documentation about PHP Pitfalls to mention strlen() in PHP 8.1
- mention phutil_string_cast()
- mention phutil_nonempty_string()
- add a commodity link from PHP Contributors Manual
Ref T15190
Differential D25108
PHP Pitfalls: mention strlen() deprecation since PHP 8.1 valerio.bozzolan on Apr 2 2023, 19:26. Authored by
Details
Ref T15190
Diff Detail
Event Timeline
Comment Actions Note that I like to do NOT mention the stuff phutil_nonempty_stringlike() since it causes extra headaches with incoming objects to many friends. Same for its friend phutil_nonempty_scalar() since it's broken with known scalars (T15239). |