Main > General - Page 2 of 4


July 25, 2007

As previously announced by Joshua, phpDocumentor 1.4.0 is just released. The new release adds for new tags for "magic" properties and methods, new runtime options "--ignoresymlinks" and "--undocumentedelements", new memory_limit option in phpDocumentor.ini, in addition to several bugfixes from the...

July 14, 2007

The news is now official, PHP.net just announced that PHP 4 will be discontinued. There will be no more releases of PHP4.4 after 2007, and critical security fixes will continue until 2008-08-08 (a magic day ?). I think it was...

May 29, 2007

After the latest great article on defensive programming techniques, Manuel Lemos posted today more good practice for defensive programming. This will give you a bunch of great techniques to prevent a curse from taking down your business. Today's tips :...

May 20, 2007

The latest Zend newsletter (Issue #333) pointed to a new patch posted by Wez Furelong for anonymous functions in PHP. This would allow users to write things like : $data = array("zoo", "orange", "car", "lemon", "apple"); usort($data, function($a, $b) {...

May 12, 2007

Cal posted a great article over Zend Devzone using PHP and the Zend Framework as the back-end data source for a Feed Reader Flex application. The application made in the tutorial is an RSS Feed Reader for DevZone that adds...

April 25, 2007

Manuel Lemos posted a very interesting article on defensive programming techniques. Things goes when PHPClasses newsletter faced some technical problems in delivery, but thanks to defensive programming "no harm was done. It only caused a delay in the delivery of...
phpMyAdmin released version 2.10.1 bugfix-only but include also a security fix for an XSS vulnerability. The security level is Less critical according to Secunia advisory which posted a short description of the bug, so updating to version 2.10.1 is kinda...

April 19, 2007

Hasin Hayder, shared with us his bad experience with CodeIgniter Open Source Framework. I understand the troubles that happened to their users database with such unexpected behavior, but it's something to learn from. Personally I will never allow updating my...

April 14, 2007

PHP.net announced today the Seven students and projects that will participate this year in the Google Summer of Code. This summer will flip bits instead of burgers : Hannes Magnusson will work on LiveDocs, which is a "tool to display...

March 22, 2007

IBM developerWorks have a new article by Roger McCoy on using PHP from command line. It is definitely a great alternative that I used personally so much to write alternative solution for shell scripts for almost anything. If you didn't...
< prev page 1 2 3 4 next page >