Установка Typo3
Добавлено: 30 сен 2024, 18:47
Всем привет, при установке Typo3 версии 12 или 13 на конфигурации PHP 8.2/8.3 сразу на первом окне установки получаю ошибку:
Windows apache thread stack size
This current value cannot be checked by the system, so please ignore this warning if it is already taken care of: Fluid uses complex regular expressions which require a lot of stack space during the first processing. On Windows the default stack size for Apache is a lot smaller than on UNIX. You can increase the size to 8MB (default on UNIX) by adding the following configuration to httpd.conf and restarting Apache afterwards: <IfModule mpm_winnt_module>ThreadStackSize 8388608</IfModule>
Хотя явно указал в файле d:\OSPanel\config\PHP-8.2\default\templates\httpd.conf
ThreadStackSize = 8388608
Win10x64
Может подскажите, как с этим бороться?
Windows apache thread stack size
This current value cannot be checked by the system, so please ignore this warning if it is already taken care of: Fluid uses complex regular expressions which require a lot of stack space during the first processing. On Windows the default stack size for Apache is a lot smaller than on UNIX. You can increase the size to 8MB (default on UNIX) by adding the following configuration to httpd.conf and restarting Apache afterwards: <IfModule mpm_winnt_module>ThreadStackSize 8388608</IfModule>
Хотя явно указал в файле d:\OSPanel\config\PHP-8.2\default\templates\httpd.conf
ThreadStackSize = 8388608
Win10x64
Может подскажите, как с этим бороться?