5 Results for php

Many Improvements in Zend Framework 1.6

The Zend Framework, a popular open-source Web application framework sponsored by PHP company Zend, just released version 1.6, and it contains a large number of new features. So writes Zend co-founder Andi Gutmans on his blog last week, on the occasion of the release being made available. The most important features associated with this release are the integration of the Dojo framework for JavaScript, better support for automatic testing, and better support for SOAP.



Lessons From PHP 4.4 End-of-Life Announcement

The developers of PHP announced last week that PHP version 4.4.9 is now available. This would not be remarkable in and of itself, except that the developers also indicated that this would be the last release of PHP 4.4. If PHP were commercial software, its end of life would be cause for panic in some quarters. The end of life of an open-source project works differently, of course. It does mean that the official development group will no longer spend time and energy fixing bugs in these old versions. But that's where the similarities between proprietary and open-source software ends.



Top Screencast Sites for Open-Source Developers

Want to learn a new programming language or development framework? Books, magazines, and blogs are excellent -- but a growing number of people are also learning from screencasts, tutorials that combine someone's voice with a video of their computer screen. You can watch the teacher develop in real time, describing the actions that he or she is taking while they take place. There are many screencasts for open-source languages and frameworks, many for free and some for a nominal fee. Screencasts are playing a growing role in my attempt to keep up with new technologies, and you might well find them useful, too.



PHP 6.0: More to Love, Less to Hate

PHP 6.0 is on its way, and it looks like this release will finally remove some of the features that caused many people to turn their noses up at PHP, such as register globals and magic quotes. At the same time, the new version will include built-in support for a number of new features, most notably Unicode, which will make it possible to create completely internationalized Web applications. PHP 6.0 might not stop people from hating the languge, but the improvements that we're seeing in the current developer snapshot point to a language that is maturing with time.


PHP "Test Fests" Scheduled for This Month

PHP is not the sexiest language, and many people are quick to point out its deficiencies for Web application development. However, PHP is one of the most popular open-source projects, with a huge following, and many installations. Given that it is a relatively stable project, you might expect the PHP development team to be resting on its laurels. But no; in addition to a regular bug-fix release, the PHP QA team is sponsoring a test fest, in an attempt to improve the language's automated test suite.