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
clang frontend is really easy > to work with. That's why I've proposed this for a gsoc project. It's fairly > easy for someone with little compiler knowledge, yet it gives enough work to > be a gsoc project. > > Regards, > > Nuno > > > > --

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

2008-03-11 Thread Nuno Lopes
s enough work to be a gsoc project. Regards, Nuno - Original Message - From: "Alexandr Savchuk" <[EMAIL PROTECTED]> To: Sent: Tuesday, March 11, 2008 5:00 AM Subject: [PHP-DEV] new version of check_parameters.php Hello developers. I saw some days ago that there is n

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

[PHP-DEV] new version of check_parameters.php

2008-03-10 Thread Alexandr Savchuk
Hello developers. I saw some days ago that there is need in rewriting of check_parameters.php to be less false-positive and so on... So i wrote new version - based on state machines _and_ regex. Base checks are the same, only reporting is improved. There is simple comparision: -- on old version