ZF-2460: Zend_Filter_Input is incompatible with PHP-5.3, because NAMESPACE is a reseved word in PHP-5.3.
Description
PHP-5.3.0 must be released in Q1 2008, however ZendFramework is still incompatible with php-5.3 Running the ZF test suite with php-5.3 gives a parser error:
Parse error: syntax error, unexpected T_NAMESPACE, expecting T_STRING or T_VARIABLE or '$' in /home/dmitry/php/ZendFramework/tests/Zend/Filter/InputTest.php on line 400
Comments
Posted by Jordan Ryan Moore (jordanryanmoore) on 2008-02-18T12:22:46.000+0000
This is fixed in SVN. The NAMESPACE constant was changed to INPUT_NAMESPACE.
Posted by Wil Sinclair (wil) on 2008-12-17T13:40:17.000+0000
Bookkeeping. Closing and assigning all old unassigned issues. The only unassigned issues should be new and unreviewed.