Zend is pleased to announce the release of Zend Studio 10.0.1! You can download this release from: http://www.zend.com/en/products/studio/ This release provides updates, bug fixes and improvements: * More than 20 customer reports and improvements have been fixed. See the Fixed Bugs & Improvements below for details. * Integration with Zend Server 6 on IBM i introduced. * Latest ZF 1.12.3 and ZF 2.1.4 included. * Windows 8 is now a supported operating system. * Several external components like Symfony, Composer and DBeaver have been updated. * PHP Depend tool is now available via Welcome page. System Requirements: -------------------- * Supported Operating Systems: - Windows XP, Windows 7, Windows 8 (Internet Explorer 9 or higher required for Mobile GUI Editor) - Linux x86, Linux x86-64 (Webkit required) - OS X 10.7 Lion, OS X 10.8 Mountain Lion * 1.5GHz processor * 2GB RAMs * 700MB of hard disk space Updating from Zend Studio 9.0.x: -------------------------------- * This version is backward compatible with all 9.0.x versions. To update from version 9.0.x to 10.0.0, add two new update sites in Help -> Install New Software -> Available Update Sites: http://downloads.zend.com/studio-eclipse/updates/10_0 http://downloads.zend.com/studio-eclipse/updates-extra/10_0 and select Help -> Check for updates. Updating from Zend Studio 10.0.0 Beta: -------------------------------------- * Studio 10 Beta release was built on top of Eclipse 4.2 but for better performance we decided to use Eclipse 3.8 for the official release. This base platform version downgrade will NOT allow updates from Studio 10.0.0 Beta to the official release. Migrating to Zend Studio 10.0.0: -------------------------------- * Zend Studio 10 starts with a default workspace: /Zend/workspaces/DefaultWorkspace. If this workspace was used by previous version of Zend Studio it is recommended to create a new workspace and import all projects from older workspaces to the new one after first startup. Documentation: -------------- * Product documentation is available through the web GUI of the product, and on-line at http://files.zend.com/help/Zend-Studio-10/zend-studio.htm Known Issues: ------------- * Detecting local Zend Server ('Add New Target' -> 'Detect Local') doesn't work on Windows 8. Workaround: Add your local Zend Server via 'Add New Target' -> 'Zend Server' using API key. * Cloud Connected Mobile project on IBM i: Due to a limitation in the rewrite module of the IBM i Apache rewrite rules that enables 'clean URLs' will not work out of the box. For example, instead of using http://server.address/appname/getCustomers one would have to use http://server.address/appname/index.php/getCustomers. Workaround: Manually enable 'clean URLs' by adding a RewriteBase statement to the .htaccess file, right below RewriteEngine On: For example for the case above: RewriteEngine On RewriteBase /appname * Cloud Connected Mobile project works out-of-the box only when deployed to Apache server (.htaccess based configuration). Running Cloud Connected Mobile project on IIS Server requires URL Rewrite module with imported rules from .htaccess file. * Using Web Mobile emulator on Windows requires IE 'Access data sources across domains' option enabled: Internet Explorer -> Tools -> Internet Options -> Security tab -> Security level -> Custom level -> Miscellaneous -> Access data sources across domains -> Enable -> OK -> Apply * The default Apache 'Server API CGI/FastCGI' mode on Windows does not forward the 'Authorization' request header; this will cause the Zend Server Gateway Authentication step to fail. Workaround: Uncomment the following two lines in the public/.htaccess file of Cloud Connected Mobile project: RewriteCond %{HTTP:Authorization} ^(.*) RewriteRule .* - [e=HTTP_AUTHORIZATION:%1] * Using Android Development Toolkit (ADT) on Linux x86-64 requires installation of ia32-libs: sudo apt-get update sudo apt-get install ia32-libs * There is a bug in webkitgtk-1.0.0 version 1.10, which is shipped with Ubuntu 12.10 (https://bugs.eclipse.org/bugs/show_bug.cgi?id=392967). Workaround: Install webkitgtk-1.0.0 version 1.8.3: (64bit architecture) 1. Uninstall the broken version of libwebkitgtk-1.0-0 2. Download: http://packages.ubuntu.com/precise/all/libwebkitgtk-1.0-common/download http://packages.ubuntu.com/precise/amd64/libjavascriptcoregtk-1.0-0/download http://packages.ubuntu.com/precise/amd64/libwebkitgtk-1.0-0/download and install them in the exact order as the links above using dpkg -i .deb Same workaround applies to 32bit architecture, but you need to adjust the links above appropriately. * Several issues reported when installing Zend Toolbar on Linux Ubuntu and Fedora with Mozilla Firefox browser. As a workaround, download and install the browser extension from: http://www.zend.com/en/products/studio/downloads Fixed Bugs: ----------- * Deploying a package with a checkbox user parameter is not possible * In projects based on ZF2 user library creating elements doesn't work * Code Formatter - PSR-2 conventions need small fix * Wrong warning message for undefined class * Using ZF2 from vendor directory doesn't work * org.eclipse.wst.jsdt.debug.ui/plugin.xml has bad structure, which causes an error message in the log after "JavaScript Debugging" installation * Applying Content Assist in namespace adds incorrent use statement * No view helpers in Content Assist for ZF2 views * Content Assist for variable from ServiceLocator is broken * Catching multiple exceptions bug * 'Unused use statement' should not be displayed when annotation is used * Incorrect formatting of required parameters fields in Deployment Wizard * Cannot disable "break at first line" debugger setting * New query or URL parameter in 'Bind to API' wizard is added as Request body parameter * Incorrect 'use' statement added when getting something from the Service Manager * Zend Deployment Exception: Element '... php' This element is not expected * Namespace auto-completion bug * New PHP Class dialog - "Source Folder" and "Namespace" fields should not be linked * PHP Content Type label was missing * Selection in Outline disappears when typing * 404699 Function's parameter hint tooltip doesn't provide information about type * 404598 Type Hierarchy is missing from menu Window > Show View > * 401324 Ctrl+click on a static variable called with self:: resolves wrong * 397498 Indent using spaces always uses tab size * 398974 'Open Type Hierarchy action' occurs very frequently while editing PHP source code * 402406 Add possibility to restrict PHP versions to a minimum * 403858 Multiple class hinting for param tag in phpdoc * 403407 Incorrect use statement added * 402276 PHP Facet conflicts Static Web Module * 379509 Expand selection to include previous sibling * 403139 Content Assist: show namespace classes in string * 402733 ${cursor} in php template doesn't work with a line delimiter of other than default * 402232 Template variables ${project_name}, ${file_name} are not resolved * 402225 Bad UI design - Preferences/PHP/Debug/Server * 402223 NPE when Preferences/PHP/Debug/Server changed * 401875 phpDocumentor @method with parameters produces wrong autocomplete and outline * 393838 PHPDoc: "use trait" with ";" break autocreating phpDoc * 396654 Content Assist in PHPdoc for inline @link does not work when linked to property * 402603 Can't open project properties>Code Style>Formatter * 384340 Shortcut for source menu * 383839 Unix Line Delimiter Ignored When Pasting * 402355 PHP 5.4: No code completion for db2 functions * 401894 PHP CodeSniffer extra feature isn't working * 401766 Array key replace is missing last char + hint issue * 401324 Ctrl+click on a static variable called with self:: resolves wrong * 387167 Removing project from Include path doesn't remove it from .buildpath Improvements: ------------- * Cloud Connected Mobile: Create a link from mobile client to server project * Improved move resources action Support and Feedback: --------------------- * Support for Zend Studio 10.0.0 and evaluation support is provided via http://www.zend.com/support-center and the Zend forums at http://forums.zend.com. You can also send your feedback to studio10feedback@zend.com. Thank you for using Zend Studio! -------------------------------- Zend Technologies, Inc. www.zend.com Copyright 2013 Zend Technologies, Inc. All Rights Reserved