khanhpham
Joined: 05 Aug 2010 Posts: 1
|
Posted: Thu Aug 05, 2010 11:47 am Post subject: Ioncube and Zend Server CE (PHP 5.2) on Windows 2008 x64 |
|
|
Hello,
I have trouble running my php web application on the following setup:
Windows 2008 R2 x64
Zend Server CE (PHP 5.2) 5.0.2 (including Apache)
Ioncube loader Windows VC6 (Non-TS) (x86)
Encoded PHP files using Ioncube encoder5 basic 6.0 (linux)
I seems like the ioncube loader only can decode some files correctly. When it goes wrong on a web page the server output is:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>200 OK</title>
</head><body>
<h1>OK</h1>
<p>The server encountered an internal error or
misconfiguration and was unable to complete
your request.</p>
<p>Please contact the server administrator,
admin@example.com and inform them of the time the error occurred,
and anything you might have done that may have
caused the error.</p>
<p>More information about this error may be available
in the server error log.</p>
</body></html>
On commandline PHP chrashes when running some encoded files.
php says ioncube is installed corretly
>php -v
PHP 5.2.13 (cli) (built: Apr 1 2010 17:12:02)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
with the ionCube PHP Loader v3.3.18, Copyright (c) 2002-2010, by ionCube Ltd
., and with Zend Extension Manager v5.1, Copyright (c) 2003-2010, by Zend Technolog
ies - with Zend Data Cache v4.0, Copyright (c) 2004-2010, by Zend Technologies [
loaded] [licensed] [disabled] - with Zend Utils v1.0, Copyright (c) 2004-2010, by Zend Technologies [loade
d] [licensed] [enabled]
When I load the loader-wizard.php is says that ioncube is installed:
ionCube Loader Wizard
The ionCube Loader 3.3.18 is already installed and encoded files should run without problems.
Please contact the script provider if you do experience any problems running encoded files.
For security reasons we advise that you remove this Wizard script from your server now that the ionCube Loader is installed.
I tried to turn off Zend Server Components with the result is the same:
Zend Data Cache Off
Zend Debugger Off
Zend Guard Loader Not installed
Zend Java Bridge Not installed
Zend Optimizer+ Off
Does anybody know how to fix this? |
|