I began with iis on win xp and php worked
for text & oop. I am assuming one needs to configure it for graphics since it
did not work. I need to know how to install apache2.0.55 and php5.1.2.
are they compatible? I have been following the installation instructions from Sams Teach Yourself PHP, MySQL® and Apache
All in One, Second Edition. From: Mark Galbreath
[mailto:[EMAIL PROTECTED] ru pulling our
legs? 1. How would
you know PHP stopped working after you installed Apache httpd? Apache had
to have been installed prior to installing PHP or you could not have known that
PHP was not working in the httpd. 2. You could
not have installed PHP with the --enable-apxs2 switch because the PHP configure
script would have failed if it could not find the path to
apache2/bin/apxs. You must install httpd first. 3. PHP5 comes
enabled for MySQLite; if you want all the MySQL hooks,
--enable-mysql=[path/to/mysql] on the configuration script. 4. Most
importantly, http://www.catb.org/~esr/faqs/smart-questions.html.
Read It. Learn It. Live It. Mark<-|->kraM
Does any one know how to install php5
apache2 and mysql5? Php5 does not have mysql enabled by
default. After I installed apache my php quit working. Jason Gutt |
- [PHP-INSTALL] php install Jason Gutt
- Re: [PHP-INSTALL] php install Mark Galbreath
- RE: [PHP-INSTALL] php install Jason Gutt
- RE: [PHP-INSTALL] php install Mark Galbreath