I am trying to build PHP 8.5 (also fails on 8.4) but get an error with libde265 in my GitHub action workflow.
intl,pdo_sqlite,sqlite3,curl,openssl,tokenizer,bcmath,bz2,calendar,dba,ftp,iconv,mysqli,mbstring,mbregex,xml,simplexml,ctype,dom,pdo,filter,session,zlib,fileinfo,pdo_mysql,posix,sockets,shmop,sodium,sysvmsg,sysvsem,sysvshm,gd,zip,gmp,redis,xmlwriter,phar,exif,xmlreader,readline,pcntl,soap,imagick,ffi,password-argon2,pgsql,pdo_pgsql,imap,ldap,xsl,igbinary,zstd,gettext,mongodb,sqlsrv,pdo_sqlsrv,opcache
Reproduced with the latest nightly and stable build of static-php-cli.
But I'm not sure if this is really the right way to prevent this from happening.
Hey!
I am trying to build PHP 8.5 (also fails on 8.4) but get an error with libde265 in my GitHub action workflow.
Operating System: macOS 14.8.5 (also fails on 15.x)
GitHub Image:
macos-14-arm64GitHub Image Version:
20260413.0223.1Extension list:
Error from log: https://gist.github.com/mpociot/aacdaaa81cd6e73760007527a09aafff
Reproduced with the latest nightly and stable build of static-php-cli.
I was able to fix this (with the help of AI) by modifying
macos/library/libde265.phpand add:But I'm not sure if this is really the right way to prevent this from happening.