History log of /PHP-8.2/ext/tokenizer/tokenizer_data_gen.php (Results 1 – 7 of 7)
Revision Date Author Comments
# 59d257d1 01-Aug-2022 Máté Kocsis

Declare ext/tokenizer constants in stubs (#9148)


# 3f7ec69b 12-Jun-2022 Ilija Tovilo

Collapse more generated files in PRs (#8754)

* The generated VM files
* tokenizer_data.c


# 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 ...


# 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.


# 9bbeb055 05-Jan-2021 Ilija Tovilo

Add tokenizer_data_gen to build process

Closes GH-6723.