PHP bug status

php.internals

Tomas Kuliavas

19 years ago
Hi, If bug is tagged as 'No feedback' (18556) or 'Won't fix' (35050) and can be reproduced in current PHP5 and PHP6, is it closed or open? Or maybe you need other bug report?
-- Tomas

Jani Taskinen

19 years ago
Tomas Kuliavas kirjoitti:
> Hi, > > If bug is tagged as 'No feedback' (18556) or 'Won't fix' (35050) and can > be reproduced in current PHP5 and PHP6, is it closed or open? Or maybe you > need other bug report?
Wont fix means wont fix..and in this case 'no feedback' means also 'wont fix' since it's the same thing. New reports about same thing -> bogus. --Jani

Tomas Kuliavas

19 years ago
>> Hi, >> >> If bug is tagged as 'No feedback' (18556) or 'Won't fix' (35050) and can >> be reproduced in current PHP5 and PHP6, is it closed or open? Or maybe >> you >> need other bug report? > > Wont fix means wont fix..and in this case 'no feedback' means also 'wont > fix' > since it's the same thing. New reports about same thing -> bogus.
Thing is broken only on non-Windows OSes that have good Turkish LC_CTYPE support. What happens if somebody finds tolower() alternative that does not care about locale? Fix can break things only if you are using same code in functions that must be locale sensitive and in functions that don't expect locale sensitive comparison.
-- Tomas