BitNami MAMPStack

Posted on  by 



We are happy to announce a new version of BitNami PHP-based development stacks that includes

PHP 5.5.0.RC1. BitNami Stacks are self-contained environments that include everything you need to run your favorite web apps and development frameworks.

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.

  1. 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.
  2. 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.
  3. Win / Mac / Linux About Bitnami MAMP Stack Bitnami MAMP Stack provides a complete, fully-integrated and ready to run MAMP development environment.
You can download a LAMP stack for Linux, a MAMP stack for OS X and a WAMP stack for Windows to develop PHP-based applications on your desktop, using your favorite operating system. There are also virtual machines available for download and cloud images to deploy them on Azure and Amazon EC2 directly.
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
WampstackOne 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]
Wamp; 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-statusBitnamiWamp stack download

Bitnami 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.
BitNamiTry now if your application is ready for PHP 5.5!




Coments are closed