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

Using DotKernel with Composer Dependencies

This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 related posts, go here. This article will cover the external dependency usage VIA composer within DotKernel applications. There is also an article … Read More

Adding Composer support in your DotKernel project

This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 related posts, go here. Composer is an application-level package manager. Composer auto-loads the dependencies on demand and can also auto-load custom classes … Read More

Floating-Point Arithmetic – Why is (int)((0.7+0.1)*10) = 7 ?

This article applies to PHP 5.x but also to PHP 7 While using floating-point arithmetic you might have noticed that not all the calculus results are as expected, this can usually be observed when casting values. … Read More

Using PHP 7 Express in Zend Studio 13

This article will cover the steps needed in order to check the PHP7 compatibility, a small troubleshooter. This article will also contain a compatibility issue check on the latest Zend Framework 1 version. … Read More

Adding Windows 10 OS and Browser detection in DotKernel projects

This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 related posts, go here. Recently we have added the Windows 8, 8.1 and 10 OS icon and Microsoft’s Edge browser icon. In … Read MoreRead More

DotKernel 1.8.1 + Upgrade from 1.8.0 Released

This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 related posts, go here. DotKernel 1.8.1 was just released. Changes to DotKernel in the latest release: – Enhanced Cache Support, which means … Read More

DotKernel 1.8.0 LTS Released

This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 related posts, go here. DotKernel 1.8.0 (LTS) was just released. What is LTS? Long-term support (LTS) is a type of special versions … Read MoreRead 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

How to use Alerts in DotKernel

This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 related posts, go here. Alerts (or Dot_Alert’s) are e-mails usually sent to the site developers, these messages are sent with mail() therefore … Read MoreRead More