News

It is sometimes possible to run PHP with native threads, aka worker mode, but this is heavily dependent on the modules you use and whether those modules are “thread safe.” ...
Here's a quick tutorial on how to setup Nginx with PHP support. The key? The installation of fastCGI, aka PHP-FPM, so Nginx can serve PHP files to clients.
PHP’s approach to implementing operations as functions simplifies the tasks PeachPie runs, as a PHP function can be mapped directly to a .NET library.