Archived Forum Post

Index of archived forum posts

Question:

Does Chilkat Have Non Thread Safe PHP Extension?

Jan 05 '16 at 23:44

Greetings, i was trying to test chilkat php extension (windows) on my sever. but it fails as my php is non thread safe while chilkat extension is thread safe.

so, is there any way that chilkat could provide non thread safe version?

thanks in advance

best regards


Answer

Your PHP is build for single-threaded apps only. Given that Chilkat has built-in async functionality, which requires background threads, it is impossible to provide a build for single-threaded PHP. Your PHP must be built for mulit-thread (which is typically the case unless one goes out of one's way to build for single-thread).