Custom Query (267 matches)
Results (10 - 12 of 267)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #294 | fixed | Xcache 3.0.x with Ioncube Loader | moo | jeffrey.ness |
| Description |
Greetings, I work on the IUS Community Project, we create replacement packages for Enterprise Linux servers. We have built Xcache as a module for our custom php53, php53u and php54 for awhile now, and just recently a bug has been reported with Xcache 3.0 along side Ioncube Loader: -- Previously ioncube-loader and xcache (2.x) were able to be installed side by side: # php -v
PHP 5.3.18 (cli) (built: Oct 18 2012 17:14:24)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies
with the ionCube PHP Loader v4.2.2, Copyright (c) 2002-2012, by ionCube Ltd., and
with XCache v2.0.1, Copyright (c) 2005-2012, by mOo
with Xdebug v2.2.1, Copyright (c) 2002-2012, by Derick Rethans
with Suhosin v0.9.33, Copyright (c) 2007-2012, by SektionEins GmbH
However, Xcache 3.0 no longer being a zend_extension has caused some issues. # rpm -q php53u-xcache php53u-xcache-3.0.0-1.ius.el5 # 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 Though if we remove ioncube-loader everything works just fine: # rpm -e php53u-ioncube-loader
# php -v
PHP 5.3.18 (cli) (built: Oct 18 2012 17:14:24)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies
with XCache v3.0.0, Copyright (c) 2005-2012, by mOo
with Xdebug v2.2.1, Copyright (c) 2002-2012, by Derick Rethans
with Suhosin v0.9.33, Copyright (c) 2007-2012, by SektionEins GmbH
with XCache Optimizer v3.0.0, Copyright (c) 2005-2012, by mOo
with XCache Cacher v3.0.0, Copyright (c) 2005-2012, by mOo
with XCache Coverager v3.0.0, Copyright (c) 2005-2012, by mOo
And just to clarify ioncube-loader works just fine without Xcache 3.0: # rpm -e php53u-xcache
# php -v
PHP 5.3.18 (cli) (built: Oct 18 2012 17:14:24)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies
with the ionCube PHP Loader v4.2.2, Copyright (c) 2002-2012, by ionCube Ltd., and
with Xdebug v2.2.1, Copyright (c) 2002-2012, by Derick Rethans
with Suhosin v0.9.33, Copyright (c) 2007-2012, by SektionEins GmbH
Am I missing something, or are the two no longer compatible? Thanks for your time Jeffrey- |
|||
| #293 | fixed | Ioncube problem (XCache 3.0.1) | moo | dbaio |
| Description |
Hello guys. I am new here and I want to help. In this server, php was build with suhosin patch, and I have some ioncube files. When I enable XCACHE extension I got this error every time. PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 721366608 bytes) in /var/www/XXX/www/editsite/url_router.php on line 0, referer: http://XXX:8088/ Could I do something to help find this problem? I am using xcache-trunk (1168) - 3.0.1. [root@srv-web01 conf]# uname -a
Linux srv-web01.XXX.com.br 2.6.32-279.5.2.el6.x86_64 #1 SMP Fri Aug 24 01:07:11 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
[root@srv-web01 conf]# gcc -v
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.4.6 20120305 (Red Hat 4.4.6-4) (GCC)
[root@srv-web01 conf]# /opt/srv/php-5.3.18-20121106/bin/php -v
PHP 5.3.18 with Suhosin-Patch (cli) (built: Nov 6 2012 17:18:32)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies
with XCache v3.0.1-dev, Copyright (c) 2005-2012, by mOo
with the ionCube PHP Loader v4.2.2, Copyright (c) 2002-2012, by ionCube Ltd.
with Zend Guard Loader v3.3, Copyright (c) 1998-2010, by Zend Technologies
with Suhosin v0.9.33, Copyright (c) 2007-2012, by SektionEins GmbH
with XCache Cacher v3.0.1-dev, Copyright (c) 2005-2012, by mOo
MOD_PHP with Apache 2.2.23
[root@srv-web01 conf]# /opt/srv/php-5.3.18-20121106/bin/php -m
[PHP Modules]
bcmath
bz2
calendar
Core
ctype
curl
date
dba
dom
ereg
exif
fileinfo
filter
ftp
gd
gettext
gmp
hash
iconv
imap
ionCube Loader
json
ldap
libxml
mbstring
mcrypt
mhash
mysql
mysqli
openssl
pcntl
pcre
pdf
PDO
pdo_mysql
pdo_sqlite
pgsql
Phar
posix
Reflection
session
shmop
SimpleXML
snmp
soap
sockets
SPL
SQLite
sqlite3
standard
suhosin
tokenizer
wddx
XCache
XCache Cacher
xml
xmlreader
xmlwriter
xsl
Zend Guard Loader
zip
zlib
[Zend Modules]
XCache
XCache Cacher
Zend Guard Loader
the ionCube PHP Loader
|
|||
| #292 | invalid | Admin Folder Missing In Source Package | moo | bamastangguy |
| Description |
Unless I am blind, there is no admin folder in the 3.0.0 or SVN packages. |
|||

