Zend thread Safety, also called ZTS, is a special way to build a thread safe PHP interpreter, usually used under Windows or Unixes requiring its help.
We'll start by the beginning, recalling attendees what threads are, why we use them, and what we can do with them.
Then, we'll remind ourselves on how the PHP engine works internally, before talking about how it isolates requests from threaded webserver.
This talk is about internal technical details of how parallel computation have been achieved into the PHP language.
This talk was given at the Dutch PHP Conference in 2017, organised and hosted by Ibuildings. Visit http://phpconference.nl or http://www.ibuildings.nl for more information.