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
Note, that this pattern is already used in the same file in several places that use memchr. Just not in this one line which gets only conditionally compiled.
Please don't force me to make a pull request for this trivial change. Thanks!
PHP Version
PHP 8.3.1
Operating System
Solaris 10
The text was updated successfully, but these errors were encountered:
Description
This is a build problem:
This code is only compiled if HAVE_STRNLEN is not defined. So it is not compiled e.g. on Linux, but on Solaris 10.
A simple patch to fix this is:
Note, that this pattern is already used in the same file in several places that use memchr. Just not in this one line which gets only conditionally compiled.
Please don't force me to make a pull request for this trivial change. Thanks!
PHP Version
PHP 8.3.1
Operating System
Solaris 10
The text was updated successfully, but these errors were encountered: