Varnish Cache PHP Extension Hits PECL Repository
A PHP built-in Web server has been proposed as a Request For Comment (RFC), which includes a patch to the PHP source code base.
Everyone knows that PHP opcode caching, or any kind of PHP caching for that matter, is not possible with suPHP. The workaround we’ve devised doesn’t require any compromise in terms of security.
This error is not specific to Litespeed but can be encountered while building PHP with MySQL support on 64-bit systems. The fix is to tell the build that the MySQL client is indeed installed, but in a different directory, by adding the following flag to the configure line in Litespeed: –with-libdir=lib64 The reason being the [...]