Click to See Complete Forum and Search --> : PHP Question for Sweede.


mangeli
12-11-2000, 02:55 PM
Hey sweede, do you know if I need to reinstall everything for my webserver if I want to upgrade PHP4.01 to the current version?

------------------
http://www.tinyminds.f2s.com
SlackHacks Forums (http://www.slackhacks.f2s.com/cgi-bin/ikonboard.cgi)

Sweede
12-11-2000, 05:45 PM
if you compiled php into apache
(apache ./configure --add-module=src/.../php )
or httpd -l shows php compiled into apache,
yes.


if into apache as a DSO module, nope, just recompile PHP.

./configure --with-apxs=/path/to/apxs

mangeli
12-12-2000, 10:38 AM
Is there a way to tell if I have the GD libs installed and configured right?

------------------
http://www.tinyminds.f2s.com
SlackHacks Forums (http://www.slackhacks.f2s.com/cgi-bin/ikonboard.cgi)

Sweede
12-12-2000, 04:36 PM
gd on the system or gd in php??


phpinfo(); tells you everything you need to know.