Ticket #297 (new defect)

Opened 5 months ago

fails to compile echos $variables

Reported by: marcomoscardini Assigned to: somebody
Priority: major Milestone: 0.9.6
Component: eAccelerator Version: 0.9.5
Keywords: echo Cc:

Description

It works to compile files as long as there is no "echo"

I use php-eaccelerator-0.9.5.2-1.fc7.i386.rpm (the one in the distro)

tried to rebuild it, just in case I had some strange binary floating around

PHP Api Version: 20041225 Zend Module Api No: 20060613 Zend Extension Api No: 220060519

compiled and rebuild fine reinstalled

but on the file source.php <?

$prova="444"; echo $prova;

?>

rm -f target.php.encoded; php /usr/share/doc/php-eaccelerator-0.9.5.2/encoder.php source.php -o target.php.encoded

if fails with: eAccelerator Encoder ERROR: Can't compile file "source.php"

what could be the cause? how can I debug? could it be related to db sessions? (far fetch... but I dare to ask)