[PHP-DEV] Re: [PECL-DEV] automated checking of zend_parse_parameters()

2006-09-07 Thread phpxcache
geat job. it's much faster than valgrind. and can find 64bit/be etc problems. it's something a must have like gcc printf format attribute. u may have already notice: the line number is wrong sometimes. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.

Re: [PHP-DEV] Re: Build and gcov test of PHP_5_2 finished

2006-09-07 Thread Hartmut Holzgraefe
Pierre wrote: Is it possible to have an access to the outputs of the failed tests? There is tests which fail on the gcov machine but work on every machine I use. one thing i notices is that the machine doesn't seem to have any locales installed which e.g. lead to ext/gettext tests and others b

Re: [PHP-DEV] Re: Build and gcov test of PHP_5_2 finished

2006-09-07 Thread Pierre
Hello, On 9/7/06, Marcus Boerger <[EMAIL PROTECTED]> wrote: Right now we have no way to show it easily. This is all I need: http://gcov.php.net/PHP_5_2/tests/ext/zip/tests/ But even right now failed tests have alink 'diff'or 'leaks' or both which show the diff information and leak infofro

Re: [PHP-DEV] Re: Build and gcov test of PHP_5_2 finished

2006-09-07 Thread Marcus Boerger
Hello Pierre, Thursday, September 7, 2006, 4:06:13 PM, you wrote: > On Wed, 06 Sep 2006 19:32:04 -0700 > [EMAIL PROTECTED] wrote: >> Hello! >> >> A gcov test run has just been finished on the PHP_5_2 branch. >> >> You can view the make log here: >> http://gcov.php.net/PHP_5_2/make.log.php >>

Re: [PHP-DEV] RFC: unicode.semantics: runtime or not?

2006-09-07 Thread Andrei Zmievski
I tend to agree with this. But I guess not everyone does.. -Andrei On Sep 6, 2006, at 2:09 PM, Marcus Boerger wrote: Hello Andrei, we have already a freaking complexapi to deal with and on the other hand we have fastcgisupport. What we should imo do is trying to drop complexity of our api

Re: [PHP-DEV] RFC: unicode.semantics: runtime or not?

2006-09-07 Thread Stanislav Malyshev
> Per-request is equivalent to per-virtual-dir: they are both ZEND_INI_PERDIR types. For PHP engine, yes, but it should be clear that attempt to use different modes for the same file would not end up well. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.

Re: [PHP-DEV] RFC: unicode.semantics: runtime or not?

2006-09-07 Thread Andrei Zmievski
Per-request is equivalent to per-virtual-dir: they are both ZEND_INI_PERDIR types. -Andrei On Sep 6, 2006, at 1:57 PM, Stanislav Malyshev wrote: I suggest to first make the theoreticaly decision that we prefer to support this on a per-request if it's feasible. When I say feasible it means

Re: [PHP-DEV] RFC: unicode.semantics: runtime or not?

2006-09-07 Thread Andrei Zmievski
We've done the per-request thing already and we know some, and possibly not all, of the implementation pains that come with it. I am looking forward to the results of your evaluation, but please do it sooner than later -- I do want to get a preview release out before the end of the year. -And

Re: [PHP-DEV] Re: Build and gcov test of PHP_5_2 finished

2006-09-07 Thread Nuno Lopes
Is it possible to have an access to the outputs of the failed tests? There is tests which fail on the gcov machine but work on every machine I use. The "new" version of the website shows that. I'm currently working on it and I (and Marcus) will be putting it on-line ASAP. Nuno -- PHP Inte

[PHP-DEV] Re: Build and gcov test of PHP_5_2 finished

2006-09-07 Thread Pierre
On Wed, 06 Sep 2006 19:32:04 -0700 [EMAIL PROTECTED] wrote: > Hello! > > A gcov test run has just been finished on the PHP_5_2 branch. > > You can view the make log here: > http://gcov.php.net/PHP_5_2/make.log.php > > You can watch the test results: > http://gcov.php.net/PHP_5_2/run-tests.log.p

[PHP-DEV] get_method - handlers

2006-09-07 Thread Thomas Moenicke
Hi, I tried to overwrite the 'get_method' handler and it works fine, but would need the same effect for static methods. I tried something but found no proper way to by-pass the zend_std_get_static_method() in an extension. Is there a solution for it? Thomas -- PHP Internals - PHP Runtime Deve

[PHP-DEV] Re: CVS Account Request: squiz

2006-09-07 Thread Pierre
On Wed, 6 Sep 2006 23:56:31 -0700 [EMAIL PROTECTED] ("Greg Sherwood") wrote: > Add new PEAR package: > http://pear.php.net/pepr/pepr-proposal-show.php?id=426 Confirmed. I'll give him the karma. --Pierre -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.