Installing GeoIP extension in Zend Server 6 on Windows

As an update to the post Installing GeoIP extension in Zend Server 5.6 on Windows , for Zend Server 6.1 , you can do the following: Download the php_geoip-1.0.8-5.4-nts-vc9-x86.zip file from http://windows.php.net/downloads/pecl/releases/geoip/1.0.8/ From the archived file, copy the file php_geoip.dll to … Read More

Installing GeoIP extension in Zend Server 5.6 on Windows

To test if you have php_geoip extension on your Zend Server, create an php file and copy the following code. This will output true if extension is available or false if not. … Read More

PHP Formatter and Templates for Zend Studio 10.1

Because Zend donated the Zend Studio’s Formatter upstream to the PDT project, the Formatter plugin for Zend Studio 10.1 need to be changed: replace  “com.zend.php” to “org.eclipse.php”. See  the updated file  DotKernel PHP Formatter for Zend Studio 10.1 About PHP Formatter … Read More

DotKernel on Nginx

This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 related posts, go here. Due to the fact that the current buzzword is Nginx instead of Apache, we decided to test if … Read MoreRead More

Version Control Ignore Patterns in Zend Studio

In order to globally manage the “Ignored Resources”  patterns in Zend Studio, for all projects , instead of manually add to each project, you can do the following: 1. Go to Window-> Preferences 2. Team -> Ignored Resources  3. using … Read More

SVN keywords setup in PHP IDE ( Zend Studio)

For a better integration of SVN, your PHP IDE( Zend Studio), and a bug tracker of choice, the below proprieties must be set, for each project you have. … 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

Scientia Mobile licensed its Wurfl Cloud PHP library to DotKernel 1.6

This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 related posts, go here. In the DotKernel version 1.6.0 , released on May 16th, 2012 we have removed the GPL’ed WURFL PHP … Read MoreRead More

Wurfl Cloud Integration in DotKernel 1.6.0

This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 related posts, go here. Another new feature in version 1.6.0 of DotKernel is the integration of Wurfl Cloud. Wurfl or Wireless Universal … Read MoreRead More

Detecting Mobile Devices in DotKernel 1.6.0

This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 related posts, go here. The new DotKernel version 1.6.0 is comming with some changes how we are detecting mobile devices, this changes … Read MoreRead More