Community involvement

Print

Along with websites developed, Krizalys is also committed to bring its expertise to the community by contributing to open source projects. Here is a non-exhaustive list of our recent contributions.

Early use of Apache 2.4 under Gentoo Linux

Using Gentoo Linux as our main operating system and Apache as our web server, we were willing to adopt the latest version of the latter, namely Apache 2.4, despite the fact that its support is still limited on many platforms, including Gentoo.

We thus proposed two patches to the Gentoo Linux community to facilitate the early use of the latest version of Apache under this system.

Alternative try/catch syntax for PHP

To accomodate our own needs, we have modified the popular PHP scripting engine to support an alternate try/catch construct that allowed us to maintain cleaner code.

See more details/patch on the PHP website.