arshidkv12 / phpBolt

Best php encoder - free | Encrypt php source code
https://phpbolt.com
225 stars 49 forks source link

bolt.so for php 7.4 with ZTS enabled ? #26

Open dva-re opened 1 year ago

dva-re commented 1 year ago

php compiled with

'./configure' '--prefix=/etc/php7' '--with-bz2' '--with-zlib' '--with-zip' '--disable-cgi' '--enable-soap' '--enable-intl' '--with-openssl' '--with-readline' '--with-curl' '--enable-ftp' '--enable-mysqlnd' '--with-mysqli=mysqlnd' '--with-pdo-mysql=mysqlnd' '--enable-sockets' '--enable-pcntl' '--with-pspell' '--with-enchant' '--with-gettext' '--enable-gd' '--enable-exif' '--with-jpeg' '--with-freetype' '--with-xsl' '--enable-bcmath' '--enable-mbstring' '--enable-calendar' '--enable-simplexml' '--enable-json' '--enable-session' '--enable-xml' '--enable-opcache' '--with-config-file-path=/etc/php7/cli' '--with-config-file-scan-dir=/etc/php7/etc' '--enable-cli' '--enable-maintainer-zts' '--with-tsrm-pthreads' '--enable-fpm' '--with-apxs2=/usr/bin/apxs' '--with-fpm-user=www-data' '--with-fpm-group=www-data'

--

error:

PHP Startup: Unable to load dynamic library 'bolt.so' (tried: /etc/php7/lib/php/extensions/no-debug-zts-20190902/bolt.so (/etc/php7/lib/php/extensions/no-debug-zts-20190902/bolt.so: undefined symbol: compiler_globals), /etc/php7/lib/php/extensions/no-debug-zts-20190902/bolt.so.so (/etc/php7/lib/php/extensions/no-debug-zts-20190902/bolt.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0

@arshidkv12 Please, can you compile .so also for this environment (ts) ?