Categories
php tecnologia

Zend Studio 6 sarà basato su Eclipse?

Pare che Zend voglia entrare nell’Eclipse Foundation per supportare lo sviluppo dell’IDE come piattaforma standard, e di riferimento, per il development in PHP.

La cosa non si ferma qui perchè i piani finali di Zend, e di IBM, sono quelli di creare una sorta di piattaforma di sviluppo per applicazioni mission critical in php (un ennesimo framework definitivo?) per poter combattere ad armi pari con il crescente utilizzo di .NET.

[via php-mag]

Categories
php tecnologia

Zend Studio 5 beta 2

Nuova beta per lo Zend Studio 5, moltissimi i bug fix e un nuovo manuale in linea per imparare ad usare le nuove funzionalità.

ciuaz

Categories
php

Zend Developer Environment 5 beta

E’ stato rilasciata oggi la versione beta 5 dello ZDE, tra le novità principali:

  • NEW – Web Services Support: Easily generate WSDL files directly from your PHP source code and parse existing WSDL files for Code Completion integration and Inspection View.
  • NEW – Subversion Integration: Seamlessly integrate between Zend Studio and subversion source control with this top user-requested feature.
  • NEW – Code Folding: Be more productive by easily folding classes, functions, PHPDoc blocks and non-PHP code.

Il code folding (screenshot) è decisamente la funzione che più aspettavo (cacchio è implementata su qualsiasi editor per linux…)

Inoltre da un primo test la velocità di esecuzione e l’utilizzo di memoria (sotto windows) sono decisamente migliorate.

ciauz

Categories
php

php::Links( ‘ PHP 5.0 beta3 ‘);

PHP 5.0 Beta 3 has been released. The third beta of PHP is also scheduled to be the last one (barring unexpected surprises). This beta incorporates dozens of bug fixes since Beta 2, better XML support and many other improvements, some of which are documented in the NEWS file.

Some of the key features of PHP 5 include:

  • PHP 5 features the Zend Engine 2.
  • XML support has been completely redone in PHP 5, all extensions are now focused around the excellent libxml2 library (http://www.xmlsoft.org/).
  • SQLite has been bundled with PHP. For more information on SQLite, please visit their website.
  • A new SimpleXML extension for easily accessing and manipulating XML as PHP objects. It can also interface with the DOM extension and vice-versa.
  • Streams have been greatly improved, including the ability to access low-level socket operations on streams.

ciuaz