GeoIP City Removed From DotKernel

In the newest version we have removed the GeoIP City integration. The City database on GeoIP 1.1.0 extension was causing a segmentation fault, which resulted in crashing or outputting an error instead of executing the PHP Code. … 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

DotKernel Reserved Variable Names for Caching

This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 related posts, go here. This article is related to: Caching in DotKernel with Zend Framework Cache The variables that DotKernel cache are … Read MoreRead More

Configuring the Cache in DotKernel

This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 related posts, go here. This article contains the DotKernel cache layer configuration guide. The DotKernel Caching Layer is based on Zend Framework … Read MoreRead More

Implementing the new Password Hashing API from PHP 5.5 in DotKernel

This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 related posts, go here. In order to use the new Password Hashing functions , introduced in PHP 5.5 , and unify all … Read MoreRead More

Better Unicode Support in MySQL 5.5 UTF8MB4

Beginning with version 5.5 of MySQL , utf8mb4 character set was introduced, in order to better support Unicode. Further reading: MySQL and Unicode , also directly related to PHP Sample dk.sql file, part of DotKernel framework, was updated in revision … Read 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

Avoid routing through bootstrap of non existent files

In some cases you may encounter missing files: images, css or js files. All those missing files are processed by the current bootstrap: index.php If the session is set to regenerate on each request, as a normal security measure, the … Read More

Welcome to the 10th Zend Certified Engineer in Dotboost Team

Today is a major milestone for our Dotboost Technologies Inc. Company. We are announcing the 10th member of the team passed the Zend Certified Engineer exam. Zend Yellow Pages This is part of our commitment to ensure that our clients … Read More

Codelobster PHP Edition – Free PHP, HTML, CSS, JavaScript editor (IDE)

Free PHP, HTML, CSS, JavaScript editor (IDE) – Codelobster PHP Edition For valuable work on creation of sites you need a good comfortable editor necessarily. There are many requiring paid products for this purpose, but we would like to select … Read More