PHP 8.1.0 RC 3 available for testing

Voting

Please answer this simple SPAM challenge: eight minus one?
(Example: nine)

The Note You're Voting On

Tom
11 years ago
There's a third case for PHP: run on a fastCGI interface. In this case, PHP processes are NOT destroyed after each request, and so persistent connections do persist. Set PHP_FCGI_CHILDREN << mysql's max_connections and you'll be fine.

<< Back to user notes page

To Top