You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
i-MSCP (next version) CHANGELOG - Lot of enhancement, fixes... (finalization stage...)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SpamAssassin - Make possible to add plugin configuration definitions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Howto build a PHP builtin extension without having to rebuild full PHP distribution
Howto build a PHP builtin extension without having to rebuild full PHP distribution
Sometime, we need to dig into PHP extension code to make some adjustements. For
instance that is currently our case with the PHP openssl extension as provided
by older PHP versions (5.3, 5.4, 5.5) which is not compatible with openssl >= 1.1...
We need patch the code to add openssl 1.1 support...
To do so, it would be tedious for us to have to recompile full PHP distribution
each time we want try a build of the openssl extension with our changes. A build
of the openssl extension take ~3 seconds while a build of the full PHP distribution
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Zend Framework 2 - Session Memcached Configuration with Failover
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters