عرض مشاركة مفردة
 
  #1  
قديم 11-09-2009, 03:35 AM
bahrain bahrain غير متصل
عضو
 
تاريخ التسجيل: Apr 2006
مشاركة: 8
مستوى تقييم العضوية: 0
bahrain is on a distinguished road
الافتراضي مشكلة في السيرفر Zend Optimizer not installed

السلام عليكم

اخواني لذي مشكلة في Zend
الــZend Optimizer مركب على السيرفر ولكن لا يقوم بقراة الملفات المشفرة

تقرير السيرفر
إقتباس:

root@server [/home]# php -v

PHP 5.2.10 (cli) (built: Sep 9 2009 23:38:24)

Copyright (c) 1997-2009 The PHP Group

Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies

with eAccelerator v0.9.5.3, Copyright (c) 2004-2006 eAccelerator, by eAccelerator

with the ionCube PHP Loader v3.1.34, Copyright (c) 2002-2009, by ionCube Ltd., and

with Zend Extension Manager v1.2.2, Copyright (c) 2003-2007, by Zend Technologies

with Suhosin v0.9.27, Copyright (c) 2007, by SektionEins GmbH

with Zend Optimizer v3.3.3, Copyright (c) 1998-2007, by Zend Technologies


قتباس من المشكلة

إقتباس:

Zend Optimizer not installed
This file was encoded by the Zend Guard. In order to run it, please install the Zend Optimizer (available without charge), version 3.0.0 or later.

Seeing this message instead of the website you expected?
This means that this webserver is not configured correctly. In order to view this website properly, please contact the website's system administrator/webmaster with the following message:

The component "Zend Optimizer" is not installed on the Web Server and therefore cannot service encoded files. Please download and install the Zend Optimizer (available without charge) on the Web Server.

Note: Zend Technologies cannot resolve issues related to this message appearing on websites not belonging to Zend Technologies.
What is the Zend Optimizer?
The Zend Optimizer is one of the most popular PHP plugins for performance-improvement, and has been available without charge, since the early days of PHP 4. It improves performance by scanning PHP's intermediate code and passing it through multiple Optimization Passes to replace inefficient code patterns with more efficient code blocks. The replaced code blocks perform exactly the same operations as the original code, only faster.

In addition to improving performance, the Zend Optimizer also enables PHP to transparently load files encoded by the Zend Guard.

The Zend Optimizer is a free product available for download from Zend Technologies. Zend Technologies also developed the PHP scripting engine, known as the Zend Engine.