Ver Mensaje Individual
  #5 (permalink)  
Antiguo 20/09/2011, 07:41
Avatar de ghidalgoram
ghidalgoram
 
Fecha de Ingreso: marzo-2008
Ubicación: Costa Rica
Mensajes: 446
Antigüedad: 16 años, 1 mes
Puntos: 7
Sonrisa Respuesta: Problema: Zend Optimizer not installed

Hola Triby.

Te comento que la descarga del "Zend Guard Loader" la realicé desde el siguiente link http://www.zend.com/en/products/guard/runtime-decoders Es requerido tener una cuenta de usuario y loguearse en el sitio web de Zend.

Estaba leyendo un archivo "Readme.txt" y estas son las instrucciones que vienen. Trataré de seguirlas paso a paso, esperando que todo salga muy bien.


Cita:
Zend Guard Loader installation instructions
-------------------------------------------

1. Extract the Zend Loader package.

2. Locate and extract the ZendGuardLoader.so (Linux) or ZendLoader.dll (Windows) that corresponds to your php version.

3. Add the following line to your php.ini file for loading the ZendGuardLoader:
Linux and Mac OS X: zend_extension=<full_path_to_ZendGuardLoader.so>
Windows non-thread safe: zend_extension=<full_path_to_ZendLoader.dll>

4. Add an aditional line to your php.ini for enabling ZendGuardLoader
; Enables loading encoded scripts. The default value is On
zend_loader.enable=1

5. Optional: following lines can be added your php.ini file for ZendGuardLoader configuration:

; Disable license checks (for performance reasons)
zend_loader.disable_licensing=0
; The Obfuscation level supported by Zend Guard Loader. The levels are detailed in the official Zend Guard Documentation. 0 - no obfuscation is enabled
zend_loader.obfuscation_level_support=3
; Path to where licensed Zend products should look for the product license. For more information on how to create a license file, see the Zend Guard User Guide
zend_loader.license_path=

6. If you use Zend debugger as well, please make sure to load it after the Zend guard Loader

7. If you use ioncube loader, please make sure to load it before Zend guard Loader

8. Restart your Web server.
El Wampserver que instalé tiene:

Cita:
WampServer 2.1a [24/12/10]
Includes :
- Apache 2.2.17
- Php 5.3.3
- Mysql 5.1.53 (version 64 bits)
- Mysql 5.5.8 (version 32 bits)
- PhpMyadmin 3.2.0.1
- SQLBuddy 1.3.2

(a la fecha 20/09/2011)


Saludos Triby y amigos. Les comentaré como me fué.
Gracias.
__________________
Loading...