PHP 4.2.0 RC3 - Works With Apache 2.0.35 27
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."
WOOOHOOO! (Score:1)
Ah crap, that means I can't put off upgrading any more. But now that I'm learining PHP for my database class it also means I'll have a new toy!
Re:WOOOHOOO! (Score:3, Informative)
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
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
Re:WOOOHOOO! (Score:1)
"support" (Score:1)
Re:"support" (Score:1)
Re:"support" (Score:1)
At some point I decided to put up a web server on my Windows box (my only box actually), and since IIS was already installed, I decided to try it. It worked, but it was bulky, hard to configure, and resource consuming (and then there's always the security-hole-of-the-week)
Someone talked me into switching to Apache 1.3.x and PHP 4.1.2. I loved Apache. You only need to change a few lines in a config file to get it running, and it consumes less than 2MB of RAM (and no significant CPU time from what I've seen). PHP is another matter, however. I tried getting the Apache modules working with it to no avail. I tried the ISAPI extensions - same deal. So I had to fall back on the CGI executable, which worked but was disappointing.
Later I upgraded to a 2.0.x beta of Apache, and went through the same issues with PHP, although I found out that it wasn't anything that was my fault this time - Apache2 support for the aforementioned stuff was not in the PHP 4.1.x binaries.
I'm hoping that I won't go through the same thing now that there is both a new version and a new beta of PHP that are supposed to work together. What I really need it a clear set of instructions to follow, that also says what can go wrong during the setup and how to fix it.
Re:"support" (Score:2)
Re:"support" (Score:1)
Being able to start with a stable, working setup sounds like an excellent option though. Thanks for the idea.
Re:"support" (Score:2)
I did remember the distrib I was thinking of - PHP Triad [phpgeek.com]. It was pretty up to date when I downloaded it. I tried to find out what is in the 2.11 release but I gave up after a couple seconds. I'd just download it and take a look or check out the other replies in this thread.
Good luck.
Re:"support" (Score:2)
TAKE THIS USELESS TALK OFFLINE or at least stop using your +1 bonus so people who browse at 2+ aren't stuck reading your content-free crap.
Thanks kindly, David Ulevitch
Re:"support" (Score:1)
I tried it and smoothlessly installed apache php mysql on my machine. There's even a distro with Perl in it.
Re:"support" (Score:1)
Re:"support" (Score:2)
Re:"support" (Score:1)
PHP And other Modules (Score:2, Insightful)
Til then, I will be using the 1.3 Version for time being til rest are caught up and tested before I move the production servers to 2.0.1. So...if you going to use it, please use it with care in case you are looking for the 3rd party modules to make it work with it.
Re:PHP And other Modules (Score:1)
Better to wait a bit... (Score:2, Informative)
Outstanding!!! (Score:1)
For those who have never heard of AOLServer, it's a very nice (honestly!!), threading, open-source Web Server that runs on *NIX and even some MicroSquish OSs. It has a well-defined C API and uses TCL as the built-in command process language.
AOLServer scales very well and has good database connectivity too.
Check out this site [sourceforge.net]
Re:Outstanding!!! (Score:1)
I like Apache, but never really like using it in a high-demand environment with a database behind it. If the back end server gets a bit sluggish, or the content developers aren't good about writing scalable code, connections begin stacking up and things go downhill quickly from there.
AOLServer tends to behave a lot better with the added benefit that it's not Netscape Enterprise Server. heh. NES is a nice server, but it's expensive and the innards aren't as well-documented as I'd like.
Now that Apache is going multi-threaded, it'll be interesting to see how well it scales. Given the large degree of support from the open-source community, Apache 2.x will be well-positioned to take away a lot of business from IIS.
Audited PHP (Score:2)
Re:Audited PHP (Score:2)
Re:Audited PHP (Score:2)