I am trying to host a few webpages by myself using Uniform Server WAMP package (Apache version 2.4.20, PHP version 7.0.8), one of them is a simple Bootsrap portfolio and ano
Not sure this is can help as WordPress does not use PHP native sessions, but can be, that some plugins are using.
My situation:
Windows OS, PHP 7.0.6 - 7.0.11
VirtuaAlloc fails due the php session usage.
http://php.net/manual/en/features.sessions.php
I've removed/replaced all php session_ functions with mine own.
Howto reproduce: session_start(); do parse some huge xml (150MB or more) file do run multiple times same script at the same time on the Apache server.