Closed cwuensche closed 4 years ago
Issue: Curly brace syntax for accessing array elements and string offsets has been deprecated in PHP 7.4.
Fix: $this->_samples[$offset + $] = $sampleBinary[$i];
https://github.com/dapphp/securimage/blob/1ecb884797c66e01a875c058def46c85aecea45b/WavFile.php#L1569
Issue: Curly brace syntax for accessing array elements and string offsets has been deprecated in PHP 7.4.
Fix: $this->_samples[$offset + $] = $sampleBinary[$i];
https://github.com/dapphp/securimage/blob/1ecb884797c66e01a875c058def46c85aecea45b/WavFile.php#L1569