Zend Optimizer not reading encoded files

endin

New member
Joined
Jul 18, 2009
Messages
4
I choosed zend optimizer on install DA for run any page encoded by zend.
after up DA not reading encoded files.

then i tray
cd /usr/local/directadmin/custombuild
./build update
./build zend

But after this again not eading encoded files.

Please help me.
 
whats the output of php -v from ssh?

Code:
PHP 5.2.10 (cli) (built: Jul 28 2009 10:28:53)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
    with Zend Extension Manager v1.2.2, Copyright (c) 2003-2007, by Zend Technologies
    with Zend Optimizer v3.3.3, Copyright (c) 1998-2007, by Zend Technologies

Blank page for encoded file:confused:
 
Are you sure the encoded file is using Zend and not Ioncube?
 
Are you sure the encoded file is using Zend and not Ioncube?

It's zended:confused:

Code:
# tail /var/log/httpd/error_log
[Wed Jul 29 23:34:43 2009] [notice] child pid 17568 exit signal Segmentation fault (11)
[Wed Jul 29 23:38:24 2009] [notice] child pid 19987 exit signal Segmentation fault (11)
[Wed Jul 29 23:38:25 2009] [notice] child pid 22238 exit signal Segmentation fault (11)
[Wed Jul 29 23:41:47 2009] [notice] child pid 23744 exit signal Segmentation fault (11)
[Wed Jul 29 23:41:47 2009] [notice] child pid 24513 exit signal Segmentation fault (11)
[Wed Jul 29 23:41:49 2009] [notice] child pid 26070 exit signal Segmentation fault (11)
[Wed Jul 29 23:41:53 2009] [notice] child pid 26074 exit signal Segmentation fault (11)
[Wed Jul 29 23:41:54 2009] [notice] child pid 27696 exit signal Segmentation fault (11)
[Wed Jul 29 23:42:00 2009] [notice] child pid 22258 exit signal Segmentation fault (11)
[Wed Jul 29 23:43:54 2009] [notice] child pid 32067 exit signal Segmentation fault (11)
 
Upload files in binary mode.
That should do the trick.

Hi,

problems is, it was worked fine just few day ago, after I upgrade apache, mysql to lastest version and rebuild php with custombuild I found that it not worked from there:confused:
 
I'm having this exact same issue. If I downgrade to php 5.2.9, no problem. If I upgrade to php 5.2.10, zend does not work properly. Rebuilding Zend does not resolve the issue.

I did notice there is a new version of Zend optimizer out, 3.3.4, custombuild uses 3.3.3, so maybe I can download it and trick custombuild into installing it.

Once I figure out how to do so I will post again.
 
Due to a non-backward compatible change in PHP between PHP 5.2.9 and 5.2.10 Zend Optimizer (the runtime side of Zend Guard) does not work under 5.2.10. Zend is aggressively working to make a new version of Optimizer available to fix this problem and we hope these will be available within the next couple of weeks. If you have updated to PHP 5.2.10 we request that you revert to PHP 5.2.9 for now until we can release these patches.

Kent Mitchell
Director, Product Management

Found that on a Zend forum.

Then, On August 13th they released this:

New Zend optimizer packages have been released for FreeBSD (32 bit), Linux and Mac that support php 5.2.10. We expect a Windows package shortly.
 
Back
Top