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
…s executed
FixesphpGH-10692
php_fopen_primary_script() does not initialize all fields of
zend_file_handle. So when it fails and when fastcgi is true, the
zend_destroy_file_handle() function will try to free uninitialized
pointers, causing a segmentation fault. Fix it by zero-initializing file
handles just like the zend_stream_init_fp() counterpart does.
Description
PHP crashes on Windows, when an inexistent filename is executed in browser.
Example:
http://127.0.0.1/inexistent-folder/inexistent-file.php
DebugDiag Analysis Report
php-cgi.exe_230224_201849_MultipleRules.zip
PHP Version
PHP 8.2.3
Operating System
Windows 10
The text was updated successfully, but these errors were encountered: