Switching from Apache 1.3 to 2.x and PHP

Scot L. Harris webid at cfl.rr.com
Tue Nov 16 19:41:29 UTC 2004


On Tue, 2004-11-16 at 12:16, Eucke Warren wrote:
> Hello All,
> 
> I am stumped (no surprise there....sigh).
> 
> I have a small php script that processes POST data from a small webpage and

> apache?  Anyone been down this road before?  Suggestions?


With PHP the most likely problem for scripts that worked under one
version or system and don't work on a new system/version is that the
script was written assuming global variables was enabled.

Very common problem.  That would be the first place to look.  Review the
phpinfo information for your server and compare that to the old version.

-- 
Scot L. Harris
webid at cfl.rr.com

Carson's Consolation:
	Nothing is ever a complete failure.
	It can always be used as a bad example. 




More information about the fedora-list mailing list