Christopher Jones talkes about some updates that he's made to the default PDO functionality of PHP, adding in a few things like pre-fetching and methods to get the details of the database server you're using.
After PHP 5.2.4 shipped and a new release cycle began, I merged a couple of enhancements to PDO_OCI attribute handling. Specifically I added $dbh->getAttribute() support for ATTR_SERVER_VERSION, ATTR_SERVER_INFO, ATTR_CLIENT_VERSION and. ATTR_AUTOCOMMIT. At the moment these are only available in the PHP snapshots on http://snaps.php.net/. Let me know if there are any issues so they can be resolved before the next PHP release.
He gives examples of two things - the pre-fetching functionality, allowing for better optimization for a query, and the transaction management features, making it as simple as a try{} block to test the commit and rollback if needed.
He also mentions other properties/attributes included in the new release - ATTR_PERSISTENT, ATTR_TIMEOUT, ATTR_ORACLE_NULLS, ATTR_CASE and ATTR_ERRMODE, ATTR_SERVER_VERSION and ATTR_CLIENT_VERSION (the last two have examples).
HEADLINES
Todd: Obamas night for the history books
Will these nights simply be a page in the history of America or the start of a completely new chapter? NBC Political Director Chuck Todd previews Obama's acceptance speech.
Pakistans next president: Mr. 10 Percent?
(AP)
AP - Asif Ali Zardari, the man poised to become Pakistan's next president, is still known as "Mr. 10 Percent" because of corruption allegations. Now his own lawyers say he may have suffered from mental health problems within the past year.
Automakers face conflicting safety rules worldwide
(AP)
AP - It seems like an easy solution: Americans are looking for more fuel-efficient vehicles, so Ford Motor Co. is bringing over some of the small, gas-sipping cars it's been selling to Europeans for years.