Category Archives: Web development

How to prevent Easycom from loading

Several clients have asked me how to prevent their older Easycom components from loading, now that they’ve migrated from the Easycom toolkit to the new open source IBM i Zend toolkit. Here are instructions based on suggestions from Rod Flohr … Continue reading

Posted in IBM i, iSeries, PHP, System i, Web development, Zend Server, Zend's PHP toolkit for IBM i | 3 Comments

Which version of Zend Server for IBM i do I have?

Here is the easiest way to determine which version of Zend Server is installed on a given IBM i system. From a 5250 command line, follow these four steps: 1. GO LICPGM 2. Take option 10 (Display installed licensed programs) … Continue reading

Posted in IBM i, iSeries, PHP, System i, Web development, Zend Server, Zend's PHP toolkit for IBM i | Tagged , , , | Leave a comment

Toolkit webcast tomorrow, April 5

Tomorrow I’m presenting a new webcast, New PHP Toolkit from Zend and IBM: Open Source on IBM i, as part of System i Network’s free “Virtual Conference.” Date: Thursday, April 5 Time: 11:15am ET Registration (free): http://tinyurl.com/new-toolkit-20120405 Other presentations in … Continue reading

Posted in Announcements, Apache, db2, Events, IBM i, iSeries, PHP, System i, Web development, Zend Framework, Zend Server, Zend's PHP toolkit for IBM i | Leave a comment

Web performance webinar today

Hope you can join me for “Web performance first aid,” a webcast for the COMMON user group. The webcast will be recorded and archived for future listenings as well. The webcast is for COMMON members, so anyone wanting to hear … Continue reading

Posted in Announcements, Apache, db2, IBM i, iSeries, Performance, PHP, System i, Web development, Zend Framework, Zend Server | 3 Comments

Zend Framework DB2 adapter for IBM i

I recently received a question about how to use DB2 with Zend Framework on IBM i. Thomas wrote: I would like to start with Zend Framework on i5 [IBM i] with Zend Server and ZF’s DB2 database adapter. I got … Continue reading

Posted in db2, IBM i, iSeries, Performance, PHP, System i, Zend Framework | Tagged | 11 Comments

PHP performance tip: disable unused extensions with Zend Server

Whenever I’m brought in to improve the performance of a PHP application, an easy change I make is to disable any PHP extensions that the application does not use. PHP extensions are code libraries written in C that add to … Continue reading

Posted in IBM i, iSeries, Performance, PHP, System i, Web development, Zend Server | Tagged | Leave a comment

Zend Framework webinar this Wednesday

On March 9, 2011, I’ll present a free webinar about how to create a Zend Framework project on IBM i. The webinar is at 9am PST, 12pm EST. Sign up here: http://www.zend.com/en/company/news/event/790_webinar-your-first-zend-framework-project-on-ibm-i Here’s the complete list of my upcoming talks.

Posted in IBM i, iSeries, PHP, System i, Web development, Zend Framework, Zend Server, Zend Studio | Tagged , , | Leave a comment

Maximize Zend Server PHP performance with Apache compression

Faster web sites sell more products, create better user satisfaction, and even rank higher in Google searches. Try compression to boost the download speed of your Zend Server for IBM i pages. You can compress PHP output javascript, style sheets, and other text-based content. My tests show a speed improvement of 10-50%. Continue reading

Posted in Apache, IBM i, iSeries, Performance, PHP, System i, Web development, Zend Framework, Zend Server | Tagged , , , , | 5 Comments

A simple security measure

A reader recently asked me this security question: If a user enters: http://<my_ip>/<mydirectory> instead of http://<my_ip>/<mydirectory>/script.php They get a listing of all scripts/files in that directory and they can then select and execute/run those scripts. This is a real concern … Continue reading

Posted in Apache, PHP, Web development | 2 Comments

Differences Between Zend Core and Zend Server on IBM i

Zend Server for IBM i improves upon Zend Core’s older implementation of PHP in numerous ways. To make the migration easier, I’ve created a table that shows some of the settings and default file locations that have changed between Zend … Continue reading

Posted in IBM i, PHP, System i, Web development, Zend Server | 6 Comments