Synchronet v3.21e-Win32 (install) has been released (Mar-2026).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
howto:php [2023/02/05 19:33] – [Configure Web Server For PHP-FPM] Forgot the "unix:" prefix in the UDS example digital manhowto:php [2026/03/02 19:42] (current) – [Use PHP with the Synchronet Web Server] esc
Line 1: Line 1:
 ====== Use PHP with the Synchronet Web Server ====== ====== Use PHP with the Synchronet Web Server ======
-Dynamic [[http://php.net/|PHP]] content may be served by the Synchronet Web Server using //PHP-CGI// or, for 3.17a builds newer than November 1st, 20015, using //PHP-FPM// PHP-CGI is slower and less efficient than PHP-FPM, so PHP-FPM is recommended when available.+Dynamic [[http://php.net/|PHP]] content may be served by the Synchronet Web Server using //PHP-CGI// or, for 3.17a builds newer than November 1st, 2015, using //PHP-FPM// PHP-CGI is slower and less efficient than PHP-FPM, so PHP-FPM is recommended when available.
  
 PHP applications //will not// magically have access to your Synchronet content (e.g. users, messages, files). PHP applications //will not// magically have access to your Synchronet content (e.g. users, messages, files).