The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
--with-apache with apache2.0
has anyone been able to build php using the --with-apache option with apache 2.0
my ./configure stops and say --with-apache not support in 2.0 Jeff |
#2
|
||||
|
||||
What version of PHP?
I'm planning on doing this soon, too. |
#3
|
||||
|
||||
php 4.2.0
evidently on apache2.0, apache 2.0 no longer permits compiling php as a memory resident module. Php must be treated as CGI. I've been experimenting for the last week with apache 2.0 & php 4.2.0. The bottom line is that VB (heavily hacked 2.4) was not stable and acted flakey. This is a new server for me, so I went back to apache 1.3 and php 4.1.2. I have the microstats hack installed and apache 1.3 with php 4.1.2 serves up pages a lot faster than apache 2.0 with php 4.2 and vb seems stable. having burned about 60 hours of personal time at nights and on weekends I can tell you it was a great learning experience, but I'll wait a while before installing php 4.2 in a production environment. - jeff |
#4
|
|||
|
|||
apache 2.0 is not a release that is stable enough for production use imho, and apache 2.0 support is only experimental in 4.2.0. I'd use apache 1.3.24 and php 4.2.0 it works fine on my server i won't be trying apache 2.0 until it reaches 2.1.
|
#5
|
||||
|
||||
PHP 4.2 just nuked the old global vars (like $HTTP_), right?
And, PHP 4.2 just added the new global vars (like $_POST), right? Was there a version in between, when both sets of global vars was supported? I can see a lot of scripts dying... Maybe I'll download the 4.2 source, and hack it to add the old global vars. hmmm... |
#6
|
||||
|
||||
The $HTTP_*_VARS and $HTTP_POST_FILES arrays still work in 4.2.0 Mark. They added $_* in 4.1.0 but both still work, the only difference is that $_* are global.
|
#7
|
||||
|
||||
Oh, good. Thanks!
|
#8
|
||||
|
||||
They probably won't remove the old arrays, at least not anytime soon. It will just kill too many scripts, and I don't think they can afford that.
Many people are annoyed by the register_globals new default setting, and besides the new arrays are too new. |
#9
|
||||
|
||||
I don't think the register_globals is not biggy. It's not compiled in, its in the config file. But then again, I have access to that on my box, and not everone does.
|
#10
|
||||
|
||||
But most hosts don't care about it, just leave the default configuration and change critical stuff. So now most hosts will have it disabled, and people will need to contact the support to ask why the board doesn't work, and we will need to direct them to the host, which will make a funny face and take a week to turn the setting on.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|