Re: [PHP-DEV] PHP4/PHP5 Apache Modules on Windows

2004-01-11 Thread Markus Fischer
On Sat, Jan 10, 2004 at 02:09:35AM -0500, [EMAIL PROTECTED] wrote : > Again, I'm asking about running both PHP4 and PHP5 on Windows XP as Apache > modules. > > I asked this question a few months ago and was told it was a bad idea. But > now, it seems that the latest snapshot (RC1-dev, it seems)

Re: [PHP-DEV] PHP4/PHP5 Apache Modules on Windows

2004-01-11 Thread Christian Schneider
Andi Gutmans wrote: I think that until you are ready to completely migrate, running PHP 5 as a CGI is a decent solution. If you're running a webserver with dozens of virtual hosts and you want to migrate them one by one it would have been nice to be able to selectively choose PHP4 or PHP5 module

Re: [PHP-DEV] PHP4/PHP5 Apache Modules on Windows

2004-01-11 Thread DvDmanDT
Also, you kinda have scewed up old cgi configs with your new naming idea of php and php-cgi.. :p The idea is great, but it still seems kinda breaking just about everything.. Also, why is the dll named php4ts in beta 3? That caused my comp to crash... Had to install a snapshot... :p I'll just.. ..

Re: [PHP-DEV] PHP4/PHP5 Apache Modules on Windows

2004-01-11 Thread Andi Gutmans
Symbol clashes and other weird stuff I can't think of right now. Versioning doesn't always seem to do all of the tricks. At 08:08 PM 1/11/2004 +0100, DvDmanDT wrote: For me it's not really a problem, but that's in my case... Lots of ppl obviously wants both of them... So.. If it's only about nami

Re: [PHP-DEV] PHP4/PHP5 Apache Modules on Windows

2004-01-11 Thread DvDmanDT
For me it's not really a problem, but that's in my case... Lots of ppl obviously wants both of them... So.. If it's only about naming the parameter might be worth to think about.. Also, what bumps do you expect to hit? -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤telia.com "Andi Gutman

Re: [PHP-DEV] PHP4/PHP5 Apache Modules on Windows

2004-01-11 Thread Andi Gutmans
Migration from PHP 4 to PHP 5 should be quite easy. I don't think we should get into trying to make them co-exist. We might hit quite a few bumps on the way. I think that until you are ready to completely migrate, running PHP 5 as a CGI is a decent solution. Andi At 01:09 AM 1/11/2004 -0500, [

Re: [PHP-DEV] PHP4/PHP5 Apache Modules on Windows

2004-01-10 Thread GPHemsley
In a message dated 1/11/2004 12:12:18 AM Eastern Standard Time, [EMAIL PROTECTED] writes: .. There really should be another configure parameter which names all non-language stuff php5 instead of php... Like x-httpd-php5, php5_gd2.dll and so on.. I'm +1 for that, if it matters. And that seems to

Re: [PHP-DEV] PHP4/PHP5 Apache Modules on Windows

2004-01-10 Thread DvDmanDT
.. There really should be another configure parameter which names all non-language stuff php5 instead of php... Like x-httpd-php5, php5_gd2.dll and so on.. phpinfo and all other functions, constructs and so on (language stuff) should efcorse remain the way they are, but a parameter to name them 4/5

Re: [PHP-DEV] PHP4/PHP5 Apache Modules on Windows

2004-01-10 Thread shimi
On Sun, 11 Jan 2004, DvDmanDT wrote: > I just realized something.. You couldn't have a single extension enabled, > since they both would use the same php.ini, and I would guess modules are > binary incompitable.. Also, if a dll with the name php_gd2.dll is loaded by > php4, php5 would think it's t

Re: [PHP-DEV] PHP4/PHP5 Apache Modules on Windows

2004-01-10 Thread DvDmanDT
I just realized something.. You couldn't have a single extension enabled, since they both would use the same php.ini, and I would guess modules are binary incompitable.. Also, if a dll with the name php_gd2.dll is loaded by php4, php5 would think it's the same dll if you want GD there as well, woul

Re: [PHP-DEV] PHP4/PHP5 Apache Modules on Windows

2004-01-10 Thread GPHemsley
In a message dated 1/10/2004 8:13:25 PM Eastern Standard Time, [EMAIL PROTECTED] writes: IIRC, it does not work. And it will not work either. Only way to run both in same apache is to have other one run as CGI. --Jani That's the way I currently have it. But I just need to kno

Re: [PHP-DEV] PHP4/PHP5 Apache Modules on Windows

2004-01-10 Thread DvDmanDT
Why is that? Is it caused by shared memory? Or is it just naming? And if the latter one, couldn't that be called a bug, and be fixed for 5.0, since that would definitly be a nice addition... -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤telia.com "Jani Taskinen" <[EMAIL PROTECTED]> skr

Re: [PHP-DEV] PHP4/PHP5 Apache Modules on Windows

2004-01-10 Thread Jani Taskinen
IIRC, it does not work. And it will not work either. Only way to run both in same apache is to have other one run as CGI. --Jani On Sat, 10 Jan 2004 [EMAIL PROTECTED] wrote: >Again, I'm asking about running both PHP4 and PHP5 on Windows XP as Apache >modules. > >I aske

[PHP-DEV] PHP4/PHP5 Apache Modules on Windows

2004-01-10 Thread GPHemsley
Again, I'm asking about running both PHP4 and PHP5 on Windows XP as Apache modules. I asked this question a few months ago and was told it was a bad idea. But now, it seems that the latest snapshot (RC1-dev, it seems) has the file php5apache.dll. Can I safely set it up just as I did with PHP4?