Modules for Apache and PHP
We develop specific modules and functions to extend to the functionality of the Apache Web Server (versions 1.x or 2.x) or the PHP language interpreter (versions 4.x or 5.x) in a way that they can extend the requirements of its application. We develop these specific extensions to make possible these particular necessities.
Some applications includes:
- Apache authenticating users directly in the database of your application;
- PHP implementing proprietary cryptography method;
- PHP using some specific library or Operational System Call that cannot be directly called by it;
- Application code snippets that need to be optimized and, for this purpose, must be directly executed in machine language instead of being interpreted by PHP;
- You want to distribute your application, but does not want that the application “Core business to be visible to the final user.