Search Criteria
Package Details: php-ioncube_loader 12.0.5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/php-ioncube_loader.git (read-only, click to copy) |
---|---|
Package Base: | php-ioncube_loader |
Description: | Loader for PHP files encoded with ionCube PHP Encoder |
Upstream URL: | http://www.ioncube.com/ |
Keywords: | encryption ioncube objuscation php |
Licenses: | custom |
Submitter: | mtorromeo |
Maintainer: | abrenner |
Last Packager: | abrenner |
Votes: | 8 |
Popularity: | 0.000001 |
First Submitted: | 2011-03-16 14:52 (UTC) |
Last Updated: | 2022-12-27 19:18 (UTC) |
Latest Comments
1 2 3 Next › Last »
yurikoles commented on 2022-12-19 11:59 (UTC)
Disowning because upstream updates binary at same URL in-place and I can't find a versioned URL.
df8oe commented on 2020-11-30 06:17 (UTC)
I corrected checksums, so it builds. But it does not run here. It throws the following error message: "Cannot load the ionCube PHP Loader - it was built with configuration API320180731,NTS, whereas running engine is API320190902,NTS"
basemax commented on 2020-11-21 01:34 (UTC) (edited on 2020-11-21 01:35 (UTC) by basemax)
ERROR: One or more files did not pass the validity check!
shyamin commented on 2020-09-13 05:45 (UTC)
seems like the checksum is broken.
teafix commented on 2020-05-23 15:37 (UTC)
bobarch64, this was looking so good until the final touch: [code]conf.d]# php -v PHP Fatal error: [ionCube Loader] The Loader must appear as the first entry in the php.ini file in Unknown on line 0 [/code]
bobarch64 commented on 2020-04-24 06:02 (UTC) (edited on 2020-04-24 06:05 (UTC) by bobarch64)
download loaders here: http://www.ioncube.com/loaders.php
PHP7.4: https://www.ioncube.com/php-7.4.0-beta-loaders/ioncube_loaders_lin_x86-64_7.4_BETA2.tar.gz
php -i | grep extension_dir
extension_dir => /usr/lib/php/modules/ => /usr/lib/php/modules/
download file to /usr/lib/php/modules
# cp ioncube_loaders_lin_x86-64_7.4_BETA2/ioncube_loader_lin_7.4_10.4.0_beta2.so /usr/lib/php/modules/
/etc/php/conf.d # cat 00-ioncube_loader.ini
add to 00-ioncube_loader.ini
zend_extension = /usr/lib/php/modules/ioncube_loader_lin_7.4_10.4.0_beta2.so
/etc/php/conf.d # php -v
PHP 7.4.3 (cli) (built: Feb 18 2020 15:35:13) ( NTS ) Copyright (c) The PHP Group Zend Engine v3.4.0, Copyright (c) Zend Technologies with the ionCube PHP Loader v10.4.0 (beta2), Copyright (c) 2002-2020, by ionCube Ltd.
teafix commented on 2020-04-23 16:34 (UTC)
"so just mark it out of date next time" How? I can't find anything to tell me. It is flagged out of date above. But that isn't helping. Do I try to repackage it? I can't find the specific sha256sums (2) for this loader on the ionCube site. Any help, please? ==> Validating source_x86_64 files with sha256sums... ioncube_loader-x86_64-10.3.9.tar.gz ... FAILED ==> ERROR: One or more files did not pass the validity check!
anonfunc commented on 2018-12-22 10:34 (UTC)
@Speranskiy It's not that the current one is 'incorrect', it's just not the same file anymore. Since ioncube's loader files don't have versions in their filenames the checksum are bound to be incorrect once they update their files, so just mark it out of date next time.
Speranskiy commented on 2018-12-22 05:39 (UTC)
sha256sum is incorrect. Correct one:
6db2468cff898b5fbe9af4810f45c1ee6d382c563518419d47090b18e3fa7640
1 2 3 Next › Last »