Re: [PHP-DEV] new version of check_parameters.php

2008-03-13 Thread Xuefer
an off topic suggestion, why not add a shebang #!/usr/bin/php ... -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] new version of check_parameters.php

2008-03-12 Thread Nuno Lopes
Yes, i understand. It was interesting for me - how i can decrease false positive and others by improvings on current script. If there will be not GSoC participant for this project, possibly i can do it. OK, great! :) Also base questions, which will be asked in any case, are still alive:

Re: [PHP-DEV] new version of check_parameters.php

2008-03-12 Thread Alexandr Savchuk
Yes, i understand. It was interesting for me - how i can decrease false positive and others by improvings on current script. If there will be not GSoC participant for this project, possibly i can do it. Also base questions, which will be asked in any case, are still alive: >1. in many problem r

Re: [PHP-DEV] new version of check_parameters.php

2008-03-11 Thread Nuno Lopes
Hi, Thanks for working on this. However I don't think more effort should be wasted with this script. It's a bogus approach to the problem and it will always generate many false-positives (disclaimer: I'm the author of the original script and it was like a POC). Thus my idea is to move along to

Re: [PHP-DEV] new version of check_parameters.php

2008-03-11 Thread Antony Dovgal
On 11.03.2008 08:00, Alexandr Savchuk wrote: > 3. There are really many problem reports about "not optional var is > initialized" > Also in most part of these cases not optional var is inialized by null > value. Why is this requrement ? And why ? I believe this notice should be disabled, as it's