Skip to content

Commit acda5e0

Browse files
committed
Document new configurue options
1 parent d047137 commit acda5e0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

UPGRADING.INTERNALS

+6
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,12 @@ PHP 7.3 INTERNALS UPGRADE NOTES
135135
compiler.
136136
- ZEND_WIN32_KEEP_INLINE was removed, it was only needed for C++
137137
convenience and is now default behavior with C++.
138+
- New configure option --enable-native-intrinsics accepts a list of the
139+
intrinsic optimizations to enable. It affects both the code generation
140+
and the explicit optimizations guarded by preprocessor macros.
141+
- The configure option --with-codegen-arch accepts only ia32 as a value.
142+
Use it, to produce builds suitable for older processors without SSE2 or
143+
even SSE support.
138144

139145
========================
140146
3. Module changes

0 commit comments

Comments
 (0)