Archived Forum Post

Index of archived forum posts

Question:

Chilkat and php 7.x TS...

Jul 21 '17 at 06:05

Hi I see Chilkat is avaiable for php 7.x x32/x64 NTS.. But is possible to compile also for TS (Thread Safe) Version?

Because I can test in Xampp windows for example.. Ioncube compile own loader for php 7.x TS...

Many Thanks


Answer

Chilkat currently only supports NTS builds. They may be support ZTS in the future. You cannot compile yourself at the moment and have to await Chilkat response on this.

But, please note that, even pthreads does not recommends thread safety and threading on Web Applications. Only on CLI. So, If you think to build a web application, you can safely use NTS.