Fix PHP 8.1 strlen(null) error in PhabricatorFile::newChunkedFile().
Fixes T15499
Differential D25352
Fix PHP 8.1 strlen(null) error in PhabricatorFile::newChunkedFile() Sten on Jul 17 2023, 12:29. Authored by
Details
Fix PHP 8.1 strlen(null) error in PhabricatorFile::newChunkedFile(). Fixes T15499 Added a unit test which replicated the fault, so you can test simply by 'arc unit'
Diff Detail
|