CVSROOT:        /sources/global
Module name:    global
Changes by:     Shigio YAMAGUCHI <shigio>       17/03/17 01:42:21

Modified files:
        .              : THANKS 
        libparser      : php.l php_res.in 

Log message:
        Updated for php4, php5 and php7.
        Submitted by Fabian Wiget.
        
        I updated the built-in PHP parser to support namespaces and traits, 
        which were introduced in PHP5. The following keywords have been removed:
        
        - failure: not a keyword
        - header: normal built-in function
        - is_array: normal built-in function
        - is_set: typo -> isset
        - printf: normal built-in function
        - setcookie: normal built-in function
        - success: not a keyword
        
        The parser should now support PHP4, PHP5 and PHP7.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/global/THANKS?cvsroot=global&r1=1.137&r2=1.138
http://cvs.savannah.gnu.org/viewcvs/global/libparser/php.l?cvsroot=global&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/global/libparser/php_res.in?cvsroot=global&r1=1.1&r2=1.2

_______________________________________________
Global-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/global-commit

Reply via email to