Re: [PHP-INST] PHP3 and PHP4 together
[email protected] (Fabian Pichler) Don, 7 Dec 00 23:47:51 +0100
| Newsgroups | php.general,php.install,php.migration |
|---|---|
| Message-ID | <[email protected]> |
Hi As far as I know PHP3 is a subset of PHP4 you should therefore be able to only install PHP4 and run PHP3 scripts as well. Or why do you need to install PHP4 and PHP3? Kind Regards, Fabian >Thema: [PHP-INST] PHP3 and PHP4 together >gesendet: 1.12.1920 18:43 Uhr >empfangen: 7.12.2000 21:36 Uhr >Absender: PHP user, [email protected] >An: [email protected] >Kopie: PHP-Install Mailinglist, [email protected] > [email protected] > >Hi all, > >Can I compile/install php3 and php4 together as apache module ? >I'm using: >Apache 1.3.14 >PHP 4.0.3pl1 >PHP 3.0.15 >Both PHP's with: ldap, xml, mysql, imap, etc > >When I configure apache with the command : >./configure --activate-module=src/modules/php3/libphp3.a \ >--activate-module=src/modules/php4/libphp4.a > >and after , i run the 'make' I get various errors... > >When I use >./configure --activate-module=src/modules/php3/libphp3.a and >./configure --activate-module=src/modules/php4/libphp4.a >separated and after , i run the 'make', everyhing works fine but >only the last (PHP4 in this case) is activated ... > >Regards, >Jairo > >-- >PHP Install Mailing List (http://www.php.net/) >To unsubscribe, e-mail: [email protected] >For additional commands, e-mail: [email protected] >To contact the list administrators, e-mail: [email protected] >