Sunsetting PEAR Channel for Zend Framework 1

Sunsetting PEAR Channel for Zend Framework 1 The unofficial PEAR channel for Zend Framework 1 was created in 2016 , at the time when PEAR was still used a lot. Due to the fact that is a pain to upgrade … Read More

Zend 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 Zend Framework 1. As such, … Read More

Migration of Zend Framework 1 PEAR channel

This post is old and probably out of date. 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. … Read More

Zend_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 Framework 1.12.12 Released Also, the ZF  PEAR channel was updated to latest 1.12.12 … Read More

Caching in DotKernel using Zend Framework

This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 related posts, go here. It’s very expensive to load configurations and settings from XML files, on every requests. First because of latency … Read MoreRead More

Zend 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 Also, the ZF  PEAR channel was updated to latest 1.12.4 release. … Read More

New 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 Features … Read More

Zend 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 version is now AGPL — … Read More

How to Set a Persistent Connection to Database with Zend Framework Zend_Db adapter

This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 related posts, go here. From time to time, it may be a good idea to have a persistent connection to database. The … Read More

Zend_Console implementation in DotKernel

This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 related posts, go here. Starting with 1.5, DotKernel has a Console bootstrap to easily run PHP scripts from the command line. The … Read MoreRead More