Closed
Description
Here's the culprit, that used to work just fine in PHP 8.3 alpine images:
RUN pecl install --nobuild memcached && \
cd "$( pecl config-get temp_dir )/memcached" && \
phpize && \
./configure --enable-memcached-igbinary && \
MAKEFLAGS="-j$( nproc )" make && \
make install
which under 8.4.1 alpine throws countless:
#15 5.254
#15 5.254 Deprecated: Constant E_STRICT is deprecated in /usr/local/lib/php/pearcmd.php on line 441
and then:
4.821 /tmp/pear/temp/memcached: Filename too long
The folder /tmp/pear/temp/memcached
is empty.
Metadata
Metadata
Assignees
Labels
No labels