zoukankan      html  css  js  c++  java
  • 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。

    更多详细更新如下:

    001 Zend is pleased to announce the release of Zend Studio 10.0.1!
    002 You can download this release from:
    003 http://www.zend.com/en/products/studio/
    004  
    005 This 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  
    013 System 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  
    023 Updating 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  
    031 Updating 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     
    035 Migrating 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  
    039 Documentation:
    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  
    043 Known 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        
    096 Fixed 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       
    145 Improvements:
    146 -------------
    147  * Cloud Connected Mobile: Create a link from mobile client to server project
    148  * Improved move resources action
    149  
    150 Support 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  
    156 Thank you for using Zend Studio!
    157 --------------------------------
    158 Zend Technologies, Inc.
    159 www.zend.com
    160  
    161 Copyright 2013 Zend Technologies, Inc. All Rights Reserved
  • 相关阅读:
    并发编程 ~~~ 多进程~~~进程创建的两种方式, 进程pid, 验证进程之间的空间隔离, 进程对象join方法, 进程对象其他属性
    并发编程 ~~~ 多进程
    网络编程~~~~socketserver服务端
    网络编程~~~~粘包
    聊聊主流加密算法及该如何设计我们的用户密码
    Spring Boot Security 保护你的程序
    Spring Boot接口如何设计防篡改、防重放攻击
    Spring Boot 整合 Shiro实现认证及授权管理
    Spring Boot Quartz 分布式集群任务调度实现
    Spring Boot Redis 解析
  • 原文地址:https://www.cnblogs.com/shihao/p/3022352.html
Copyright © 2011-2022 走看看