Update 20th June 2009 – I found a bug in PHP 5.2.6, so I have compiled 5.2.10 rpms and provided a repository from which to install them, check out the article here.
Update 19th May 2009 – I have written an article here detailing how to build RPMs and install some additional php extensions, which although [...]
Posts Tagged ‘Zend Framework’
Installing PHP 5.2.6 on CentOS 5
Posted 17th May 2009 by Andy | 10 CommentsZend_Loader, the silent killer
Posted 9th February 2009 by Andy | 1 CommentUpdate 1st May 2009: Good news, Zend Framework 1.8 defaults to no longer suppressing errors in loading classes (not sure how much of their library has been converted to use this though)
A good article on the autoloader changes:
http://devzone.zend.com/article/4525
Several times during website development, I have come across scripts which die without errors, so I try and [...]
Zend_Form’s flaw in an MVC environment
Posted 19th April 2008 by Andy | 4 CommentsZend_Form, the latest and greatest addition to the Zend Framework in version 1.5, is an infusion of the best bits of Zend_Filter_Input, and the Zend_View_Helper system. At first glance it looks like the ideal system for setting up from the simplest to the most complex forms, and this is how most people will see it.
I [...]
Zend_Cache_Frontend_Page – FAIL
Posted 6th April 2008 by Andy | 1 CommentIn my attempts to create the most Digg resilient website, I decided there was only one thing for it, full page-based caching on the server.
My first foray into this was trying to implement Zend’s Zend_Cache_Frontend_Page.
However, I found a few show-stopping bugs in this, when involving browser-based cache HTTP status (304 Not Modified), and for http [...]