Zend_Session usage in DotKernel – Refactor of Dot_Session class
We found a strange behaviour of sessions in one of our project, running DotKernel version 1.5.0 Similar to this one described here In unknowns circumstances, and only in IE 8 and IE9 , the session...
View ArticleZend_Console implementation in DotKernel
Starting with 1.5, DotKernel has a Console bootstrap to easily run PHP scripts from the command line. The most common use for this is to be able to run cron jobs without using wget and going through...
View ArticleHow to Set a Persistent Connection to Database with Zend Framework Zend_Db...
From time to time, it may be a good idea to have a persistent connection to database. The place where it should be added that new configuration option is application.ini ( DotKernel approach as an...
View ArticleZend Framework dropped integration of WURFL adapter
According to Matthew Weier O’Phinney, Zend Framework Project Leader, in the next release of ZF, 1.12.0 branch, WURFL adapter will be dropped due to a change in licensing by the WURFL project — the free...
View ArticleNew Features in Zend Framework 1.12
According to Matthew Weier O’Phinney announcement, Zend Framework team is pleased to announce the immediate availability of the first release candidate of the Zend Framework 1.12 series, 1.12.0RC1 New...
View ArticleZend Framework 1.12.4 Released with Security Fixes
Matthew Weier O’Phinney just announced the release of ZF 1.12.4, 2.1.6, and 2.2.6 m with Security Updates For more information, please read the official release announcement: Zend Framework Released...
View ArticleCaching in DotKernel using Zend Framework
It’s very expensive to load configurations and settings from XML files, on every requests. First because of latency of accessing files from hard drive, second because of the XML file parsing burden....
View ArticleZend_Mail and Zend_Http Security Fixes in Zend Framework 1.12.12
The release of ZF 1.12.12 was just announced, with Security Updates especially on Zend_Mail and Zend_Http components. For more information, please read the official release announcement: Zend...
View ArticleMigration of Zend Framework 1 PEAR channel
The unofficial PEAR channel for Zend Framework 1 was hosted on Google Code at this location: ZF Pear, but since the closing of Google Code we were forced to move it. Zend Framework 1 is still used by a...
View ArticleZend Framework 1 End-of-Life
EOL ( End-of-Life) term was just announced. Only up until Sept. 28,2016 , Zend Framework 1 will receive security updates. ” With the release of Zend Framework 3, it’s time to halt development on...
View Article