Matteo Naldoni

Results 12 comments of Matteo Naldoni

I managed to downgrade the version using: `sudo update-alternatives --set php /usr/bin/php8.1`

I can confirm that the correction is **safe**. A similar situation arises in the last line of **hextoascii**: `ascii_ptr[i++] = '\0';` can be modified to: `ascii_ptr[i] = '\0';` The case...