]> granicus.if.org Git - php/commitdiff
[skip ci] add upgrade note
authorRemi Collet <remi@php.net>
Mon, 6 Jul 2020 08:57:55 +0000 (10:57 +0200)
committerRemi Collet <remi@php.net>
Mon, 6 Jul 2020 08:57:55 +0000 (10:57 +0200)
Closes GH-5798

UPGRADING.INTERNALS

index f9f0d660c036e53a8951a4bfa30cf2d4d93754b6..efa8fdd7542a79c029ca4d465f0849d3272e5234 100644 (file)
@@ -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