PHP-Upgrade to V4.2.x [message #3386] |
Thu, 20 June 2002 15:41 |
smike
Messages: 182 Registered: April 2002 Location: Munich/Germany
Karma: 0
|
Senior Member |
|
|
The next days I want to upgrade our PHP-Installation (apache-module). Are there any specials I should configure in order to run FUD with 4.2.x?
It's the first time, I am installing PHP, so I didn't want to do to many things wrong.
Fortunately there is a detailed documentation at the php-site.
|
|
|
Re: PHP-Upgrade to V4.2.x [message #3387 is a reply to message #3386] |
Thu, 20 June 2002 15:48 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
FUDforum does not require/need any special modules, the only thing you may want, is to enable pspell support in php --with-pspell (you'll need pspell & aspell installed). That way, in your forum you'll have an option to enable the spell checker.
FUDforum Core Developer
|
|
|
|
Re: PHP-Upgrade to V4.2.x [message #3389 is a reply to message #3388] |
Thu, 20 June 2002 16:24 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Actually the spell checker supports the german language, so if your forum was in german you could spell check it just as well as the english forum.
FUDforum Core Developer
|
|
|
|
Re: PHP-Upgrade to V4.2.x [message #3403 is a reply to message #3397] |
Fri, 21 June 2002 14:00 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The settings in php.ini would ONLY change if you are doing a clean installed. Otherwise PHP leaves you php.ini intact.
FUDforum Core Developer
|
|
|
|
Re: PHP-Upgrade to V4.2.x [message #3409 is a reply to message #3408] |
Fri, 21 June 2002 16:05 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
As far as FUD is concerned this setting won't affect you, if you have it turned ot FUD may be a little faster, since it won't need to internally emulate the register globals functionality.
What this option does is allowing access of data passed via GET/POST/Cookies directly. For example blah.php?cool=stuff with register_globals set to on, will result in a varaible $cool that will contain the string 'stuff' in it.
FUDforum Core Developer
|
|
|
Re: PHP-Upgrade to V4.2.x [message #3419 is a reply to message #3403] |
Fri, 21 June 2002 20:20 |
Olliver
Messages: 443 Registered: March 2002
Karma: 0
|
Senior Member |
|
|
thus spake prottoss on Fri, 21 June 2002 16:00 | The settings in php.ini would ONLY change if you are doing a clean installed. Otherwise PHP leaves you php.ini intact.
|
In general almost any *nix program would leave an existing config file untouched, that's why I didn't find it worth mentioning it. When smike says he wants to upgrade the version then I presume that he's got some basic *NIX knowledge to know this, too.
Ken
|
|
|
|