Slashdot Mirror


PHP 4.2.0 RC3 - Works With Apache 2.0.35

mbadolato writes: "php.net has the latest 4.2.0 Release Canditate, RC3. The release contains support for the recent Apache 2.0.35 release as well as numerous collected bug fixes. For more information, see the PHP QA website."

2 of 27 comments (clear)

  1. Re:WOOOHOOO! by Fweeky · · Score: 3, Informative

    > This is exactly what I've been waiting for them to do for...the last six months or something like that!

    That would be pretty difficult seeing as the API hasn't been stable until very recently. Still, if you were that desperate, you could run the apache2filter module from CVS around the date of your chosen Apache 2 release with a release PHP.

    > Ah crap, that means I can't put off upgrading any more.

    Um, yes you can. The apache2filter SAPI module is still crufty and this isn't a release version. You've got a good few weeks yet while enough kinks are worked out to even warrant a .0 release.

    By all means test it and throw it on your dev server, but don't be surprised when n random kiddie exploits a vulnerability or your httpd-error.log starts filling with tens of thousands of nice errors :)

  2. Better to wait a bit... by Anonymous Coward · · Score: 2, Informative

    The 4.2.0RC3 code still isn't completely up to snuff for working with 2.0.35. As a dynamic module, PHP will crash apache on startup. I found that someone hacked in a work around (but it looks like it would disable threading) by checking the PHP QA bug database.