Custom Query (267 matches)

Filters
 
Columns

Show under each result:


Results (37 - 39 of 267)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Ticket Resolution Summary Owner Reporter
#65 fixed Cannot redeclare class moo coredump

Reported by coredump, 6 years ago.

description

I'm getting the following error message in the Apache error log while running vBulletin 3.6.4.

PHP Fatal error:  Cannot redeclare class vb_datamanager_user
 in /home/path-removed/includes/class_dm_user.php on line 31, referer: http://domain-removed/showthread.php?t=13755

A snippet from class_dm_user.php looks like:

if (!class_exists('vB_DataManager'))
{
        exit;
}

define('SALT_LENGTH', 3);

class vB_DataManager_User extends vB_DataManager # <- line #31
{

#200 invalid Compatability issue with ZendOptimizer moo ShyaM

Reported by ShyaM, 5 years ago.

description

Hi,

When we install xcache in a server which already includes ZendOpt?. & Ioncube it produces the following error, ================ PHP Fatal error: [Zend Optimizer] Zend Optimizer 3.3.3 is incompatible with XCache 1.2.2 in Unknown on line 0 ================

On further checking, it seems that xcache works either with ZendOpt? or Ioncube , but not with both. Also the above error produced when I installed ioncube. So there is still compatibility issue with xcache + zendopt + ioncube

#115 wontfix Compile Error PHP 5.2.3 XCache 1.0.3 on debian gnu linux moo axel

Reported by axel, 6 years ago.

description

Hi,

today i tried to compile xcache 1.0.3 under debian sarge ( i686 ) with php 5.2.3.

Php 5.2.3 is self compield and patched with suhosin patch.

-- php configure -- export CFLAGS="-march=pentium4 -mcpu=pentium4 -O3 -pipe -fomit-frame-pointer -fstrength-reduce -ffast-math -msse3 -mfpmath=sse"

./configure \ --prefix=/usr/local/php-suhosin-5.2.3 \ --with-config-file-path=/usr/local/php-suhosin-5.2.3/etc \ --disable-pear \ --with-apxs2=/usr/bin/apxs2 \ --with-mysqli \ --with-gettext \ --with-zlib \ --with-mhash \ --with-openssl \ --with-bz2 \ --enable-bcmath \ --with-curl \ --enable-calendar \ --enable-exif \ --enable-ftp \ --enable-mbstring \ --with-mime_magic \ --enable-pcntl \ --enable-shmop \ --enable-soap \ --enable-sockets \ --with-sysvmsg \ --enable-sysvmsg \ --enable-sysvshm \ --enable-wddx \ --with-xmlrpc \ --with-xsl \ --with-gd=/usr \ --enable-gd-native-ttf \ --with-jpeg-dir=/usr/lib \ --with-xpm-dir=/usr/X11R6 \ --with-png-dir=/usr/lib \ --with-freetype-dir=/usr/lib \ --with-ttf=/usr/lib \ --with-t1lib=/usr/lib \ --with-zend-vm=GOTO \ --enable-suhosin \ -- end php configure --

--xcache configure -- export CFLAGS="-march=pentium4 -mcpu=pentium4 -O3 -pipe -fomit-frame-pointer -fstrength-reduce -ffast-math -msse3 -mfpmath=sse"

./configure \ --enable-xcache \ --end xcache configure --

Maybe the suhosin patch is guilty ?!?

I attached the make output.

best regards, axel

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Note: See TracQuery for help on using queries.