PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? ????, PHP 6.0 - Unicode support. (Andrei, Dmitry, et al) - Cleaned CGI code. Now FastCGI can not be disabled. See sapi/cgi/CHANGES for more details. (Dmitry) - Removed support for "continue" and "break" operators with non-constant operands. (Dmitry) - Added support for "continue" and "break" operators with labels. Each loop or switch statement can be marked by label and then it is possible to write "break