At 04:33 PM 4/16/2005, Michael W. wrote:
To configure to work as an Apache module, but not as a CGI binary, use
"./configure --with-apxs=/path/to/apache/bin/apxs --disable-cgi".
For one thing, it would be php4_module , libphp4.so , mod_php4.c ,
application/x-httpd-php , and application/x-httpd-p
If you need help with what the options to ./configure are, type
"./configure --help".
To configure to work as an Apache module, but not as a CGI binary, use
"./configure --with-apxs=/path/to/apache/bin/apxs --disable-cgi".
Marty Landman wrote:
At 04:19 PM 4/16/2005, Michael W. wrote:
For one th
At 04:19 PM 4/16/2005, Michael W. wrote:
For one thing, it would be php4_module , libphp4.so , mod_php4.c ,
application/x-httpd-php , and application/x-httpd-php-source for PHP 4.
For another, did you tell PHP to compile an Apache module? You have to
have --with-apxs=/path/to/apache/bin/apxs and
For one thing, it would be php4_module , libphp4.so , mod_php4.c ,
application/x-httpd-php , and application/x-httpd-php-source for PHP 4.
For another, did you tell PHP to compile an Apache module? You have to
have --with-apxs=/path/to/apache/bin/apxs and possibly --disable-cgi in
your configur
Hi,
I'm running Apache 1.3 on FBSD 3.8 and have just tried to install PHP from
php-4.3.11.tar.bz2.
Here are my steps and the resulting symptom:
- put the tar into /tmp
- untarred and cd'd into the dir
- ./configure && make && make install
- added these lines to my httpd.conf file
LoadModule php3_
Thanks for the prompt reply.
The requirements are twofold. I want to use php/mysql for student project
work and I have one php application that I would like to use in school
namely mrbs (Meeting room booking system). This requires php4 & mysql and
ghas been tested with php 4.3.2 and mysql 4.0.14
That depends. Do you have any somewhat legacy PHP applications that need
to be able to run? If so, PHP 4, and if not, PHP 5. If you have
applications that need mysql_xxx functions, then MySQL 4.0.x, and if
not, 4.1.x.
Richard Naylor wrote:
I am about to install PHP and MYSQL on Windows 2003 ser
I am about to install PHP and MYSQL on Windows 2003 server to run under
IIS6. Which versions of PHP and MYSQL would be most appropriate to work
together?
Thanks
Richard
Am about to install mysql and php on Windows 2003 server to run under IIS6.
What would be the most appropriate versions of mysql and php to use?
Richard