diff options
author | Peter Kokot <peterkokot@gmail.com> | 2018-07-29 13:37:48 +0200 |
---|---|---|
committer | Peter Kokot <peterkokot@gmail.com> | 2018-07-29 13:37:48 +0200 |
commit | d7ad4babe0f3d1d050b7acbdb2b43794653de47f (patch) | |
tree | eb89ca5b736991f1f4875acc6ee54544ddcd59ba | |
parent | 03b717d4ccbe45fad729a6f0e501ffde2bed4b08 (diff) | |
download | php-git-d7ad4babe0f3d1d050b7acbdb2b43794653de47f.tar.gz |
[ci skip] Note removal of PHP_PROG_LEX
-rw-r--r-- | UPGRADING.INTERNALS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index b6cf5a2b75..fc7c6759e5 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -171,6 +171,7 @@ PHP 7.3 INTERNALS UPGRADE NOTES ======================== a. Unix build system changes + - PHP_PROG_LEX macro has been removed. b. Windows build system changes - ZEND_WIN32_FORCE_INLINE doesn't affect C++ anymore. zend_always_inline is |