File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -137,16 +137,16 @@ target_sources(
137137 locale/locale_methods.cpp
138138 locale/locale.cpp
139139 locale/locale.stub.php
140- msgformat/msgformat_attr.c
141- msgformat/msgformat_class.c
142- msgformat/msgformat_data.c
143- msgformat/msgformat_format.c
140+ msgformat/msgformat_attr.cpp
141+ msgformat/msgformat_class.cpp
142+ msgformat/msgformat_data.cpp
143+ msgformat/msgformat_format.cpp
144144 msgformat/msgformat_helpers.cpp
145- msgformat/msgformat_parse.c
146- msgformat/msgformat.c
145+ msgformat/msgformat_parse.cpp
146+ msgformat/msgformat.cpp
147147 msgformat/msgformat.stub.php
148- normalizer/normalizer_class.c
149- normalizer/normalizer_normalize.c
148+ normalizer/normalizer_class.cpp
149+ normalizer/normalizer_normalize.cpp
150150 normalizer/normalizer.stub.php
151151 php_intl.c
152152 php_intl.stub.php
Original file line number Diff line number Diff line change @@ -330,8 +330,8 @@ _php_ext_opcache_check_shm_open(HAVE_SHM_MMAP_POSIX)
330330
331331if (NOT HAVE_SHM_IPC AND NOT HAVE_SHM_MMAP_ANON AND NOT HAVE_SHM_MMAP_POSIX)
332332 message (
333- FATAL_ERROR
333+ WARNING
334334 "No supported shared memory caching support was found when configuring "
335- "opcache extension."
335+ "opcache extension. Opcache will be disabled. "
336336 )
337337endif ()
You can’t perform that action at this time.
0 commit comments