Building statically into php fails, on PHP 8.3.10 and pecl-ev 1.1.6RC1

Issue #51 resolved
Michał Szczęsny created an issue

Hi
OS: Ubuntu 24.04, pecl-ev: 1.1.6RC1, php 8.3.10
Build statically into php fails with:

checking whether to enable ev... yes
checking for ev debug support... no
checking whether Ev supports the current PHP version... ok
checking PHP version... configure: error: unknown
root@php-nts:/img# 

The configure command used:

./buildconf --clean --force
./configure --disable-session --disable-cgi --disable-phpdbg \
  --enable-embed=shared --disable-zts --disable-parallel --enable-fpm \
  --enable-sockets --enable-mysqlnd --with-mysqli --enable-mbstring --enable-pcntl \
  --enable-sysvsem --enable-sysvshm --enable-sysvmsg --enable-shmop --enable-apcu \
  --with-zlib --with-zip --with-xsl --with-ffi --enable-phar --enable-soap \
  --with-curl --with-openssl --with-sodium --with-readline \
  --with-ldap --with-sqlite3 --with-pdo_mysql --with-pdo_sqlite \
  --enable-igbinary --enable-ds --with-amqp --with-gearman --with-pam --with-ssh2 --enable-ev

I am not aware of any reasons not to build pecl-ev statically, pls tell if I am mistaken.
Thanks very much for your work.

Comments (4)

  1. Ruslan Osmanov repo owner

    I’ve uploaded a PECL release version 1.2.0 (stable).

    I hope that helps.

    Thank you.

  2. Log in to comment