Our Application Server team have put together a new article on installing PHP to use with the latest version of "Oracle HTTP Server" from our Fusion Middleware suite. The article is at: http://www.oracle.com/technology/products/ias/ohs/htdocs/php_ohs.htm....
I just saw Kris Rice's tweet that Oracle Database 10.2.0.4 is available for Mac OS X 64 bit: http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10204macsoft_x86-64.html You can get 32 & 64 bit Oracle Instant Client libraries for linking client tools & programs from: http://www.oracle.com/technology/software/tech/oci/instantclient/htdocs/intel_macsoft.html The 32...
Most PHP OCI8 users link PHP with the Oracle Instant Client (IC) libraries that handle the underlying "client" (i.e PHP OCI8 extension) communication with the database. IC is relatively small for the features it gives, and is very easy to...
I am no longer blindly recommending using --enable-sigchild when configuring PHP with the OCI8 extension. I used to do this as a catch-all. It might have saved some users grief, and did little harm. With changes in recent versions of...
If you're using PHP 5.2 I would generally recommend upgrading the OCI8 extension to 1.3 for better behavior, bug fixes and features. This new OCI8 has substantially refactored connection code and adds support for DRCP Connection Pooling, FAN, and External...
The short version of the article: To install the PHP OCI8 extension from the PECL repository do: $ pecl install oci8 downloading oci8-1.3.4.tgz ... Starting to download oci8-1.3.4.tgz (134,240 bytes) ....done: 134,240 bytes 10 source files, building running: phpize Configuring...
After a slightly protracted delay waiting for our earnings announcement, Oracle Linux Engineering have just announced Enterprise Linux packages for Release 4, Release 5 and Oracle VM 2 are now freely available on a yum server http://public-yum.oracle.com/. Previously, the whole...
PHP 5.2.9 RPMs for RHEL 4 & 5, 32 & 64 bit are now up on http://oss.oracle.com/projects/php/. The OCI8 1.3.5 extension is included. If you followed me on twitter, you would have got this news yesterday :)...
When PHP is built from source code on Linux, the typical build steps are: tar -xjf php-5.2.9.tar.bz2 cd php-5.2.9 ./configure --with-your-desired-extensions make make test make install The "configure" stage creates the appropriate makefile to build all the extensions you want....
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....
If you use an RSS reader, you can subscribe to a feed of all future entries tagged 'install'.