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 can be found in the release announcement for 5.2.7, the full list of changes is available in the ChangeLog for PHP 5.
PHP 5.2.7 is now available on Dotdeb for Etch (amd64/i386) and there’s a great news : libapache2-mod-php5 is now compatible with apache2-mpm-itk.
6 replies on “PHP 5.2.7 available”
Thanks for your effort. Your fast releases are a great help. Keep up the good work!
Best regards,
Andreas
Man, that was fast!
Great Job,
it works and runs without any problems. Thanks for that really fast Package!!
Greetings from Germany,
Christopher
Hi,
I guess, you have mistake in debian/rules with gd-library – in older version there was –with-gd=shared,/usr and now just –with-gd=share.
Maybe it’s OK, but I had to add /usr when recompiled php5 with full support of gd-functions (full support of gd-functions is disabled for security reason in Debian but I need it).
If it’s wrong could you repair it? If it is ok, just forget my message 🙂
—
Lubos
@Lubos : I reviewed my compilation options and all is fine.
oh, sorry, I checked it now again and found what was wrong – it was my mistake, ’cause I compile php with param “–with-gd –enable-gd-native-ttf \” to enable full gd-library, but I forgot to delete “=”, so it was like this “–with-gd= –enable-gd-native-ttf \”…
so forget my comment and on the other hand thx for your good job! 🙂