Zend Studio 10.0.1 发布

Zend Studio 10.0.1 发布  

http://www.zend.com/en/products/studio/downloads

此版本的主要更新内容如下:

  • 超过20个Bug和改进已得到修复。
  • 支持最新的最新的ZF1.12.3和ZF2.1.4.。
  • 支持Windows 8。

更多详细更新如下:

001Zend is pleased to announce the release of Zend Studio 10.0.1!
002You can download this release from:
003http://www.zend.com/en/products/studio/
004 
005This release provides updates, bug fixes and improvements:
006 * More than 20 customer reports and improvements have been fixed. See the Fixed Bugs & Improvements below for details.
007 * Integration with Zend Server 6 on IBM i introduced.
008 * Latest ZF 1.12.3 and ZF 2.1.4 included.
009 * Windows 8 is now a supported operating system.
010 * Several external components like Symfony, Composer and DBeaver have been updated.
011 * PHP Depend tool is now available via Welcome page.
012 
013System Requirements:
014--------------------
015 * Supported Operating Systems:
016    - Windows XP, Windows 7, Windows 8 (Internet Explorer 9 or higher required for Mobile GUI Editor)
017    - Linux x86, Linux x86-64 (Webkit required)
018    - OS X 10.7 Lion, OS X 10.8 Mountain Lion
019 *  1.5GHz processor
020 *  2GB RAMs
021 *  700MB of hard disk space
022 
023Updating from Zend Studio 9.0.x:
024--------------------------------
025 * This version is backward compatible with all 9.0.x versions.
026   To update from version 9.0.x to 10.0.0, add two new update sites in Help -> Install New Software -> Available Update Sites:
027       http://downloads.zend.com/studio-eclipse/updates/10_0
028       http://downloads.zend.com/studio-eclipse/updates-extra/10_0
029   and select Help -> Check for updates.
030 
031Updating from Zend Studio 10.0.0 Beta:
032--------------------------------------
033 * 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.
034    
035Migrating to Zend Studio 10.0.0:
036--------------------------------
037 * Zend Studio 10 starts with a default workspace: <user.home>/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.
038 
039Documentation:
040--------------
041 * 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
042 
043Known Issues:
044-------------
045 * Detecting local Zend Server ('Add New Target' -> 'Detect Local') doesn't work on Windows 8.
046   Workaround:
047   Add your local Zend Server via 'Add New Target' -> 'Zend Server' using API key.
048 
049 * Cloud Connected Mobile project on IBM i: 
050   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.
051   For example, instead of using
052       http://server.address/appname/getCustomers
053          one would have to use
054       http://server.address/appname/index.php/getCustomers. 
055   Workaround:
056   Manually enable 'clean URLs' by adding a RewriteBase statement to the .htaccess file, right below RewriteEngine On:
057         For example for the case above:
058         RewriteEngine On
059         RewriteBase /appname
060 
061 * Cloud Connected Mobile project works out-of-the box only when deployed to Apache server (.htaccess based configuration).
062   Running Cloud Connected Mobile project on IIS Server requires URL Rewrite module with imported rules from .htaccess file.
063 
064 * Using Web Mobile emulator on Windows requires IE 'Access data sources across domains' option enabled:
065    Internet Explorer -> Tools -> Internet Options -> Security tab -> Security level ->
066         Custom level -> Miscellaneous -> Access data sources across domains -> Enable -> OK -> Apply
067 
068 * 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.
069   Workaround:
070   Uncomment the following two lines in the public/.htaccess file of Cloud Connected Mobile project:
071    RewriteCond %{HTTP:Authorization} ^(.*)
072    RewriteRule .* - [e=HTTP_AUTHORIZATION:%1]
073 
074 * Using Android Development Toolkit (ADT) on Linux x86-64 requires installation of ia32-libs:
075   sudo apt-get update
076   sudo apt-get install ia32-libs
077 
078 * There is a bug in webkitgtk-1.0.0 version 1.10, which is shipped with Ubuntu 12.10
079    (https://bugs.eclipse.org/bugs/show_bug.cgi?id=392967).
080   Workaround:
081   Install webkitgtk-1.0.0 version 1.8.3: (64bit architecture)
082    1. Uninstall the broken version of libwebkitgtk-1.0-0
083    2. Download:       
084        http://packages.ubuntu.com/precise/all/libwebkitgtk-1.0-common/download
085        http://packages.ubuntu.com/precise/amd64/libjavascriptcoregtk-1.0-0/download
086        http://packages.ubuntu.com/precise/amd64/libwebkitgtk-1.0-0/download
087       and install them in the exact order as the links above using
088        dpkg -i <pkgname>.deb
089     
090       Same workaround applies to 32bit architecture, but you need to adjust the links above appropriately.
091  
092 * Several issues reported when installing Zend Toolbar on Linux Ubuntu and Fedora with Mozilla Firefox browser.
093   As a workaround, download and install the browser extension from:
094   http://www.zend.com/en/products/studio/downloads
095       
096Fixed Bugs:
097-----------
098 * Deploying a package with a checkbox user parameter is not possible
099 * In projects based on ZF2 user library creating elements doesn't work
100 * Code Formatter - PSR-2 conventions need small fix
101 * Wrong warning message for undefined class
102 * Using ZF2 from vendor directory doesn't work
103 * org.eclipse.wst.jsdt.debug.ui/plugin.xml has bad structure, which causes an error message in the log after "JavaScript Debugging" installation
104 * Applying Content Assist in namespace adds incorrent use statement
105 * No view helpers in Content Assist for ZF2 views
106 * Content Assist for variable from ServiceLocator is broken
107 * Catching multiple exceptions bug
108 * 'Unused use statement' should not be displayed when annotation is used
109 * Incorrect formatting of required parameters fields in Deployment Wizard
110 * Cannot disable "break at first line" debugger setting
111 * New query or URL parameter in 'Bind to API' wizard is added as Request body parameter
112 * Incorrect 'use' statement added when getting something from the Service Manager
113 * Zend Deployment Exception: Element '... php' This element is not expected
114 * Namespace auto-completion bug
115 * New PHP Class dialog - "Source Folder" and "Namespace" fields should not be linked
116 * PHP Content Type label was missing
117 * Selection in Outline disappears when typing
118 * 404699 Function's parameter hint tooltip doesn't provide information about type
119 * 404598 Type Hierarchy is missing from menu Window > Show View >
120 * 401324 Ctrl+click on a static variable called with self:: resolves wrong
121 * 397498 Indent using spaces always uses tab size
122 * 398974 'Open Type Hierarchy action' occurs very frequently while editing PHP source code
123 * 402406 Add possibility to restrict PHP versions to a minimum
124 * 403858 Multiple class hinting for param tag in phpdoc
125 * 403407 Incorrect use statement added
126 * 402276 PHP Facet conflicts Static Web Module
127 * 379509 Expand selection to include previous sibling
128 * 403139 Content Assist: show namespace classes in string
129 * 402733 ${cursor} in php template doesn't work with a line delimiter of other than default
130 * 402232 Template variables ${project_name}, ${file_name} are not resolved
131 * 402225 Bad UI design - Preferences/PHP/Debug/Server
132 * 402223 NPE when Preferences/PHP/Debug/Server changed
133 * 401875 phpDocumentor @method with parameters produces wrong autocomplete and outline
134 * 393838 PHPDoc: "use trait" with ";" break autocreating phpDoc
135 * 396654 Content Assist in PHPdoc for inline @link does not work when linked to property
136 * 402603 Can't open project properties>Code Style>Formatter
137 * 384340 Shortcut for source menu
138 * 383839 Unix Line Delimiter Ignored When Pasting
139 * 402355 PHP 5.4: No code completion for db2 functions
140 * 401894 PHP CodeSniffer extra feature isn't working
141 * 401766 Array key replace is missing last char + hint issue
142 * 401324 Ctrl+click on a static variable called with self:: resolves wrong
143 * 387167 Removing project from Include path doesn't remove it from .buildpath
144      
145Improvements:
146-------------
147 * Cloud Connected Mobile: Create a link from mobile client to server project
148 * Improved move resources action
149 
150Support and Feedback:
151---------------------
152 * Support for Zend Studio 10.0.0 and evaluation support is provided via http://www.zend.com/support-center and
153   the Zend forums at http://forums.zend.com. You can also send your feedback to studio10feedback@zend.com.
154 
155 
156Thank you for using Zend Studio!
157--------------------------------
158Zend Technologies, Inc.
159www.zend.com
160 
161Copyright 2013 Zend Technologies, Inc. All Rights Reserved

转载于:https://www.cnblogs.com/shihao/archive/2013/04/15/3022352.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值