Re: [PHP-DEV] multi-jobs run-tests.php

2010-02-22 Thread Pierre Joye
hi, There is an on-going work on run-test (which began as part of last year GSoC). I would begin there instead of working on the current run-test.php. Parallel testing is part of the new features as well, in a portable way (like not only where pcntl is available). Thanks for your work, Cheers,

Re: [PHP-DEV] multi-jobs run-tests.php

2010-02-22 Thread Pierre Joye
forgot to add the link to the repo: http://svn.php.net/viewvc/php/phpruntests/ On Mon, Feb 22, 2010 at 9:20 AM, Pierre Joye pierre@gmail.com wrote: hi, There is an on-going work on run-test (which began as part of last year GSoC). I would begin there instead of working on the current

Re: [PHP-DEV] Re: why not use strtol instead of php_filter_parse_{int,hex,octal}?

2010-02-22 Thread Pierre Joye
hi, Please don't commit this change. I remember some issues with strtol (portability, BC breaks, etc.). Please wait until we figured them out, or find back in the archives why strtol could be a bad idea. On Mon, Feb 22, 2010 at 2:21 AM, Raphael Geissert geiss...@php.net wrote: Raphael Geissert

[PHP-DEV] PHP 6 Bug Summary Report

2010-02-22 Thread internals
PHP 6 Bug Database summary - http://bugs.php.net/ Num Status Summary (109 total -- which includes 47 feature requests) ===[Apache related]=== 47061 Open User not logged under Apache

Re: [PHP-DEV] Patch for ext/openssl to support CN_match with asterisk

2010-02-22 Thread Bostjan Skufca
Below is the valgrind output. Seem like it is OpenSSL's fault? Thus I am not filling another bug report. Or can you do anything about it? b. ==12933== ==12933== IN SUMMARY: 563339 errors from 307 contexts (suppressed: 69 from 1) ==12933== ==12933== malloc/free: in use at exit: 1,628 bytes in 44

[PHP-DEV] TNBT beta online at http://bugs-beta.php.net/

2010-02-22 Thread Jani Taskinen
FYI: I installed the new bug tracker to ez1.php.net for easier testing. Feel free to test it and comment to this thread. If the DNS has not propagated yet, just add this to your hosts file: 128.39.198.38 bugs-beta.php.net Keep in mind it's NOT totally new, it's simply been cleaned up and

Re: [PHP-DEV] Re: why not use strtol instead of php_filter_parse_{int,hex,octal}?

2010-02-22 Thread Derick Rethans
On Mon, 22 Feb 2010, Pierre Joye wrote: On Mon, Feb 22, 2010 at 2:21 AM, Raphael Geissert geiss...@php.net wrote: Raphael Geissert wrote: If there's no objection, I would like to remove them entirely and use strtol in php_filter_int. By the way, I don't think that the fact that

Re: [PHP-DEV] TNBT beta online at http://bugs-beta.php.net/

2010-02-22 Thread Richard Quadling
On 22 February 2010 13:58, Jani Taskinen jani.taski...@iki.fi wrote: FYI: I installed the new bug tracker to ez1.php.net for easier testing. Feel free to test it and comment to this thread. If the DNS has not propagated yet, just add this to your hosts file:  128.39.198.38 bugs-beta.php.net

Re: [PHP-DEV] multi-jobs run-tests.php

2010-02-22 Thread Raphael Geissert
Hi Pierre, Pierre Joye wrote: There is an on-going work on run-test (which began as part of last year GSoC). I would begin there instead of working on the current run-test.php. Parallel testing is part of the new features as well, in a portable way (like not only where pcntl is available).

Re: [PHP-DEV] multi-jobs run-tests.php

2010-02-22 Thread Jess Portnoy
Hello all, While on the subject of run-tests.php, any plans for it to support web server SAPIs and not just CLI/CGI? I've looked at http://qa.php.net/projects.php and saw no such bullet but I thought asking anyhow won't hurt. Thanks, May the source be with you, Best regards, Jess Portnoy

Re: [PHP-DEV] multi-jobs run-tests.php

2010-02-22 Thread Johannes Schlüter
On Mon, 2010-02-22 at 10:50 -0600, Raphael Geissert wrote: Ah, I see, great. From a quick look at the code it looks like it also uses pcntl. Is there any plan to switch to that other implementation? No work has been done in something like the threads extension, has there? Why would you

Re: [PHP-DEV] TNBT beta online at http://bugs-beta.php.net/

2010-02-22 Thread Jani Taskinen
22.2.2010 17:28, Richard Quadling wrote: A couple of low level things Nitpicking, are we? :D 1 - Can/should the PHP Versions include release candidates? Yes, they're outdated. This is one part that should be automated/centralized, it's enough PITA for the RMs already to remember all the

Re: [PHP-DEV] TNBT beta online at http://bugs-beta.php.net/

2010-02-22 Thread Johannes Schlüter
Hi, On Mon, 2010-02-22 at 15:58 +0200, Jani Taskinen wrote: FYI: I installed the new bug tracker to ez1.php.net for easier testing. Feel free to test it and comment to this thread. If the DNS has Great! - Patches / file attachements I like the idea of calling it patch so users won't

Re: [PHP-DEV] TNBT beta online at http://bugs-beta.php.net/

2010-02-22 Thread Jani Taskinen
22.2.2010 19:15, Johannes Schlüter wrote: - Patches / file attachements I like the idea of calling it patch so users won't immediatly upload large big applications. Is there a size limit? No limits apart from what is set in either httpd.conf or php.ini, also, they need to be text

Re: [PHP-DEV] Re: why not use strtol instead of php_filter_parse_{int,hex,octal}?

2010-02-22 Thread Raphael Geissert
Derick Rethans wrote: On Mon, 22 Feb 2010, Pierre Joye wrote: Please don't commit this change. I remember some issues with strtol (portability, BC breaks, etc.). Please wait until we figured them out, or find back in the archives why strtol could be a bad idea. Poratability was indeed the

Re: [PHP-DEV] Re: why not use strtol instead of php_filter_parse_{int,hex,octal}?

2010-02-22 Thread Pierre Joye
On Tue, Feb 23, 2010 at 12:13 AM, Raphael Geissert geiss...@php.net wrote: Derick Rethans wrote: On Mon, 22 Feb 2010, Pierre Joye wrote: Please don't commit this change. I remember some issues with strtol (portability, BC breaks, etc.). Please wait until we figured them out, or find back in

Re: [PHP-DEV] Re: why not use strtol instead of php_filter_parse_{int,hex,octal}?

2010-02-22 Thread Derick Rethans
On Mon, 22 Feb 2010, Raphael Geissert wrote: Derick Rethans wrote: On Mon, 22 Feb 2010, Pierre Joye wrote: Please don't commit this change. I remember some issues with strtol (portability, BC breaks, etc.). Please wait until we figured them out, or find back in the archives why strtol

Re: [PHP-DEV] Re: why not use strtol instead of php_filter_parse_{int,hex,octal}?

2010-02-22 Thread Raphael Geissert
Derick Rethans wrote: What exactly are you trying to fix here? gcc 4.4's optimiser removes the overflow check present in php_filter_parse_int and ZEND_HANDLE_NUMERIC (but I can't touch that part of the code anyway...) which prevents the overflow from being detected. Cheers, -- Raphael