Re: [PHP-DEV] Re: Focus on HEAD

2008-06-08 Thread Andrei Zmievski
Sure. Steph Fox wrote: Is there a patch that does that? I'm fine with removing these checks. If there isn't already, there soon will be :) Did you want to review it prior to commit? - Steph -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.ne

Re: [PHP-DEV] Re: Focus on HEAD

2008-06-08 Thread Steph Fox
Is there a patch that does that? I'm fine with removing these checks. If there isn't already, there soon will be :) Did you want to review it prior to commit? - Steph -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: Focus on HEAD

2008-06-08 Thread Andrei Zmievski
Is there a patch that does that? I'm fine with removing these checks. -Andrei Steph Fox wrote: Hi Andrei, all, Can we please have a clear, on-list explanation of the reason(s) the non-Unicode mode blocks can't be cleared out of core in CVS HEAD today? As in, if (!UG(unicode)) Thanks

[PHP-DEV] Focus on HEAD

2008-06-08 Thread Steph Fox
Hi Andrei, all, Can we please have a clear, on-list explanation of the reason(s) the non-Unicode mode blocks can't be cleared out of core in CVS HEAD today? As in, if (!UG(unicode)) Thanks, - Steph -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-DEV] run-tests broken in HEAD

2008-06-08 Thread Steph Fox
Hi Stas, Tried today to work on some tests and discovered that run-tests is not binary-safe in php 6 - it can not process arbitrary outputs. Consider this test: Oh good, that makes 5 people who are interested in CVS HEAD. Can we please make it Unicode-only now so that we can actually work o

[PHP-DEV] run-tests broken in HEAD

2008-06-08 Thread Stanislav Malyshev
Hi! Tried today to work on some tests and discovered that run-tests is not binary-safe in php 6 - it can not process arbitrary outputs. Consider this test: --TEST-- Test --FILE-- It should not pass - output string is wrong - but instead of failing correctly, the run-tests script itself produ