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
ext/standard: Reject NUL bytes in dl() (php#22358)
Similar to php#21942 and php#21871. The dl function in std extension now silently truncates
from NUL bytes. Now we reject any parameter containing NUL byte(s) by throwing a
ValueErrpr
0 commit comments