I have a default install of Redhat 9 and MaxDB 7.5.0.8 running. PHP is
v4.3.3 and this is the configure command:
'./configure' 'i386-redhat-linux' '--prefix=/usr' '--exec-prefix=/usr'
'--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc'
'--datadir=/usr/share' '--includedir=/usr/include' '
Well, here is my problem:
You can't run PHP4 and PHP5 on one Windows machine (under the same apache
instance). I've searched for workarounds, but those only work on Unix
systems :/.
There is just ONE possible solution: I have to compile PHP for windows with
a hardcoded configuration path. But I d
Andrew Kelly wrote:
Hi all,
I just scanned the list archives and couldn't find my problem listed,
forgive me if I just did a poor search.
I've just been forced to take the 'emergency migration' of an active
website that uses php to communicate with a postgresql backend.
(php 4.2.3, apache 1.3.29,
mariano aragon wrote:
Hi,
I followed the instructions to install apache and php
on my linux (RedHat9).
I added the module php in the httpd.conf:
LoadModule php4_module libexec/libphp4.so
although the file libphp4.so does not exist in
/usr/local/libexec/ nor the folder
/usr/local/apache/libexec/