Zend Studio Changelog

What's new in Zend Studio 13.6.0

Apr 20, 2017
  • The latest Zend Studio release supports PHP 7.1 and all its improvements to the language. Zend Studio 13.6 features advancements in the Composer and JavaScript tooling, allowing you to create a new PHP project from a composer package or take advantage of the Eclipse Web Tools Platform. It also brings support for HiDPi displays and automatically scales according to the existing DPI settings.

New in Zend Studio 13.0.1 (Nov 17, 2015)

  • Noteworthy changes:
  • Two deadlock scenarios fixed
  • Zend Studio can be installed as plugin on top of Eclipse Kepler, Luna, Mars and Neon releases
  • Zipped Update Site available for download as a single file for easier mirroring of the Zend Studio update site
  • FTP connections to IBM i work correctly in the Remote System Explorer
  • Composer Console can read the user input
  • Composer works correctly with Magento 2 projects
  • Code validation (Syntax and Semantic Analysis checks) is applied also for temporary and external PHP files
  • The default text editor behavior can be configured in the General > Editors > Default Text Editor preference page
  • Over 80 bugs fixed

New in Zend Studio 13.0.0 (Sep 29, 2015)

  • PHP 7 Support:
  • Return Types Declaration
  • Combined Comparison (Spaceship) Operator
  • Null Coalesce Operator
  • Group Use Declarations
  • Generator Delegation
  • Anonymous Classes
  • Uniform Variable Syntax
  • Context Sensitive Lexer
  • PHP 7 CLI executables available as add-on (Experimental)
  • PHP 7 Express Migration Assistant - scans the PHP 5.x code for potential PHP 7 problems:
  • Functions that are no longer available in PHP 7
  • Dereferencing syntax that can have different meaning in PHP 5.x and PHP 7
  • Reserved words in PHP 7
  • Multiple default cases in a switch block
  • Docker Support:
  • Tools for management of Docker Images and Containers
  • Integrates with the PHP Tools
  • PHP applications can be run, debugged and profiled on Docker Containers running Zend Server or other PHP stacks.
  • Git Flow Support with EGit 4.1
  • PHP Editor improvements:
  • New command and quick fixes for organizing use statements
  • Syntax coloring for visibility keywords (private, protected, public)
  • Improved smart indentation and paste performance
  • Variable comment can be now easily inserted with quick fix
  • Semantic Analysis improvements:
  • Overall performance improvement
  • Performance improvements for undeclared method/field validator
  • New "Deprecated API" validator
  • New "Reserved types" validator (PHP 7)
  • New "Multiple default cases in a switch" validator (PHP 7)
  • "Bad escape sequence in string" validator adjusted to PHP 7
  • New "Ambiguous evaluation of variable-variable constructions" validator, quick fix for detected cases
  • New "Functionality removed in PHP 7" validator
  • Ability to filter PHP 7 and Deprecated API errors/warnings in Problems view
  • Debugger improvements:
  • Automatic detection of installed debugger type for local & remote Zend Server
  • Finding "best match" client host/IP for newly created server with Zend Debugger on board
  • Detection and removal of redundant client hosts/IPs for Zend Debugger client configuration
  • Reporting invalid or not accessible client hosts/IPs for Zend Debugger client configuration
  • Reporting client hosts/IPs for Zend Debugger configuration that are not available in allowed hosts list in server side configuration
  • Zend Debugger Tunneling settings have been moved from 'Tunnel' to 'Debugger' tab in PHP server wizard & edit dialogs
  • Added dialog that notifies user about incoming XDebug "external" session request if 'Allow remote session (JIT)' option is set to 'off'.
  • Zend Studio as a Plug-in:
  • Can be installed on top of existing Eclipse installation
  • Available on the Eclipse Marketplace
  • Other improvements:
  • Eclipse Platform updated to version 4.5.1 Mars.1
  • Zend Framework 1 updated to version 1.12.15
  • Zend Framework 2 updated to version 2.4.7
  • Internal text editor is used instead of the OS system editor as default editor for unknown file types
  • "Refresh using native hooks or polling" enabled by default for Windows
  • The Remote Systems view is moved next to the PHP Explorer view - default location for the PHP perspective
  • Improved icons quality for dark theme
  • New option for editors - "Close Tabs to the Left/Right"
  • Added "Default PHP Web Server" check-box in wizards for creating different kinds of PHP projects. Choosing this option will cause a PHP project to be always assigned to the server that is currently marked as a default in a workspace.
  • "Deployment" tab in PHP servers wizard/edit dialogs has been renamed to "Web API" and moved to the second position right after the "General" settings
  • "Edit Server" dialog restores its previous size and location with every run.
  • PHP servers table available in "Servers" preference page can be sorted both by name and URL.
  • Path mapping table available in server editor can be sorted now both by server and local path.
  • Path mapping table available in server editor gained new column which indicates whether particular mapping has been added automatically by Studio or by the user.
  • Path mapping dialog has been improved to make adding mappings easier.
  • Noteworthy fixes:
  • Fixed issue starting Zend Studio on Fedora 22
  • Composer console cleaned from invalid characters
  • Fixed performance issue after save with active Outline view
  • Fixed performance problem with file with many array assignments
  • Fixed content assist performance bottleneck inside strings
  • Fixed Studio freeze during PHPDoc generation
  • Fixed getter/setter/undeclared methods generation
  • Fixes for PHPDoc generation
  • Fixed problem with duplicated namespaces in content assist
  • Fixed problem with duplicated constructor proposal in content assist
  • Keywords $this/static/self added to content assist for @return tag
  • Added support for $this and static phpDoc keywords in content assist
  • Fixed problem causing NullPointerException while running PHPUnit tests for the very first time
  • Fixed problem with exporting Apigility production ZPK packages.
  • Discontinued features:
  • DBeaver is removed from Welcome screen.

New in Zend Studio 12.5.1 (May 19, 2015)

  • Zend Framework 2 updated to version 2.4.2
  • Apigility 1.1 is now used in project templates
  • PHP 5.6 binaries are update to version 5.6.7
  • Max memory heap size is set back to 1 GB for 32-bit installations
  • Fixed issue with invoking Encode Project on Mac
  • Fixed issue with mobile apps on Windows when the Android SDK is installed on a location containing spaces in the path
  • Added error dialog with description of possible reasons that may cause problems while trying to read info from PHP executable (eg. incompatible version of Microsoft Visual C++ Redistributable on Windows)
  • Added reporting of problems related to setting up a valid port in debugger connection settings (eg. warning is reported if given port is already in use)
  • Improved 'Dark' theme presentation model of wizards & dialogs for creating/editing PHP servers and executables
  • Fixed issue with deploying applications to Zend Server on nginx
  • Fixed issue with saving URL filters for Zend Server monitoring
  • Fixed issue with saving URL filters for Zend Server debug mode
  • Fixed issue with failing test for Zend Debugger connection when 'Use SSL encryption' option was turned on
  • Fixed issue that was causing wrong debug port to be set (10000 instead of 10137) for Zend Debugger in newly created PHP servers & executables
  • Fixed issue with unsupported 'Source Location' option for XDebug launch configurations
  • Fixed issue with NPE occurring when trying to open a PHP file from code trace editor
  • Improved content assist performance for projects with large number of types
  • Fixed issue with Zend Studio freezing after hyperlinking just after Zend Studio start
  • Minor fixes for content assist

New in Zend Studio 12.5.0 (Apr 21, 2015)

  • Noteworthy changes:
  • Eclipse Platform updated to version 4.4.2 Luna SR2
  • Zend Framework 1 updated to version 1.12.11
  • Zend Framework 2 updated to version 2.3.7
  • EGit updated to version 3.7
  • Integration with Apigility 1.1
  • PHPUnit integration improvements:
  • Support for PHPUnit 4
  • Support for PHPUnit installed via Composer
  • Debugging improvements:
  • Improved presentation model for "Variables" & "Expressions" views (Zend Debugger, XDebug):
  • Enhanced set of icons for indicating different kinds of variables and their facets (e.g. local, "this" object, public/protected/private members, etc.)
  • Highlighting of variables which value has been changed since the last step/resume
  • Elements without children don't have unnecessary "unfold" icon
  • Added virtual partition element for grouping large sets of array members (children are grouped into n-sized partitions for better readability)
  • Removed flickering and folding/unfolding effect of view's tree content
  • Installed debugger types are now automatically set for PHP executables search results
  • Internal browser for debug session is opened in editor's tab instead of the view (XDebug)
  • Fixed problem with hardly possible removal of abnormally terminated debug session launches (Zend Debugger)
  • Some XDebug and Zend Debugger configuration moved from workspace preferences to the PHP server configuration
  • Installation improvements:
  • Oracle JRE 8 is included in the installation packages for all operating systems
  • The Windows MSI package now installs the required Visual C++ Runtime libraries as part of the installation process
  • Default memory limit increased to 1.5 GB
  • PHP editor improvements:
  • Smart object operator shortcut
  • Added support for PHPDoc “@method static” syntax
  • Several improvements in code assist and auto-activation mechanism
  • Fixed issue with collapse/expand toggle in PHP Explorer on Windows with dark theme
  • New extra features:
  • AngularJS
  • Magento
  • Doctrine
  • GitHub Mylyn Connector
  • Markdown Editor
  • * Font Size

New in Zend Studio 12.0.2 (Feb 3, 2015)

  • Zend Framework 1 is updated to the latest version 1.12.10
  • Zend Framework 2 is updated to the latest version 2.3.4
  • EGit updated to version 3.5.3 with important security fixes
  • http://eclip.se/450170 - Don't use SSL anymore to avoid POODLE attack
  • http://eclip.se/456947 - JGit client vulnerability in Eclipse (CVE-2014-9390)
  • Fixed problem with PHP Documentor always skipping the vendor folder
  • Several content assist improvements and bugfixes
  • Fixed problem with referenced variables marked as undefined
  • Fixed problem with inserting "use const/function" for PHP < 5.6
  • Fixed problem with CA auto activation just for "-" character
  • Fixed hyperlinks for require/include in files from include path
  • New save action for PHP editor - "Format source code"
  • Fixed problem with incorrect handling of AJAX parallel requests when debugging (Zend Debugger)
  • Fixed problem with displaying static variables in debug views (Zend Debugger, XDebug)
  • Fixed problem with resource/thread leaks when performing debug sessions (Zend Debugger)
  • Fixed problem with corrupted, auto-generated URL's for 'PHP Web Application' launch configurations
  • Fixed problem causing $php_errormsg variable to appear in different debug views (Zend Debugger)
  • Fixed problem with opening additional/redundant tab with 'DEBUG SESSION ENDED' message (XDebug)
  • Added possibility to choose/change target server in launch configurations for PHP web applications

New in Zend Studio 12.0.1 (Dec 15, 2014)

  • Early Access 64-bit package for Windows
  • PHP 5.6 binaries update to version 5.6.3
  • Fixed high memory consumption in indexing of CSS files causing Studio to freeze
  • Fixed breakage of PHP editor with certain PHP content
  • Fixed issue with duplicated code inserted by code assistance
  • Fixed erroneous reports for "Access to undeclared property"
  • Fixed indentation problem when pasting PHP code
  • Changed label for PHP syntax and semantic problems
  • Fixes in Dark Theme:
  • JavaScript, HTML, CSS and XML editors now have correct syntax coloring
  • Console output of Composer and Zend Tool has now appropriate coloring
  • Notification bubbles are now readable

New in Zend Studio 12.0.0 (Nov 18, 2014)

  • Eclipse Platform updated to version 4.4.1 Luna SR1. Highlights:
  • Dark theme (experimental)
  • Split editors
  • Improved HTML5 support
  • PHP 5.6 support:
  • Exponential operator
  • Constant scalar expressions
  • Variadic functions
  • Argument unpacking
  • Importing namespaced functions and constants
  • PHP 5.6.0 binaries are available as an experimental feature from the Welcome screen.
  • IBM i Toolkit:
  • Available as built-in PHP library
  • Code completion and code navigation in the PHP editor
  • Mobile development:
  • Sample mobile application with complete source code available on Github
  • New project template for Ionic, AngularJS and Cordova Seed Project
  • Mobile apps can be quickly tested on the new powerful Cordova Simulator based on Apache Ripple
  • Mobile GUI Editor (Codiqa) is removed
  • New export wizard for creating native application package
  • New export wizard for creating native platform project
  • Improved Cordova plugins management
  • Support for different Cordova versions including ability to update existing project to the newest release of Cordova
  • Multi-cursor editing:
  • Use Alt+F3 to select all occurrences
  • Use Alt+J to select next occurrence
  • Use Shift+Alt+A to toggle block selection mode
  • EGit is updated to version 3.5.1
  • New Terminal extra feature:
  • Supports all operating systems (including Windows)
  • Local terminal, SSH, Telnet and Serial connections
  • Extra features updated to newer version:
  • AnyEdit 2.4.11
  • Eclipse Color Theme 1.0.0
  • Symfony plugin 1.0.95.201406201738
  • FileSync 1.3.9
  • Emmet 1.0.0.201406241900
  • DBeaver 3.0.2
  • Fixed bugs:
  • Added array support for inline @var tags
  • Small improvements in PHPDoc formatter
  • Styling for deprecated trait members
  • “Show In” menu is available in PHP Explorer popup menu
  • Discontinued Features:
  • Codiqa Editor is removed. Mobile applications developed with this editor will continue working, but editing the index.html file is now supposed to be done with the HTML editor.
  • The Android Development Tools is not available as extra feature anymore. This feature is not required for mobile app development with Zend Studio.
  • Language interpreters for PHP 4, PHP 5.1 and PHP 5.2 were removed.

New in Zend Studio 11.0.2 (Sep 30, 2014)

  • Noteworthy changes:
  • Zend Framework 2 is updated to version 2.3.3.
  • Zend Framework 1 is updated to version 1.12.9.
  • JRE in the Windows MSI package is updated to version 1.7.0_67 to resolve an issue with crash on startup.
  • Support for SVN 1.8.
  • Content assist for CSS class names and IDs.
  • Content assist for img/@src, script/@src and link/@href HTML attributes.
  • Support for more Composer stability flags.
  • Added Splashscreen to built-in Cordova plug-ins
  • Proper support for the PHP 5.5 class name resolution keyword.
  • Fixed issue in PHP code formatter, which deleted parts of source code.
  • Fixed code navigation for __FILE__ and __DIR__ references.
  • Fixed issue that was causing slow occurrences marking in PHP file.
  • Fixed hyperlink support for PHPDoc array types.
  • Fixed issue with hyperlinking between types from the same namespace.
  • Fixed issue that breaks content assist in files with namespace.
  • Fixed performance problem for PHP editor when Outline view is active.
  • Fixed issue with deploying an update to existing application on Zend Server 7.1.
  • Fixed issue with triggering undesired PhoneGap Config Editor validation on custom config.xml files outside of mobile projects.
  • Fixed out of memory issue in PHPUnit due to incorrect handling of backupGlobals and backupStaticAttributes from phpunit.xml.
  • Fixed issue with detecting a local Apache server on Ubuntu and Mac OS X as Local Apache HTTP Server.
  • Fixed issue with additional sessions started during debugging from Studio on Zend Server with Z-Ray enabled.

New in Zend Studio 11.0.1 (Sep 30, 2014)

  • In this maintenance release:
  • PHP 5.3 and PHP 5.4 binaries can be installed as extra features from the Welcome screen. These versions were removed from the main packages with the Zend Studio 11.0.0 release.
  • Apigility is updated to version 1.0.4.
  • Zend Framework 2 is updated to version 2.3.2.
  • Zend Framework 1 is updated to version 1.12.7.
  • EGit plugins are updated to version 3.4.1.
  • Fixes an issue with missing folder when importing existing project.
  • EGit New & Noteworthy: https://wiki.eclipse.org/EGit/New_and_Noteworthy
  • The default PHP code formatting profile is changed to PSR-2.
  • Line numbers in code editors are shown by default.
  • Fixes in the PHP Code Formatter.
  • Fixes in formatting of source code tooltips.
  • Fixes in editor PHPDoc hyperlinks and code assist.
  • Fixed unexpected 'Class not found' warning for existing trait.
  • Discontinued features:
  • Support for Zend Developer Cloud (phpcloud.com) is discontinued. Any existing PHP servers configured to Zend Developer Cloud will be automatically converted to Remote Servers. They will continue working as long as the Zend Developer Cloud service is available.

New in Zend Studio 11.0.0 (Jul 16, 2014)

  • In this release:
  • Discover the world's easiest way to create high-quality APIs! Get started with Apigility in Zend Studio.
  • Deployment-ready packages are just one click away. Push to production faster.
  • Configure application server access hassle-free. Deploy, debug and monitor with ease.
  • Comfortably browse and manage PHP dependencies with Composer.
  • Work with a reduced package size product for quicker download, install and updates.
  • Performance improvements and bugfixes.
  • Discontinued features:
  • Support for Zend Gateway is discontinued. It is now recommended to use Apigility for creating APIs.
  • Zend Toolbar is discontinued. It is now recommended to use Z-Ray.
  • The JavaScript Debugging feature is discontinued.

New in Zend Studio 10.6.2 (May 29, 2014)

  • Support for Zend Server 6.1 on OpenShift by RedHat including deployment, application monitoring, library management and more.
  • IMPROVEMENTS:
  • Zend Framework support:
  • Update to the latest version of Zend Framework 2.3.1.
  • FIXED BUGS:
  • Remote Systems Support:
  • Download from Remote Server puts files in the wrong directory.
  • Code editor:
  • Line Numbers are not displayed for non-php source code page.

New in Zend Studio 10.6.1 (Apr 3, 2014)

  • Improvements for Remote Systems Support:
  • Downloading performance and user experience for working with Remote Systems, especially with a 'New PHP Project from Remote Server' have been significantly improved.
  • Remote Systems Support:
  • Cannot create project from remote server with a port different than default 22
  • Refactor > Rename action does not work properly for resources on remote server
  • Exception was thrown in a dialog when renaming folder in php project with remote server support
  • Empty folder was not downloaded from remote server despite it was ticked for downloading
  • There is no information about connection problem if ftp/ssh configuration was changed
  • Upload filters should be also applied for upload on save
  • Enable Cancel in Remote Projects wizard
  • Data Download from Remote Server window displayed as Not Responding for few seconds during the progress
  • Studio freezes for a while when opening Download from Server wizard after startup
  • Empty folders are not uploaded to remote server
  • Filters should be applied automatically when download/upload wizard is opened
  • Directory tree browser never opens when creating a new remote project
  • PHP editor:
  • Warnings about missing DB2 functions when using PHP 5.5
  • No CA between parentheses in "if" control structure
  • [PHP5.5] Content Assist does not suggest keyword "yield" in allowed context
  • Cannot rename class constant used in different files
  • throw(new Exception) makes Studio not recognize class
  • PHPUnit:
  • PHPUnit test in Zend Studio ignoring the @-Operator (which should ignores errors and warnings)
  • ZF support:
  • Update to the latest versions of ZF (1.12.5 and 2.2.6) in project wizards
  • Enabling ZF support for default ZF2 value actually adds ZF1 support
  • Unable to add ZendFramework2 support to a simple PHP project
  • Composer/Symfony:
  • Errors while creating a new composer project ('Detecting library folders...')
  • Cannot create a new Symfony project ('no php executable defined...')
  • Composer brokes while downloading symfony dependencies ('Maximum execution time of 30 seconds exceeded')
  • Mobile development:
  • Page ID field in mobile app editor doesn't modify index.html
  • Select a Web Service project in mobile project properties page - wrong behavior
  • Other:
  • Make HTML5 the default for new html files creation
  • Error during application update when there is no "/" at the end of base URL
  • It is not possible to install extra feature if you don't upgrade to the latest Studio version

New in Zend Studio 10.6.0 (Feb 4, 2014)

  • PHP Language Support:
  • PHP 5.5 is now fully supported by Zend Studio - take advantage of features like generators, the finally keyword, new password hashing API, array and string literal dereferencing and more. Support includes content assist and syntax check as well as CLI script execution and built-in PHP 5.5.7 binaries.
  • Faster Project Processing:
  • The capability of flagging specific folders as PHP libraries, to identify code that's developed and deployed as part of your project but not actively maintained, and so does not require constant re-validation.
  • Improved Debugging Experience:
  • With improved Xdebug & ZendDebugger configuration, Zend Studio can now automatically detect and validate your PHP binary or local debugging server settings.
  • EGit Integration:
  • The integration of EGit 3.2 provides access to interactive rebase that allows you to quickly edit a series of commits, among other usability and performance improvements.
  • Getting better with every release:
  • Zend Studio 10.6 includes bug fixes and improvements, especially related to Remote System Support and working sets performance.

New in Zend Studio 10.5.0 (Nov 5, 2013)

  • Fastest Zend Studio ever - The latest release analyzes your projects up to twice as fast as previous releases, with improved responsiveness.
  • Rewritten Composer support for much improved reliability
  • Improved PHPUnit Integration with full support for PHPUnit 3.7
  • Brand new PHPDocumentor 2 support
  • Improved git support
  • Updated version of Apache Cordova for mobile-app creation, bringing better performance and full support for Windows 8 apps
  • Improved drag & drop designer

New in Zend Studio 10.0.0 (Feb 12, 2013)

  • Build complete, end-to-end cloud-connected mobile apps for Android, iOS and Windows Phone:
  • Easily create, manage and test PHP Web Services (RESTful or RPC-style) using the Zend Server Gateway
  • Use visual, drag-and-drop editors for client-side mobile interface prototyping and PHP Web Services creation
  • Bind Web Services to mobile app widgets
  • Easily debug Web Services using 'Debug Mode': a new integrated feature of Zend Studio 10 and Zend Server 6
  • Generate platform-specific mobile projects for iOS, Android and Windows Phone (powered by Apache Cordova)
  • Test your mobile app on an emulator or a target device
  • Write Zend Framework 2 code more efficiently:
  • Quickly create new Zend Framework projects, modules, view helpers and controllers
  • Get content assist for services, helpers, controller variables inside views and configuration files
  • View your project structure in MVC Outline view
  • Develop faster and more productively:
  • Find new PHP editor features, full PHP 5.4 support, PSR-2 compliant formatter, bug fixes and optimizations
  • Debug faster and easier
  • Take advantage of the tight integration with Zend Server 6
  • Deploy your app to the Zend Developer Cloud or OpenShift: a Red Hat auto-scaling Cloud Application Platform as a Service (PaaS)
  • Use the latest:
  • PHP 5.3.21 and 5.4.11
  • Zend Framework 1.12.1 and 2.1.0

New in Zend Studio 9.0.0 (Nov 15, 2011)

  • Bootstrap your projects and start writing high quality code more quickly:
  • Join the distributed version control revolution! Zend Studio 9 adds the ability to create projects right from Git and GitHub – in addition to other supported source control options like SVN and CVS.
  • You'll also benefit from the many JavaScript, CSS3, and HTML5 editor improvements in Eclipse 3.7 (Indigo), on which Zend Studio 9 is built.
  • Develop for the cloud more easily:
  • Zend Studio 9 was designed with cloud development in mind. It allows you to code using the Zend Developer Cloud on phpcloud.com as your development runtime – now you can use an instantly available, consistent PHP environment that delivers superior debugging, increased productivity and collaboration in the cloud. It's also easier than ever to deploy PHP applications into any of several supported clouds.
  • And if you work with Amazon Web Services, you'll find it easier than ever to leverage services like EC2, S3, and others using the AWS toolkit built into Zend Studio 9.
  • Make sure your code is deployed properly:
  • How many times have you pushed out code to your operations team only to encounter delays in deployment, incorrectly deployed code, or endless back-and-forth with operations on the right way to deploy?
  • Zend Studio 9 allows you to create consistent, reliable application packages that bundle PHP code, deployment scripts, and application metadata that can be handed to operations for deployment the right way, every time. Applications can be deployed on a number of Zend Application Fabric-enabled Clouds (RightScale, Amazon CloudFormation, IBM SmartCloud) as well as to on-premise Zend Server.
  • Use a faster and more lightweight IDE:
  • We've listened to our users, who have said they want a more streamlined development environment that starts up and runs faster, and occupies a smaller footprint. Consequently, Zend Studio 9 was designed with these objectives in mind. Smart product configuration means that unneeded components aren't installed until required, resulting in up to 67% faster startup, 40% smaller disk footprint, and an overall snappier development experience.

New in Zend Studio 8.0.1 (May 25, 2011)

  • Software Updates:
  • Zend Framework 1.11.6
  • Resolved Tickets:
  • The toggle breakpoint shortcut key now creates the correct breakpoints
  • Links in tool tip windows are now working
  • Opening a PHP file from the SVN Repositories view is now possible
  • Processing large files is now optimized
  • Running a PHP script with an error in the code now halts the php-cli.exe process properly
  • The code formatter no longer removes the backslash character from a namespace expression
  • The Remote search is now disabled in the search dialog
  • The Remote Server Support page is now available in the project properties page
  • Only the necessary resources are scanned when downloading a specific directory in a Remote Server Support project
  • Various Javascript validator issues are now fixed
  • Resolved Bugs:
  • ZSTD-415 - The Zend Firefox Toolbar now supports version 4.0

New in Zend Studio 7.2.1 (Jul 12, 2010)

  • Resolved Tickets:
  • 187947 - The Zend Framework Example project is configured with the
  • correct buildpath entries
  • 187838 - If one of the parameters is a function call parameter, the
  • hint tooltip now shows the right hint
  • 188440 - The Processing Dirty Regions error is no longer triggered
  • with java.lang.StackOverflowError exception
  • 187975 - The Zend Framework Tool no longer fails with the error "No
  • tokenizer support"
  • 188418 - In ODBC, db2 related functions are now shown in PHP Language
  • libraries
  • 186867 - The Zend Tool error "A project profile was not found" no
  • longer appears
  • Resolved Bugs:
  • In the Registration dialog, the "User Name / " section has been removed, with the "Order #" section remaining in its place
  • The Semantic analyzer no longer shows an error/warning for duplicate class constants
  • To help troubleshoot Zend Studio issues, you can now add a
  • "showlocation" flag to the ZendStudio.ini (on Windows and Linux)

New in Zend Studio 7.2.0 (Apr 28, 2010)

  • Resolved Tickets:
  • 187257 - A FTP Connection breaks after some time
  • 29041 - Severe FTP performance problems
  • Resolved Bugs:
  • 28927 - Content Assist now provides class names and keywords
  • 29022 - Content Assist no longer breaks when using backslash in require/include
  • operator
  • 28905 - Content Assist is now added in Zend Framework projects
  • 28159 - Invoking Content Assist on an empty line in a php file now shows a default proposal
  • 24987 - Access modifiers no longer change for overridden methods
  • 29092 - After performing Refactor->Move - a Content Assist proposal now appears in the file
  • 24899 - Formatting is now fixed for creating getters/setters for PHP 4 code
  • 24894 - The context menu of a class in PHP Explorer now includes Generate
  • Getters and Setters
  • 26613 - The double delete option in the Servers view is now removed
  • 26604 - The message while trying to override/implement functions with
  • extended class is now fixed
  • 27895 - Formatting after a Zend Studio restart is fixed
  • 24971 - Source actions in the main menu when the focus is in PHP Explorer are now restored
  • 28131 - The Content Assist proposals after php file renaming is now restored
  • 24984 - The Overridden methods reversal is now fixed
  • 29024 - The Add button now works in the PHPUnit Test Suite wizard
  • 24982 - Status information for the selection counter in the Override/Implement
  • wizard is now fixed
  • 24977 - Status information regarding the selection counter is now correct in the
  • Getters/Setters wizard
  • 27537 - The dialog is now fixed when Switching Top Level elements to Working Sets in the MVC Outline view
  • 24983 - Unselecting all methods now unselects the class in the
  • Override/Implement wizard
  • 24198 - The Zend Server configuration page headline is now fixed
  • 28940 - A specific error icon has been added into the validation error
  • message
  • 28941 - Change the Associated Server - The newly added Path Mapping records
  • are now kept
  • 26540 - Extract Method -&> Replace Occurrences label has now been changed
  • 29053 - Import Code Tracing file -> on "Open Recourse" choose "In-place Editor"
  • the "OLE Exception" is no longer displayed
  • 28482 - The "Import Zend Server Event File" wizard now supports .amf files
  • 28135 - Refactor->Rename no longer throws an exception to the error log
  • 25385 - Servers view is no longer disabled (a license is required) after Zend
  • Studio restarts
  • 29090 - The text is now corrected in the "Add new Path Mapping" window when the chosen path is
  • "Path in File System"
  • 28870 - A help article has now been added for the "Import Zend Server Event File" action
  • 25978 - When there is nothing to rename, Refactor -> Rename now shows a message
  • 26970 - Fixed the created connection context menu label

New in Zend Studio 7.1.2 (Apr 28, 2010)

  • Resolved Tickets:
  • 178148 - phpDocumentor no longer fails in projects that reside on a samba
  • share (\\server\share)
  • 183859 - Formatter no longer causes errors in the code when using Greek
  • characters
  • 183923 - The 'Insert Variable' button now works in the "Edit Template" dialog in the Code Templates Preferences
  • 184137 - Path Mapping is now updated even if the project root is not in its Include Path
  • 186138 - A function's parameter hint tooltip now provides information about the type or the default value
  • 186330 - Configured PHPDoc annotations can be used as PHP Templates
  • 186785 - Open Declaration (F3) now offers a choice when there are several declarations
  • 186841 - Formatter no longer breaks the code on machines using Chinese
  • Localized Windows
  • 186851 - The Studio log no longer contains exceptions in a fresh installation
  • 186921 - In the Source Code Formatter, an absolute namespace reference
  • no longer adds an extra slash
  • 186923 - php_pdo.dll warning message is now not shown when creating a new Zend Framework project
  • 186927 - The i5 Windows installer file is now labeled correctly as i5 version
  • 187011 - CSS files that are copied will now paste correctly
  • 187024 - The Formatter no longer breaks Russian text that contains the
  • specified syllable
  • 187234 - Hovering no longer displays "Null" for a Class Static variable
  • 187235 - The Variables view now correctly displays Namespace and Class
  • 187261 - The Semantic Analyzer now correctly resolves the parent for namespaced
  • classes
  • 187299 - A correct license is now effective upon restart
  • 187501 - The Code Formatter in PHP 5.3 now works with lambda functions
  • and ternary operators
  • 187562 - The PHP Manual at devzone.zend.com was removed
  • Resolved Bugs:
  • 25270 - The PHP Documentor now works in Linux and MAC
  • 27627 - The Debugger now sets breakpoints in the PHP Editor and stops
  • on them in files from the Include Path
  • 27376 - No false warning now appears when using an interface constant
  • 28207 - Php 5.3 new error messages in PHPUnit are now detected
  • 26143 - Content Assist now suggests functions in External files
  • 27985 - An entered task in a block comment no longer disappears after
  • adding a new single line comment in a file
  • 26099 - The "New Class" Wizard no longer creates a class without entering
  • a class name
  • 25166 - A message is now shown when refactoring is not applicable to the current
  • selection
  • 27394 - In PHP 5.3 the Generated getters and setters now have access to
  • modifiers
  • 28654 - The Zend website now appears in the PHP Manual preferences page
  • in the PHP Manual site
  • 28232 - Zend Server functions now supports the stub for Zend Server 5.0 API
  • 27212 - The FTP login screen can now be closed after creating a linked folder
  • from the RSE file system and restarting Zend Studio
  • 27890 - No exception is entered in the error .log file in the "PHPUnit Test
  • Suite" wizard
  • 25600 - The Finish button in the "Creating new PHP Unit Test Suite" dialog is
  • no longer enabled when the mandatory fields are not completed
  • 25526 - When choosing 'Open Manual' from the Right Click Menu the correct
  • documentation now opens
  • 27948 - Override/Implement methods action now works when 'Generate
  • element comment' is selected in the dialog
  • 27008 - When removing a php project from the build path, the relevant php elements
  • are no longer visible in the PHP Explorer view
  • 27933 - Selection Job Title no longer appears in external files with the
  • specified operator
  • 27911 - After setting breakpoints in a php file and then renaming the root
  • project, all breakpoints are no longer lost
  • 28009 - The ssl checkbox state is now saved
  • 27934 - Generating an element comment for a method which returns $this
  • variable now works
  • 27892 - Expected dialog is now launched when invoking Generate Getters and Setters for a class constant
  • 25603 - When adding the Zend Framework library quickly it is now added under the Include Path node
  • 211848 - Renaming a file no longer causes an error in recognition
  • 260219 - The Autocomplete function no longer overwrites a closing bracket
  • 260299 - There are no longer problems with the Autocomplete parenthesis
  • 294424 - Autocomplete no longer overwrites the "1" character after inserting "new someClass"
  • 292913 - Autocomplete no longer overwrites the "1" character after inserting a static class
  • 204391 - Creating a Watch Expression for an array variable in the Expressions view now works
  • 259956 - In Code Templates the "Insert Variables" dialog now works

New in Zend Studio 7.1.0 (Apr 28, 2010)

  • Resolved Tickets:
  • 184346 - Task Tag can now accept $$$
  • 184393 - Source folders are presented as a tree in the Working Set
  • 184851 - Adding Dojo as a resource in ZF project no longer breaks Model
  • display in MVC Outline view
  • 185881 - phpDocumentor accepts custom parameters
  • 185941 - Refactor=@Rename now works properly
  • 186144 - Link with Editor in PHP Explorer now works for
  • files in source folders nested in regular folders
  • 186269 - Semantic Analisys no longer shows "Undefined variable" for
  • variables defined in a while loop
  • 186500 - Error Messages no longer displayed when using double $$
  • Resolved Bugs:
  • 25976 - Code completion is no longer slow
  • 27099 - [PHPUnit] Execution is no longer slow
  • 27282 - [SFTP] Downloading method is no longer slow
  • 27002 - Array members no longer disapear when creating a break point at a function
  • that use the array
  • 27097 - [Code Assist] code assist available inside string
  • 25420 - [Debugger] Two parallel debug sessions - correct debug view
  • presentation
  • 26957 - [Duplicate function] function can no longer be re-declared in a condition
  • block
  • 26971 - [Extract Local Variable...] When trying to refactor - extract local
  • variable for method refactoring no longer breaks PHP code
  • 26066 - [Forum] Refactor of constants is now saved
  • 25825 - [Forums - Regression] No longer displaying rroblems in type hinting
  • 27083 - [Forums] Can now install ZS7 as a plugin
  • 27431 - [Framework] Action helpers for sub types corrected
  • 26764 - [From a user] Zend Studio 7.0.1 no longer freezes after editor fail
  • 25646 - [i5 - regression] PHP Functions view - i5 related functions are now
  • available
  • 26123 - [i5 - regression] PHP Functions view - zend_5250 prefixed functions
  • /classes were added
  • 26041 - [i5] [Linux & Mac] Function view is no longer empty + Code Assist for PHP
  • Functions
  • 26909 - [i5] Debug as PHP Script using web server is now working
  • 25688 - [i5] Editing the host IPs no longer causes the non-i5 server message not to
  • appear
  • 26910 - [i5] Test Debugger no longer gives an error even though I can debug
  • 27271 - [i5] when the i5 license is expired now use "purchase"
  • 25497 - [Linux]Zend Studio no longer opens multiple ZendServer detection messages
  • 18199 - [Moved from Studio 6.0.0 RC4] Extension Association is now working for
  • .phps and .tpl files
  • 24869 - [New Untitled] Debugging New Untitled Document no longer opens an additional file
  • in the editor
  • 27135 - [Performance] Semantic Analysis performance improvement
  • 27101 - [PHAR] Default destination when exporting to PHAR
  • 27102 - [PHAR] Export/Import without signiture no longer fails
  • 27106 - [PHAR] Added validation when adding PHAR files into the buildpath.
  • 27100 - [PHAR] The label in export wizard was fixed
  • 27075 - [PHPUnit] execution of file no longer runs all tests in the current project
  • 26787 - [Quick Fix] Proposed rename of a duplicated class declaration no longer renames
  • all occurrences.
  • 26789 - [Quick Fix] Reduced visibility - no longer suggests to fix only the parent class
  • in some cases
  • 26790 - [Quick Fix] Suggestions no longer disappear mysteriously
  • 26150 - [Refactor] Refactoring class variables no longer throws exception
  • 25515 - [Refactoring] Formatting corrected for auto generated code
  • 25450 - [Refactoring] Search for class/functions/methods occurrences in whole
  • project
  • 25518 - [References] Create an action to find references of PHP elements
  • 25922 - [Regression - Adv. Team] Deleting folders in PHP explorer
  • properly deletes from SVN
  • 27142 - [regression - performance] Create a PHP class - no longer takes a long time to
  • open a supper class resource file by Ctrl+Click
  • 26972 - [regression - refactoring] Corrected PHP class renaming in 5.3 projects
  • 26758 - ZF Project creation wizard - The libraries list in PHP include path dialog
  • now shows the Zend Framework library
  • 25593 - 'First method' insertion point is respected
  • 25464 - undo text change' action now works properly just after Gett/Sett
  • were inserted
  • 27084 - Add a new source folder in PHP project wizard - now creates a new folder
  • 27071 - Adding project2 to include path of a project1 no longer makes visible the whole
  • project 2 structure under Include path
  • 25482 - Browse for a superclass / add an interface in New PHP Class wizard
  • Finish button now works
  • 25298 - Can now rename constant members of an interface
  • 25844 - Can now rename files in ExampleProject
  • 26954 - Can now start a debug session with linked folder to RSE filesystem
  • 27136 - Code Assist - access modifiers are now suggested in class body
  • 26281 - Code Assist performance improved
  • 27183 - Create JavaScript Project, double click in PHP Project outline view no longer shows
  • java.lang.NullPointerException
  • 27115 - Create ZF Project - The linked source folder is no longer missing under ZF
  • project node
  • 27092 - Debug URL - double click at a breakpoint in Breakpoints view -
  • illegal state exception is no longer thrown in Editor area
  • 26911 - Debugger now stops execution at breakpoints when debug URL from remote
  • server
  • 27111 - Double click on element in PHPUnit view opens the editor
  • 26090 - No more double tab with file name opened in PHP Editor, when start Debugging
  • with error in external files
  • 24882 - Edit an external file code - the changes are now applied in Outline view
  • 27060 - Enabling JavaScript Support trough writing code no longer invokes NullPointerException
  • 27257 - Error no lnger issued while crating a ZF Example Project
  • 26983 - Exit Zend Studio - a confirmation dialog is suggested
  • 26944 - Extended class is now found
  • 27086 - Functions view is no longer empty
  • 27349 - Generate Getters and Setters for a class variable, then rename it -
  • NPE is no longer thrown in dialog
  • 27355 - i5 related message no linger shown in ZendStudio Professional edition Expiration
  • period page
  • 27007 - In case of project root not on build path you can now select a class
  • for a test case
  • 27032 - javascript syntax coloring is no longer missing in PHP and HTML files
  • 27034 - Launch the New PHPUnit Test case wizard - a warning message 'No
  • element specified' is no longer missing
  • 27202 - move a folder to a project where a folder with the same name
  • exists - validation added
  • 25667 - Moving HTML, XML, CSS and JS files by drag Drag'n'Drop in the
  • Explorer is now available
  • 27360 - Multiple interface inheritance - Interface and interface method
  • can now be renamed
  • 27044 - New PHP Project wizard - Add libraries, then press Finish in PHP
  • build path dialog - the libraries are no longer missing
  • 27030 - New PHPUnit test case wizard - browse for a superclass - the classes
  • from PHPUnit 3.x library are now suggested
  • 25836 - Comments now generated for a function, which overrides other function
  • 27116 - Error message added for while typing an existing Project name but in different
  • case
  • 27302 - Added NPE when trying to run PHPUnit without the library in the include path
  • 26544 - Open Functions node in PHP Project Outline view - NPE is no longer thrown in dialog
  • 24165 - Open PHP Element is no longer missing both in Navigate menu and toolbar
  • 27003 - open type/ method in a php file, created in a source folder - now possible
  • 27012 - PHP Search now finds a result from source folder php file.
  • 25468 - PHPUnit Library Path field is no longer empty
  • 27210 - PHPUnit Test Suite can now be run
  • 27303 - PHPUnit view - A part of right-click context menu options are now
  • available
  • 27072 - Press Back on the second/third PHP project wizard page, then press
  • Finish - the project is now created
  • 25301 - Private members no longer suggested
  • 27108 - Profile an External php file with errors in the code - links in
  • Console view are now displayed
  • 27105 - Profile as PHP Script - Double-click on element now opens the
  • editor
  • 25297 - Refactor - rename of Class members no longer fails in some cases of
  • inherited reference
  • 27010 - remove the project from build path, try new test case for source
  • folder items- matching items are now suggested
  • 27195 - Rename a class through Rename resource dialog - now possible
  • 27133 - Rename a file - sections Original Source and Refactored source
  • are no longer missing in Rename Resource wizard
  • 27132 - Rename a file - the file references are now updated accordingly
  • 26952 - Rename a method - now possible - runtime CoreException is no longer thrown
  • 27199 - Rename a php file, the relevant include string os now renamed
  • 25300 - Rename of class methods no longer fails for some inherited reference cases
  • 27234 - Rename source folder reference functionality now works
  • 26902 - Resume at debugger now refreshes variables value
  • 26361 - Right-click on a class in Outline view - The option 'Generate
  • Getters and setters' is no longer missing in context
  • 26607 - Right-click on a php file in PHP Explorer view - Invoking PHPUnit
  • Test Case/ Suite action now works
  • 26609 - Run/ Debug a PHP UnitTest Suite php file - no longer unable to run PHPUnit
  • session
  • 26926 - Run/Debug Untitled document work for first invocation after
  • change on it
  • 27165 - Search for type declarations in External Source folder under
  • Include path - fixed
  • 27230 - Select a namespace name in editor, then apply Ctrl+C - Null
  • Pointer Exception in dialog, it can now be closed
  • 24883 - Soap client is now displayed in Outline view
  • 26526 - The action 'Generate Getters/Setters' is no longer doubled for a variable
  • in Outline view context menu.
  • 26528 - The check box 'Use ASP tags as PHP tags' is no longer missing in New PHP
  • Project wizard
  • 25594 - The option 'PHPUnit test' is no longer missing in right-click context menu
  • in Editor
  • 27228 - Try to Generate Getters and Setters for a namespace -NPE is no longer
  • thrown in dialog.
  • 26138 - Can now create third instance of PHP file
  • 27041 - Scary screan no longer appears after clean installation of Zend
  • Studio 7.1.0
  • 26931 - ZF Example project is no longer created empty
  • 26953 - [regression]Select a class method / variable in PHP Explorer view,
  • then press F2 - Rename class member dialog is now launched
  • 25601 - [rename project] "Update the class with the same name" option
  • now works
  • 25602 - [rename project] If the change only includes renaming the project
  • folder - enable finish button without preview
  • 25514 - [Rename] rename a field no longer changes the method name as well
  • 25621 - [Rsgression] Renaming of fnctions now affects other files in
  • some cases
  • 26765 - [Semantic Analysis] 'Configure Project Specific Settings' link now
  • functioning correctly
  • 26768 - [Semantic Analysis] 'Restore Defaults' now enables the combo-boxes
  • 26774 - [Semantic Analysis] Corrected description of the error for re-declared
  • interface
  • 27378 - [Services] Improved Registration of Licenses
  • 26785 - [Team Sync] Trying to create a project in a LOCAL connection no longer freezes
  • 26784 - [Team Sync] "Import" / "Export" actions enhancement.
  • 26722 - [Team Sync] Add a new "Project from remote connection" wizard under
  • new PHP project category
  • 26786 - [Team Sync] Add an outgoing change, try to ?"Team | Import?" this
  • change
  • 26782 - [Team Sync] Changed default preference value
  • 26779 - [Team Sync] Connection selecting wizard enhancement
  • 25820 - [Team Sync] Enabld team synchornization model for FTP
  • 26783 - [Team Sync] Export On Save
  • 26780 - [Team Sync] Remote Servers: replaced ?"SSH Only?" to ?"SSH?"
  • 26611 - [Update 7.0.0 to 7.0.1] ZF is now updated correctly
  • 26683 - [usability] Import.../Export... labels no longer contradictory
  • 27173 - [Windows 7] Declare Zend Studio as Windows 7 supported
  • 25663 - [Word wrap] enable word wrap to editors
  • 27169 - [Xdebug] Enable Xdebug
  • 27155 - a file can now be created in a project even if the file name is the same as
  • an existing folder name
  • 25597 - A lot of exceptions are no longer thrown on 'te' and 'zwas' projects
  • 25519 - Add a project 1 to include path of project 2, then rename it - 'update
  • references' now works
  • 26990 - Add a project 2 to include path of project 1, then rename project2 - the
  • files from php language library are no longer suggested in CA
  • 26988 - Add project2 to include path of project1, then rename project1 -
  • project2 is no longer removed from include path
  • 25138 - after toggle block comment - with tricky code - editor no longer has problems
  • 25326 - All the four PHP Executables can no longer be removed with a "delete" key from
  • the keyboard
  • 27346 - An exception error no longer pops up (after refactoring?)
  • 25399 - An external file no longer opens each time after restart
  • 27429 - An internal error occurred during: "Selection Job titile" error
  • message is no longer shown
  • 27079 - Apply 'Group be namespaces' action - unexpected namespace
  • is no longer displayed.
  • 26766 - fixed text appearance when type wrong name at Extract Method Wizard
  • 26688 - Both success and failure dialogs no longer shown in Test Debugger
  • 26100 - Callout manager icon is no longer missing on Linux
  • 27186 - Can now run a single PHPUnit test
  • 25700 - Can now create PHPUnit test suites using test cases from Studio 6.x
  • 26560 - Can now delete created connection with pressing delete keyboard key
  • 25211 - Can now profile PHP script on web server
  • 25698 - Can now run PHPUnit Test Suite created on ExampleProject
  • 27157 - Changing file in filesystem no longer makes it unusable
  • 25394 - Code Assist now works for SQL code in SQL Scrapbook editor
  • 25612 - Code Coverage now contains only tested code
  • 25606 - Code formatter now works on the attached file
  • 27285 - Debug a ZendServer event - Double-click on a breakpoint - ZendStudio no longer
  • freezes
  • 26969 - Debug as web page - click on notice link in console view - an
  • illegal argument exception is no longer thrown
  • 26974 - Debug External file as php script - two instances of the file are
  • opened, both instances are no longer read-only
  • 26884 - Debug URL - now stops in breakpoints
  • 27047 - Debug URL - studio no longer freezes for 3-5 seconds
  • 27179 - Debug URL / Profile URL - two php files with the same name - correct
  • behavior
  • 26008 - Deleting a folder works
  • 25854 - Dragging and droping files in order to move them in the PHP explorer
  • is no longer annoying
  • 26725 - exception is no longer thrown in 'go to EOL' operation
  • 25539 - External php file is now editable, after twice - edit and run
  • as php scrip
  • 26564 - Extract Method -> unexpected error no longer shown
  • 26937 - Extract Method comment generated on corect line
  • 26436 - Hiding first 4 signs at Rename PHP files no longer applicable using F2 key
  • 27143 - Download Project from Server wizard labels fixed
  • 26880 - keywork parent is no longer marked as unknown class
  • 27222 - Label in PHPDoc Generation corrected
  • 27114 - Link source folder to build path - the project is no longer removed from
  • build path automatically
  • 26961 - Link to folder in file system - RSE - Profile as php script -
  • Execution statistics view no longer stays empty
  • 27076 - Move file using drag & drop now works
  • 25629 - Moving files - wrong include paths no longer updated
  • 25626 - Moving files updates include/require for library entries
  • 24902 - New Class Wizard - Both PHPDoc block and TODO now generated
  • for a class
  • 27027 - New PHPUnit test case wizard - validation - unexpected warning
  • message no longer displayed
  • 26685 - Bulb icon is now displayed at project name when importing project
  • from FTP server
  • 26660 - Error message now displsyed when trying to connect with no exist IP address
  • for FTP Server
  • 25792 - Methods now generated when applying the action 'Override/Implements
  • methods'
  • 27061 - Suggestion for enabling JavaScript support at HTML pages fixed
  • 26986 - XML report now generated when applying 'Generate XML Report'
  • and 'Colect Code Coverage statistics' actions
  • 26556 - Fixed help button at Properties for Task Repository
  • 26562 - Fixed help button at Sharing Project Wizard
  • 26553 - Fixed help button at Import Project Wizard...
  • 26559 - Removed unnecessary button at Team Synchronizing Perspective
  • 26561 - Not synchronized icons no longer appear after synchronization
  • 26891 - null is no longer shown in stack trace when debugging
  • 27435 - Fixed - Only description and priority can be add from Add Task...
  • 25695 - Outputting the include path no longer shows the project root twice when
  • running as PHPUnit
  • 25160 - Perform ZF default / Full ZF featured + dojo project creation -
  • ZF project is no longer created empty [Linux/MAC]
  • 26976 - php-5.3 binaries are no longer compiled with VC9
  • 26643 - phpDoc comments now affect Code Assist when used with
  • namespaces for multiple classes
  • 27277 - PHPDocumentor now supports namespaces
  • 26935 - PHPUnit - open from failure trace no longer opens a copy of the page
  • 27158 - PHPUnit launch no longer ridiculously slow
  • 27029 - PHPUnit test case wizard - class element selection dialog - Both
  • php file name and source folder are now shown
  • 26999 - PHPUnit3.x, User library and ZF 1.x library are now available
  • in Include path after project renaming
  • 27109 - Press Cancel in PHP Unit test Suite wizard while the searching
  • element process is in progress - Element selection dialog is no longer open
  • 26888 - Profile URL - Code Coverage summary section no longer stays empty
  • 24373 - Project layout - New project -create separate folders for source
  • files - PHP functions view no longer stays empty
  • 25633 - Project/file move/rename now updates lauch/debug configuration
  • 27091 - Private method invoking no longer passes compiling
  • 27026 - Refactor->Move no longer causes an unusable include/require statement
  • 26554 - Remote server section is now visible in new PHP Project wizard
  • 26552 - Remote system integration - A connection to remote
  • server is no longer required for a new php project creation
  • 26558 - Remote systems integration - Running a synchronize action for ZF
  • project an exception is no longer thrown in dialog
  • 26717 - Remove execution of code coverage when profiling
  • 27141 - Removing ZF from include path during create project no lnoger removes it
  • from index completely
  • 27134 - Rename a php class - the class reference is now updated accordingly.
  • 26938 - Rename a PHP Project which includes a source folder - dltk core
  • Model Exception - problems solved
  • 25520 - Rename a project - the project reference no longer disappears under Include
  • path node
  • 25521 - Rename resources dialog - correct check box name (spelling error)
  • 26804 - Renaming one class no longer renames another occurrence with the same name
  • 25383 - Restart Zend Studio - Zend Server Information button now shows
  • the auto detection message
  • 24427 - Run/ Debug External php file - the link given in console view is
  • now functional
  • 26091 - Run/Debug as PHP Script - Launch error - no longer displayed
  • 25057 - Some extensions no longer missing for php5 in Linux
  • 26153 - Source folders can now be moved using drag-and-drop
  • 25669 - Test class search is now cancellable
  • 25506 - The action 'Generate element comment' no longer throws 'Could not open the
  • editor: The file does not exist.' in Editor
  • 26753 - The external source folders/ libraries are now available under
  • Include path node after project renaming
  • 25796 - There is now a way to rename source folder.
  • 26996 - Try renaming of a class method in a php file located in a source
  • folder - now possible
  • 26892 - Trying basic namespace usage no longer throws error to the screen
  • 25147 - Now able to run unit test when trying to run it from the folder
  • 26557 - Available help Button at making new connection
  • 27149 - updated EULA now used
  • 25640 - Use ISourceModule instead of IFile in refactoring API
  • 26676 - ZF Search is now visible in bottom-right corner

New in Zend Studio 6.1.2 (Apr 22, 2009)

  • Updated Component Versions
  • Eclipse Platorm - updated to the latest SR-2 version (Eclipse 3.4.2).
  • Eclipse Datatools platform - updated to the latest SR-2 version (1.6.2).
  • Eclipse Web tools platform - updated to the latest SR-2 version (3.0.4).
  • Eclipse Target Management (RSE) - updated to the latest SR-2 version (3.0.3).
  • PHPUnit - updated from version 3.3.9 to 3.3.15
  • Zend Framework - Version 1.7.8, which includes the Dojo 1.2 library, added
  • as an option.
  • Bux Fixes
  • The following customer reported issues were fixed:
  • .1.1 breaks Perforce plug-in - Ticket #181773
  • Problems updating Zend Studio - Ticket #181911
  • Cannot use plugin manager to update or install software - Ticket #181914
  • RSE Feature Patch requires feature 3.0.2 - Ticket #181932
  • Remote debugging problems when php.ini has auto_prepend_file
  • Ticket #181434
  • "As you type" validation doesn't work - Ticket #182318
  • Default SVN connector not saved in preferences - Ticket #181061
  • Built-in PHP5 executable extensions problem - Ticket #181624
  • Table Data Editor (DTP) is limited to the first 50 rows - Ticket #180645
  • Unable to select database in SQL Scrapbook - Ticket #181509
  • Cannot install/update plug-in with the Language Pack installed
  • Ticket #181887
  • Software only starts up once with the Language Pack installed
  • Ticket #181924
  • Zend Studio Error displayed during file open - Ticket #182385
  • Language Pack installation causes "java.util.zip.ZipException: Too many
  • open files" error - Ticket #182394
  • In addition, the following bugs were fixed:
  • Debug URL action doesn't work with GET parameters - Mantis #0023473
  • Zend Server doesn't autodetect Zend Studio 6.1.1 - Mantis #0024374
  • Code Assist throws an error in a dialog in a JavaScript HTML file
  • Mantis #0024558
  • FTP connection freezes Studio after 5 minutes of work (takes 97% CPU)
  • Mantis #0024260
  • Known issues
  • Encrypt communication using SSL - Debugging with Zend Studio and Zend Server
  • is not possible using the encrypted (SSL) communication option. This issue
  • will be resolved in the next Zend Server minor release. As a workaround one
  • should disable this option (off by default).

New in Zend Studio 6.1.1 (Feb 6, 2009)

  • Updated Component Versions:
  • PHP 5 - from version 5.2.5 to 5.2.8
  • PHP 4 ï¿œ from version 4.4.6 to 4.4.9
  • Debugger ï¿œ from version 5.2.14 to 5.2.15
  • PHPUnitï¿œ from version 3.2.18 to 3.3.9
  • Zend Framework - Version 1.7.2 added as an option, which includes the Dojo 1.2 library
  • Zend Framework - Version 1.6 updated to version 1.6.2, which includes the Dojo 1.1library
  • Bux Fixes:
  • Errors when closing multiple editors - Ticket #179439
  • ï¿œNull point error exceptionï¿œ during building of imported projects after Studio restart - Ticket #180935 / #181110
  • Browser error returned when ï¿œOpen Manualï¿œ action applied to methods which do not exist in the PHP manual - Ticket #180084
  • Errors when overriding abstract class method in new class wizard - Ticket #178737
  • Wrong documentation for array_merge() functionï¿œs returned type - Ticket #177618
  • Refactoring errors when code uses German characters in utf-8 encoding - Ticket #179987
  • PHPUnit tests cannot be created for remote files - Ticket #180140
  • Slow debugging using Zend Studio Debugger Toolbar with TYPO3 Framework - Ticket #180599 and #180830
  • - Refactoring rename internal error - Ticket #181210
  • - Zend Framework .htaccess file not aligned with Zend Framework standards - Bug #22365
  • Unresponsive CSS editor - Bug # 23130
  • Licensing and feedback usability experience issues - Bug #23128 and #23127
  • New JavaScript file wizard does not use the currently selected location as the
  • default new file location - Bug #21880
  • Update system shows empty updates and PDT and Zend Debugger updates not available for selection - Bug #17450