php4-beta | 200004
Date: 04/15/00
- Next message: Andi Gutmans: "Re: [PHP4BETA] _very_ specific memory leak in Zend"
- Previous message: Alexander Fordyce: "[PHP4BETA] fopen not working on URL - no reason that I can find"
- In reply to: Asghar Nafarieh: "[PHP4BETA] php3/php4 problem with apache"
- Next in thread: Asghar Nafarieh: "Re: [PHP4BETA] php3/php4 problem with apache"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
What platform are you under? Not all support versioning.
Do you get an error message?
Andi
At 02:18 PM 4/14/00 -0700, Asghar Nafarieh wrote:
>hi,
>
>I cannot run apache with both php3 and php4 RC1. Apache will not
>start when I use both of them but they work fine individually. Your help
>is appreciated.
>
>Here what I did.
>
>I Compiled both php3 and php4 with the option --with-versioning.
>
>Then in my httpd.conf I added the following
>
>-----------
>## In the loadmodule section:
>
>LoadModule php3_module lib/apache/libphp3.so
>LoadModule php4_module lib/apache/libphp4.so
>
>## In the addmodule section:
>AddModule mod_php3.c
>AddModule mod_php4.c
>
>
>## In the typehandling section (you can change this as needed):
>AddType application/x-httpd-php3 .php3
>AddType application/x-httpd-php3 .phtml
>AddType application/x-httpd-php3-source .phps
>AddType application/x-httpd-php .php
>AddType application/x-httpd-php-source .php4s
>----------
>
>
>
>--
>PHP 4.0 Beta Mailing List <http://www.php.net/version4/>
>To unsubscribe, e-mail: php4beta-unsubscribe <email protected>
>For additional commands, e-mail: php4beta-help <email protected>
>To contact the list administrators, e-mail: php4beta-admin <email protected>
--- Andi Gutmans <andi <email protected>> http://www.zend.com/-- PHP 4.0 Beta Mailing List <http://www.php.net/version4/> To unsubscribe, e-mail: php4beta-unsubscribe <email protected> For additional commands, e-mail: php4beta-help <email protected> To contact the list administrators, e-mail: php4beta-admin <email protected>
- Next message: Andi Gutmans: "Re: [PHP4BETA] _very_ specific memory leak in Zend"
- Previous message: Alexander Fordyce: "[PHP4BETA] fopen not working on URL - no reason that I can find"
- In reply to: Asghar Nafarieh: "[PHP4BETA] php3/php4 problem with apache"
- Next in thread: Asghar Nafarieh: "Re: [PHP4BETA] php3/php4 problem with apache"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

