PHP 8.5.0 Alpha 4 available for testing

Voting

: min(eight, zero)?
(Example: nine)

The Note You're Voting On

raggaflo at libertysurf dot fr
23 years ago
Be careful when using Apache/PHP dynamic module/PostgreSQL :
in httpd.conf (Apache conf) default MaxClients is 150, whereas default PG's max_connections is 32 which is much fewer than 150. You have to set max_connections to at least MaxClients (and pg's shared_buffers to 2*max_connections at least) to avoid PG's errors with pg_pconnect like : "Sorry, too many clients already connected"

<< Back to user notes page

To Top