Categories
PHP

PHP 5.5.0 is out and available for Debian 7.0 “Wheezy”

On June 20th 2013, the PHP group has released the first stable version of PHP 5.5. The key features of PHP 5.5.0 include: Added generators and coroutines. Added “finally” keyword. Added simplified password hashing API. Added support for constant array/string dereferencing. Added Class Name Resolution As Scalar Via “class” Keyword Added support for using empty() on the […]

Categories
PHP

Preview : PHP 5.5.0 RC3 for Debian 7.0 “Wheezy”

If everything goes well, PHP 5.5.0 will be available later this month. This major release brings better overall performance and a lot of new features. On June 6th 2013, the PHP group has released the third release candidate of PHP 5.5.0. As a consequence, I’m proud to announce that the corresponding packages are now available on Dotdeb […]

Categories

Instructions

Using Dotdeb is very simple: 1. Add the main repository to your sources.list Depending on your distribution (Jessie or Wheezy), add these two lines to your /etc/apt/sources.list file: deb http://packages.dotdeb.org jessie all deb-src http://packages.dotdeb.org jessie all or deb http://packages.dotdeb.org wheezy all deb-src http://packages.dotdeb.org wheezy all 2. Options If you want to install : Nginx with […]