Skip to content

Error messages from PEAR and PECL when installing extensions on 8.4.1 alpine based images #1553

Closed
@vasily-kartashov

Description

@vasily-kartashov

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions