zend guard release notes v6 0

Upload: marcos-vinicius-guarda

Post on 04-Jun-2018

218 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/13/2019 Zend Guard Release Notes v6 0

    1/3

    Zend Guard 6.0 Release Notes=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

    Zend is pleased to announce the release of Zend Guard 6.0!You can download this release from:http://www.zend.com/en/products/guard/downloads

    ==================Table of Contents:==================

    1. Changes in Zend Guard2. Known Bugs3. Installation Instructions4. System Requirements

    =====================================================1. Changes in Zend Guard===================================================== 1.1 Changes in Zend Guard from version 5.5 to 6.0=====================================================

    * Full support for PHP 5.4* Dropped Support for PHP 5.2 ( Guard 5.5 should be used )

    ================================2. Known issues and Limitations================================

    General:--------* Encoding/obfuscation for PHP 5.4 is not compatible with PHP 5.3 andearlier releases, and vice versa. That is, a file encoded to run on PHP 5.3will not be loaded on PHP 5.4 and vice versa.Workaround: Encode your application separately to run on PHP 5.3 and PHP 5.4.

    Encoding:---------* Relative names do not work with --ignore and -exclude-file* Using inexact file names (different cases, / instead of \, or not full paths) does not work with --ignore and --exclude-file (Windows only)* "Work only with encoded files" option does not work if it is not applied for all files* Extending stdClass gives a blank output when a file is encoded

    Obfuscation:------------

    * Using mbstring.func_overload with obfuscation requires exporting functions that are overloaded.

    Class Obfuscation:------------------* Implementing PHP interfaces (such as Iterator) requires exporting interface methods* Autoloading does not work for obfuscated classes (due to different class names)* Obfuscating class and function names can break any code that accesses a functi

  • 8/13/2019 Zend Guard Release Notes v6 0

    2/3

    on by string, such as calling a variable function like $func(), or calling a PHP internal function to access a class/function as a variable, such ascall_user_func($func), etc.

    * --export-php may not automatically export some SPL iterator classes

    ============================3. Installation Instructions============================

    Windows-------Double-click on the self-extracting archive, and follow the instructions in theautomated installation wizard.

    Linux-----Extract the downloaded tar.gz file: tar xzvf filename.tar.gzAs soon as the extraction is done, run the extracted binary: ./ZendGuard.binand follow the instructions in the installation wizard.

    Mac---Extract the downloaded .dmg file by double clicking on it.

    Double click on the archive directory in order to start theZend guard installation wizard and follow the instructionsin the installation wizard.

    * Stanalone Guard Loader - download from www.zend.com and follow readme inside the package

    * Guard Loader for Zend Server 6.0.1 - can be downloaded from www.zend.com - Windows : Run the ZendGuardLoader_for_PHP54.exe setup to add loader to yourPHP54 Zend Server- Linux : install php-5.4-loader-zend-server

    - vim /usr/local/zend/etc/conf.d/loader.ini

    - uncomment the line: zend_extension_manager.dir.loader=/usr/local/zend/lib/loader

    - Mac : Download ZendGuardLoader-70429-PHP-5.4-darwin10.7-x86_64.zip , unzip and follow readme instructions--> Known issue for all above - Zend Guard loader will not be displayed in ZendServer UI

    ======================4. System Requirements======================

    - Supported operating systems:

    - Linux x86 - Linux x86-64 ( only with 32 bit libraries ) - Windows x86 XP / 7 / 2008 - Mac OS X 10.8

    - PHP Compatibility - Supported PHP versions are 5.3 and above

    Support and Feedback:---------------------* Support for Zend Guard 6.0 and evaluation support is provided via

  • 8/13/2019 Zend Guard Release Notes v6 0

    3/3

    the Zend forums at http://forums.zend.com

    Thank you for using Zend Guard-------------------------------Zend Technologies, Inc.www.zend.com

    Copyright 2013 Zend Technologies, Inc. All Rights Reserved