Revision tags: php-8.1.7RC1, php-8.1.4RC1, php-8.1.3, php-8.1.2RC1, php-8.1.0, php-7.3.33, php-7.3.32, php-7.3.31, php-7.3.30, php-7.3.29 |
|
#
265dd19d |
| 27-May-2021 |
Nikita Popov |
Generate tokenizer_data.c from zend_language_parser.y The order of the tokens in zend_language_parser.h depends on the used bison version. To avoid spurious changes to tokenizer_data.c
Generate tokenizer_data.c from zend_language_parser.y The order of the tokens in zend_language_parser.h depends on the used bison version. To avoid spurious changes to tokenizer_data.c generate tit from the zend_language_parser.y file instead.
show more ...
|
#
01b3fc03 |
| 06-May-2021 |
KsaR |
Update http->https in license (#6945) 1. Update: http://www.php.net/license/3_01.txt to https, as there is anyway server header "Location:" to https. 2. Update few license 3.0 to 3.01 as
Update http->https in license (#6945) 1. Update: http://www.php.net/license/3_01.txt to https, as there is anyway server header "Location:" to https. 2. Update few license 3.0 to 3.01 as 3.0 states "php 5.1.1, 4.1.1, and earlier". 3. In some license comments is "at through the world-wide-web" while most is without "at", so deleted. 4. fixed indentation in some files before |
show more ...
|
Revision tags: php-7.3.28 |
|
#
e10a7107 |
| 06-Apr-2021 |
Nikita Popov |
Make tokenizer_data_gen.php compatible with older PHP Our PHP requirement is currently PHP 7.1, so don't use flexible heredoc. |
#
e9d78339 |
| 17-Mar-2021 |
Nikita Popov |
Use absolute paths in tokenizer_data_gen.php To make it work with out-of-tree builds. |
Revision tags: php-7.3.27 |
|
#
9bbeb055 |
| 05-Jan-2021 |
Ilija Tovilo |
Add tokenizer_data_gen to build process Closes GH-6723. |