We are happy to announce a new version of BitNami PHP-based development stacks that includes
Bitnami makes it easy to get your favorite open source software up and running on any platform, including your laptop, Kubernetes and all the major clouds. In addition to popular community offerings, Bitnami, now part of VMware, provides IT organizations with an enterprise offering that is secure, compliant, continuously maintained.
- BitNami MAMPStack Native Installer is an easy-to-install environment to develop and deploy PHP applications. It includes pre-configured, ready-to-run versions of Apache, MySQL, PHP, and phpMyAdmin. Amazon AWS PHP SDK makes it easier to develop PHP applications that run on Amazon Web Services.
- Learn how to install bitnami in Windows by following this detailed step by step tutorialDon't forget to check out our site for more free h.
- Win / Mac / Linux About Bitnami MAMP Stack Bitnami MAMP Stack provides a complete, fully-integrated and ready to run MAMP development environment.
These new development stacks ship the following main components:
- PHP 5.5.0.RC1
- Apache 2.4.4
- MySQL 5.5.30
- phpMyAdmin 4.0.1
One of the new modules in PHP 5.5 is Zend Optimizer+, an opcode cache module. It is a component that is designed to increase the performance of PHP without altering the behavior of applications by storing precompiled script bytecode in shared memory.
It is similar to the APC module that it is already included in all BitNami AMP/APP stacks. There are some benchmarks that report Optimizer+ is faster than APC.
Bitnami
To enable this module it is necessary to add the following in the php.ini configuration file:
zend_extension=no-debug-non-zts-20121212/opcache.so
[opcache]
; Determines if Zend OPCache is enabled
opcache.enable=1
Bitnami Update Php
Once you enable it, you can check the opcode cache settings and memory usage in the browser using the opcache-status script that you can download from https://github.com/rlerdorf/opcache-statusBitnami Wamp Stack Download
opcache-status page for PHP 5.5 |
We have also upgraded our PostgreSQL-based PHP development environments: LAPP, MAPP and WAPP stacks are available as native installers, virtual machine images and cloud images.
Try now if your application is ready for PHP 5.5!