RE: [PHP-DEV] PHP6 broken

2006-06-12 Thread Dmitry Stogov
I think Marcus is the best person to review your patch. Dmitry. > -Original Message- > From: Hannes Magnusson [mailto:[EMAIL PROTECTED] > Sent: Friday, June 09, 2006 7:06 PM > To: Dmitry Stogov > Cc: Marcus Boerger; Andi Gutmans; internals@lists.php.net > Subject: Re: [PHP-DEV] PHP6 brok

Re: [PHP-DEV] Unexpected character in input

2006-06-12 Thread Jasper Bryant-Greene
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Try opening the suspect file in a hex editor, or some editor which won't hide special characters (e.g. ASCII 27) from you. I think you'll find that one has somehow wound its way in there. Either that, or current PHP_5_2 is messed up in some way =)

[PHP-DEV] Unexpected character in input

2006-06-12 Thread Sebastian Bergmann
I am baffled by this warning: Warning: Unexpected character in input: '' (ASCII=27) state=1 in /usr/local/src/PHPUnit2/Util/Report/Coverage/Node/File.php on line 182 The line reported is $tokens = token_get_all(''); Any idea what is going wrong here? This is current PHP_5_2. --

Re: [PHP-DEV] Mod Deinit Not Called if Bad Cmdline Option

2006-06-12 Thread Steph Fox
Actually it's not true either... what made you think that, Michael? Care to describe what you're seeing? Good question. Is module startup already called at this point? Is there a reason why you care? At 11:34 AM 6/10/2006, Michael B Allen wrote: If php exits due to a bad commandline option

Re: [PHP-DEV] Mod Deinit Not Called if Bad Cmdline Option

2006-06-12 Thread Andi Gutmans
Good question. Is module startup already called at this point? Is there a reason why you care? At 11:34 AM 6/10/2006, Michael B Allen wrote: If php exits due to a bad commandline option it never calls module deinitialization routines. Is that a bug or a feature? Mike -- Michael B Allen PHP Ex

Re: [PHP-DEV] php 6 ICU cleanup

2006-06-12 Thread Nuno Lopes
Ah sorry. I always confuse you and Andrey.. And no, I don't have enough karma. Can you please commit it? Thanks, Nuno - Original Message - Go ahead and commit, if you have karma. On Jun 11, 2006, at 5:04 AM, Nuno Lopes wrote: Hi, I've made a patch to clean ICU stuff at exit, becaus

Re: [PHP-DEV] [RFC][PATCH]: hook for compile_string

2006-06-12 Thread Andi Gutmans
Fine with me. At 07:20 AM 6/10/2006, Derick Rethans wrote: On Sat, 10 Jun 2006, Marcus Boerger wrote: > i for one appreciate this. Yeah, would be nice... Derick -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Internals - P

[PHP-DEV] CVS Account Request: ziugae

2006-06-12 Thread kyoungsuk ryu
test -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] php 6 ICU cleanup

2006-06-12 Thread Andrei Zmievski
Go ahead and commit, if you have karma. On Jun 11, 2006, at 5:04 AM, Nuno Lopes wrote: Hi, I've made a patch to clean ICU stuff at exit, because I was getting a couple of memory leaks. http://mega.ist.utl.pt/~ncpl/php6_icu_shutdown.txt references: http://dev.icu-project.org/cgi-bin/icu-bug

Re: [PHP-DEV] Extending SAPI specific php.ini to include, at least, major version.

2006-06-12 Thread D. Dante Lorenso
Richard Quadling wrote: But the issue of having the same php.ini for PHP5 and PHP6 (both are php-isapi.ini) is a pain and stops me from playing with them together. Can't you just configure PHP when you compile it with the following option: ./configure ... --with-config-file-pa

[PHP-DEV] Extending SAPI specific php.ini to include, at least, major version.

2006-06-12 Thread Richard Quadling
Hi. The ability to create a SAPI specific php.ini file (php-cli.ini, php-isapi.ini, etc) for PHP5 is excellent. This allows me to run PHP4 as CGI and PHP5 as ISAPI on the same webserver (I use Sambar Server). Now that I'm starting to look at PHP6, I would like to run PHP4, PHP5 AND PHP6 on the