Skip to content

Commit cb0be72

Browse files
authored
[php] Leaf Adapterman add JIT (#10016)
1 parent 08de5e8 commit cb0be72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/PHP/leaf/leaf-workerman.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apt-get install -y libevent-dev php8.4-dev > /dev/null \
1515
&& pecl install event-3.1.4 > /dev/null \
1616
&& echo "extension=event.so" > /etc/php/8.4/cli/conf.d/event.ini
1717

18-
COPY --link deploy/conf/cli-php.ini /etc/php/8.4/cli/php.ini
18+
COPY --link deploy/conf/cli-php.ini /etc/php/8.4/cli/conf.d/20-adapterman.ini
1919

2020
WORKDIR /leaf
2121
COPY --link . .

0 commit comments

Comments
 (0)