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
Author Archives: Gabi DJ
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
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
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