From 8d1a1120bf7347a216fbcfebd23a5336d00483e9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Jul 2020 10:57:55 +0200 Subject: [PATCH] [skip ci] add upgrade note Closes GH-5798 --- UPGRADING.INTERNALS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index f9f0d660c0..efa8fdd754 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -153,6 +153,10 @@ PHP 8.0 INTERNALS UPGRADE NOTES with extremely constrained memory, and compilation fails with an "out of memory" message, add "-O0" to CFLAGS. + 5. build system and provider are displayed in phpinfo from enviroment: + - PHP_BUILD_SYSTEM (default is same as PHP_UNAME) + - PHP_BUILD_PROVIDER (no default) + b. Unix build system changes 1. --enable-maintainer-zts is renamed --enable-zts for parity with Windows -- 2.50.1