Skip navigation.

Christopher Jones

Syndicate content
Updated: 30 min 32 sec ago

Seven Things About Me - Tagged by Andi

Tue, 2009-01-06 17:29
In a theme being attributed to Tony Bibbs, Andi tagged me. Also see http://in2it.be/whotaggedwho.php. I have a mixed accent due to being English, but growing up in America and later Australia. My first computer was a Sharp PC-1211. I cycled... christopher.jones

New Python cx_Oracle 5.0

Thu, 2008-12-18 01:45
Now that Python 3000 has been released, Anthony Tuininga has announced cx_Oracle 5.0, the latest version of the extension for Oracle Database access. His announcement email contains all the details. Among the new features, it support Oracle 11g Connection Pooling... christopher.jones

Some PHP Oracle Books

Sat, 2008-12-13 02:05
(The bottom one is the now- old edition of the Underground PHP & Oracle Manual. The latest edition can be downloaded free from www.oracle.com/technology/tech/php/pdf/underground-php-oracle-manual.pdf)... christopher.jones

PHP OCI8 1.3 RPM is now on ULN

Thu, 2008-12-11 18:10
A "php-oci8-11gR1" RPM is now available on the "Unbreakable Linux Network" (http://linux.oracle.com/) in the Oracle channel. If you have the appropriate ULN subscription, you can use 'up2date' or 'yum' to install it and its dependencies (e.g. the Oracle Instant Client... christopher.jones

Available Now! Underground PHP & Oracle Manual, December 2008 Edition

Sat, 2008-12-06 00:12
Just in time for the gift-giving season, and at a price you can't beat. A hot-off-the-press, free, 290 page, updated version of the Underground PHP & Oracle Manual is available for download from http://www.oracle.com/technology/tech/php/pdf/underground-php-oracle-manual.pdf One of my tasks after the... christopher.jones

Which OCI8 DLL to use in PHP 5.3

Thu, 2008-12-04 14:40
As I foreshadowed in a now distant post, Pierre has installed Oracle 11g Instant Client on the PHP Windows build box and updated the OCI8 build scripts for PHP 5.3 (and PHP 6). PHP 5.3 now has two mutually exclusive... christopher.jones

PHP Brasil '08 - Trip Report

Thu, 2008-12-04 09:17
Last week's PHP Brasil '08 conference was held at the "UNIFIEO" University in Osasco, a region of São Paulo. São Paulo is a large, busy center of commerce. People work hard. Everyone at the conference seemed to have multiple jobs... christopher.jones

The Global PHP Community

Wed, 2008-12-03 13:37
At PHP Brasil '08, one of the themes I saw was community involvement. You've probably already read my previous post about Felipe Pena as a role model. Rafael Dohms gave a talk about getting involved in the PHP community and... christopher.jones

My PHP Brazilian of the Year

Tue, 2008-12-02 18:41
There is a lot happening around PHP in Brazil - there were 10 concurrent tracks at the PHP Brasil '08 conference in São Paulo last week. Brazilian PHP users are - and can become further - involved with many PHP... christopher.jones

Installing Oracle Databse 11g on Ubuntu

Thu, 2008-11-20 06:00
Paul Vallee from Pythian emailed me that they have a new installation guide out. The name says it all: Installing Oracle 11gR1 on Ubuntu 8.10 Intrepid Ibex.... christopher.jones

Oracle Heading to PHP Conference Brasil '08

Wed, 2008-11-19 18:36
It's a conference with a difference: PHP Brasil '08 is on next week. Yours truly will be presenting an extended session on Friday. My colleague Todd Trichler will also be in town to help present one of our great "InstallFests"... christopher.jones

Converting REF CURSOR to PIPE for Performance in PHP OCI8 and PDO_OCI

Mon, 2008-11-03 19:24
REF CURSORs are common in Oracle's stored procedural language PL/SQL. They let you pass around a pointer to a set of query results. However in PHP, PDO_OCI doesn't yet allow fetching from them. And fetching from REF CURSORS in OCI8... christopher.jones

Python cx_Oracle 4.4.1 Released

Wed, 2008-10-29 12:42
Anthony Tuinga's released cx_Oracle 4.4.1 yesterday: http://cx-oracle.sourceforge.net/. Changes are here.... christopher.jones

Video from Singapore PHP User Group Meeting at Oracle

Wed, 2008-10-29 11:55
Blair Layton hosted the October Singapore PHP User Group meeting at Oracle's offices. Video is at http://blog.php.com.sg/archives/singapore-php-meetup-oct-2008-oracle. He covered PHP & Oracle, showed APEX, and talked about connection pooling. Nice talk Blair!... christopher.jones

Oracle 11g Result Caching and PHP OCI8

Tue, 2008-10-28 02:00
Oracle Database 11g introduced "server-side"and "client-side" result caches. The database cache is enabled with the RESULT_CACHE_MODE database parameter, which has several modes. With the default mode, queries for which you want results to be cached need a hint added: $s... christopher.jones

Speeding up DBMS_OUTPUT in PHP OCI8

Fri, 2008-10-24 16:13
Immediately after OOW, Alison and I have got straight into updating the Underground PHP & Oracle Manual. We've had our heads right down. Stay tuned. We've still got a few items on our ToDo list but the new, improved version... christopher.jones

Speeding up DBMS_OUTPUT in PHP OCI8

Fri, 2008-10-24 16:13
Immediately after OOW, Alison and I have got straight into updating the Underground PHP & Oracle Manual. We've had our heads right down. Stay tuned. We've still got a few items on our ToDo list but the new, improved version... christopher.jones

OOW 2008 Wrap Up Days 2 to N

Fri, 2008-10-24 15:58
I should wrap up my OOW conference coverage. As you could predict from my pre-posts about the conference schedule we had some interesting sessions. I was extremely pleased to meet the guys from Community Connect who gave an excellent presentation... christopher.jones

Oracle OpenWorld 2008 Day 1 (Sunday) Wrap

Sun, 2008-09-21 23:25
The PHP Hands-On-Labs went smoothly today. What a pleasant feeling! There was great interest - all but two seats had been pre-booked for the first lab - and lots of studious work done. I look forward to being able to... christopher.jones

Ruby on Rails at OOW

Fri, 2008-09-19 01:18
When talking to Raimonds Simanovskis the other week, I convinced him to sign up to give an OpenWorld Unconference session. Raimonds is the maintainer of the enhanced Oracle Adapter for Rails so this session should be excellent. His talk "Using... christopher.jones