You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like maybe the argument to zend_parse_parameters got changed inadvertently?
OLD (3.7.1): const_cast<char*>("|a!O!")
NEW (3.7.7): const_cast<char*>("|a!|O!")
(note the extra pipe)
We recently upgraded to ice-php-3.7.7 (from 3.7.1), due to needing to support php-8.1 in the very near future.
However, we ran into:
Looks like it no longer defaults to empty array for the parameter?
The text was updated successfully, but these errors were encountered: