Sorry for the delay, but I had to come back from winter sports to have a decent Internet connection… After being published by the PHP Group, PHP 5.2.9 anf its corresponding PECL extensions is now packaged for Lenny/Etch, amd64/i386. It fixes some annoying crashes and one security issue. The next release should be PHP 5.3.0… Read more »
Posts Tagged: PHP
Dotdeb : Debian 5.0 “Lenny” support in progress…
Debian GNU/Linux 5.0 “Lenny” has been published on last Valentine’s day. Although most of the Dotdeb packages for the previous release, “Etch”, are compatible with Lenny, it is now time for Dotdeb to have dedicated packages for this new distribution. I’m actually kind of busy at work, but I managed to build and upload the… Read more »
PHP 5.2.8 available [update]
The PHP Group released PHP 5.2.8 this morning to fix the magic_quotes_gpc issue. If you previously installed PHP 5.2.7-0.dotdeb.1 from Dotdeb and do not care about the version number displayed in your phpinfo(), save your bandwidth, your server is already secure đ Otherwise, just apt-get upgrade your LAMP stack… [update] The packages have been upgraded to 5.2.8-0.dotdeb.1 to… Read more »
PHP 5.2.7 updated because magic_quotes_gpc is broken
Stefan Esser has posted a warning about upgrading PHP to the 5.2.7 release : (…)a change in the ext/filter extension that by default processes all incoming data, broke the magic_quotes_gpc feature. While magic_quotes_gpc itself is deprecated and it is recommended to not rely on it as protection against SQL injection, it is still used in many… Read more »
PHP 5.2.7 available
From PHP.net : The PHP development team would like to announce the immediateavailability of PHP 5.2.7. This release focuses on improving the stability ofthe PHP 5.2.x branch with over 120 bug fixes, several of which are security related.All users of PHP are encouraged to upgrade to this release. (…) Further details about the PHP 5.2.7 release… Read more »
How to package PHP extensions by yourself
I often receive emails telling me that Dotdeb is a great tool, but that some useful packages are missing, such as some PECL extensions. I wish I could maintain many and many packages, but I don’t think it’s a good idea for the Dotdeb’s overall quality and for my free time đ Sorry for that. Then,… Read more »
How to use PHP5 and PHP4 on the same Apache2 server
Since PHP4 is officially dead, it is now urgent to migrate your applications to PHP5, but it’s not that easy and you’ll have to test them before replacing PHP4 by PHP5 on your server. This article will help you to install both PHP4 and PHP5 on your box and swicth easily between them… The problem… Read more »
PHP 4.4.9 available
On August 7th, the PHP Group has published the last version of PHP4, numbered 4.4.9 : It continues to improve the security and the stability of the 4.4 branch and all users are strongly encouraged to upgrade to it as soon as possible. This release wraps up all the outstanding patches for the PHP 4.4 series, and is… Read more »