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

[PHP-DEV] CVS Account Request: furnaces2002

2004-01-10 Thread alireza poshtkoohi
developing PHP and Flash on http://longhorn.techguysonline.net/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

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

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

2004-01-10 Thread GPHemsley
In a message dated 1/10/2004 7:30:52 AM Eastern Standard Time, [EMAIL PROTECTED] writes: > Might work.. Why not simply try it? :) I was told that Bad Things (tm) could happen (with the previous setup). I guess I'll go ahead, if no one has any reasons no to. Thanks. Gordon Hemsley

Re: [PHP-DEV] Re: win32 PECL snaps for PHP5

2004-01-10 Thread Pierre-Alain Joye
On Sat, 10 Jan 2004 17:41:15 + Mike <[EMAIL PROTECTED]> wrote: > Wez Furlong wrote: > > are now available via snaps.php.net. > > > > Thanks to Edin for helping iron out this part of the build! > > > > --Wez. > > I noticed that win32std is missing, could someone add it please? http://snaps.

[PHP-DEV] Re: win32 PECL snaps for PHP5

2004-01-10 Thread Mike
Wez Furlong wrote: are now available via snaps.php.net. Thanks to Edin for helping iron out this part of the build! --Wez. I noticed that win32std is missing, could someone add it please? Mike -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsu

Re: [PHP-DEV] Re: patch

2004-01-10 Thread Nuno Lopes
Sorry... > On Sat, 10 Jan 2004 15:37:17 - > "Nuno Lopes" <[EMAIL PROTECTED]> wrote: > > > Here it is! > > Nice try ;) > > Use .txt attachment (text/*) so it can go through the list. Or provide a > nice little url to it :) > > pierreIndex: main/output.c

Re: [PHP-DEV] Re: patch

2004-01-10 Thread Pierre-Alain Joye
On Sat, 10 Jan 2004 15:37:17 - "Nuno Lopes" <[EMAIL PROTECTED]> wrote: > Here it is! Nice try ;) Use .txt attachment (text/*) so it can go through the list. Or provide a nice little url to it :) pierre -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://w

[PHP-DEV] Re: patch

2004-01-10 Thread Nuno Lopes
Here it is! > The patch is missing Nuno :) > > didou > > > Hi, > > > > Here is a patch to output_reset_rewrite_vars because no parameter count was > > done. > > > > Nuno -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: patch

2004-01-10 Thread Mehdi Achour
The patch is missing Nuno :) didou Hi, Here is a patch to output_reset_rewrite_vars because no parameter count was done. Nuno -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] PHP 4 Bug Summary Report

2004-01-10 Thread internals
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (816 total including feature requests) ===[*Directory/Filesystem functions] 26574 Assigned basename() cannot work with Chinese Path name 26653 Assigned open_basedir bug ===

[PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend_builtin_functions.c

2004-01-10 Thread Christian Schneider
Sebastian Bergmann wrote: Log: Added error mask to set_error_handler() Patch by Christian Schneider <[EMAIL PROTECTED]> zend_operators.c e:\home\php\php5\zend\zend_operators.c(36) : error C2059: Syntaxfehler : '<<' To avoid misinterpretation: My patch didn't involve zend_operators.c, that was a

[PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend_builtin_functions.c zend_execute_API.c zend_globals.h zend_operators.c

2004-01-10 Thread Sebastian Bergmann
Zeev Suraski wrote: > zeev Sat Jan 10 06:43:42 2004 EDT > > Modified files: > /ZendEngine2 zend_builtin_functions.c zend_execute_API.c > zend_globals.h zend_operators.c > Log: > Added error mask to set_error_handler() > Patch by Christian Schneider <[

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

2004-01-10 Thread DvDmanDT
Try news://news.php.net/php.general and news://news.php.net/php.windows, that should do it.. :) Might work.. Why not simply try it? :) -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤telia.com <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > Again, I'm asking about runnin

[PHP-DEV] patch

2004-01-10 Thread Nuno Lopes
Hi, Here is a patch to output_reset_rewrite_vars because no parameter count was done. Nuno -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[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?