File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -138,11 +138,18 @@ PHP 8.0 INTERNALS UPGRADE NOTES
138
138
========================
139
139
140
140
a. Abstract
141
- - Symbol HAVE_HASH_EXT is removed and is no longer defined. It should be
142
- considered to have hash extension always available since PHP 7.4.
143
- - Symbol HAVE_PCRE is removed and is no longer defined. It should be
144
- considered to have pcre extension always available since PHP 7.4.
145
- - Symbol HAVE_LOCALE_H has been removed and is no longer defined.
141
+ 1. Symbol HAVE_HASH_EXT is removed and is no longer defined. It should be
142
+ considered to have hash extension always available since PHP 7.4.
143
+
144
+ 2. Symbol HAVE_PCRE is removed and is no longer defined. It should be
145
+ considered to have pcre extension always available since PHP 7.4.
146
+
147
+ 3. Symbol HAVE_LOCALE_H has been removed and is no longer defined.
148
+
149
+ 4. --disable-inline-optimization (which actually disabled all compiler
150
+ optimizations) has been removed. If you wish to build PHP on a host
151
+ with extremely constrained memory, and compilation fails with an "out
152
+ of memory" message, add "-O0" to CFLAGS.
146
153
147
154
b. Unix build system changes
148
155
You can’t perform that action at this time.
0 commit comments