Description
Description
Extension SHMOP.
shm_id = shmop_open($r, "c", 0644,1024000); ?>
When the web server is running for a long time, the number of open descriptors reaches 15 million or more. As a result, the web server complains about the lack of resources.
Shared memory descriptors are not closed after PHP program execution is complete.
Apache 2.4.62 PHP 8.4(php8apache2_4.dll) Windows 11.
PHP Version
PHP 8.4
Operating System
Windows 11