This document discusses PHP and the new PDO::Informix driver. It provides an overview of PHP and how it has evolved since 1995. It also discusses PEAR and PECL, which are repositories for PHP packages and extensions. The document demonstrates how to install and use the new PDO::Informix driver to connect to Informix databases from PHP applications. It covers connection parameters, binding parameters for queries, and best practices for error handling. Live code demonstrations are provided of connecting to Informix and performing queries using the PDO::Informix driver.