scorninpc / php-gtk3

GTK3 extension for PHP
https://andor.com.br/
GNU Lesser General Public License v3.0
119 stars 13 forks source link

Add SSL 1.1 to appimage #124

Open scorninpc opened 4 months ago

scorninpc commented 4 months ago

Describe the bug SSL 1.1 is not part of distros

Small working code run any code or without a code

Expected behavior

/tmp/.mount_php-gtCr9Nki/usr/local/php-gtk3/bin/php: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

Version

d47081 commented 4 months ago

you can also take a look on gettext dependency for php as could be required for app localization

./configure --with-gettext

I'm also using --enable-shmop and --enable-pcntl for async operations, like sqlite recording, because desktop apps would lag on pending for all processes complete.