File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,4 +26,4 @@ RUN set -xe \
26
26
&& make install \
27
27
&& make test \
28
28
&& rm -rf /tmp/simdjson \
29
- && echo "extension=simdjson .so" > /usr/local/etc/php/conf.d/simdjson .ini
29
+ && echo "extension=simdjson_plus .so" > /usr/local/etc/php/conf.d/simdjson_plus .ini
Original file line number Diff line number Diff line change @@ -24,4 +24,4 @@ RUN set -xe \
24
24
&& make install \
25
25
&& make test \
26
26
&& rm -rf /tmp/simdjson \
27
- && echo "extension=simdjson .so" > /usr/local/etc/php/conf.d/simdjson .ini
27
+ && echo "extension=simdjson_plus .so" > /usr/local/etc/php/conf.d/simdjson_plus .ini
Original file line number Diff line number Diff line change @@ -24,4 +24,4 @@ RUN set -xe \
24
24
&& make install \
25
25
&& make test \
26
26
&& rm -rf /tmp/simdjson \
27
- && echo "extension=simdjson .so" > /usr/local/etc/php/conf.d/simdjson .ini
27
+ && echo "extension=simdjson_plus .so" > /usr/local/etc/php/conf.d/simdjson_plus .ini
Original file line number Diff line number Diff line change @@ -24,4 +24,4 @@ RUN set -xe \
24
24
&& make install \
25
25
&& make test \
26
26
&& rm -rf /tmp/simdjson \
27
- && echo "extension=simdjson .so" > /usr/local/etc/php/conf.d/simdjson .ini
27
+ && echo "extension=simdjson_plus .so" > /usr/local/etc/php/conf.d/simdjson_plus .ini
You can’t perform that action at this time.
0 commit comments