john lim

ADOdb 5.12 Released - John Lim (PHP Everywhere - By John Lim)

Planet PHP  Sun, 07/24/2011 - 02:11

After a long pause, a new version. Having young children and a busy work schedule has been keeping me too occupied.

Mostly bug-fixes.

Some minor enhancements for Oracle performance monitoring.

Click here to Download.

Regards, John Lim


Postgres: Added information_schema support for postgresql.

Postgres: Use pg_unescape_bytea() in _decode.

oci8: Fix bulk binding with oci8.


 

Moving to PHP 5.3 - John Lim (PHP Everywhere - By John Lim)

Planet PHP  Wed, 01/05/2011 - 22:59

Now that PHP 5.2 is at the end of life, we are starting to migrate to PHP 5.3.

Here are some of my experiences with our code:

  • The function session_register() is now deprecated.

    We have created a wrapper function called _session_register with the same functionality.


 

The fine art of application virtualization - John Lim (PHP Every...

Planet PHP  Mon, 08/30/2010 - 20:19

The new 8-core Intel Xeon 7550 processors are extremely powerful and a good platform for virtualised applications.

My company is setting up PHP application running on a Xen based virtualisation on two HP Proliant DL580 for a total of 64 cores in a high availability environment.

We are using Zend Server CE (PHP 5.2) and Oracle 11gR2. More info later as i have to go for dim-sum with relatives in a few minutes time.


 

John Lim's Blog: Updated Optimizing PHP Article

PHPDeveloper.org  Fri, 11/06/2009 - 09:34

John Lim has updated his Optimizing PHP article with some new tips on caching data:


 

Oracle Technology Network: High Performance and Availability wit...

PHPDeveloper.org  Fri, 07/03/2009 - 13:12

John Lim has written up an article for the Oracle Technology Network about creating high performance systems with Oracle's Real Application Clusters (RAC) and PHP.