Entries from PHP and Oracle: Christopher Jones tagged with 'install'

New Article "Using PHP with Oracle HTTP Server 11g"

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....

Oracle DB 10.2 for Mac OS X 64bit

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...

Reducing diskspace of your Oracle Instant Client install

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...

PHP OCI8 Signal Handling and --enable-sigchild

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...

OCI8 1.3 Extension for PHP 5.2 on Windows and Linux

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...

PECL Install Prompts Explained, With Particular Reference to OCI8

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...

Oracle Enterprise Linux Yum Server Available

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 are available

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 :)...

The PHP "./configure --with-oci8" Option in Detail

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....

Installing Oracle Database 11g on Ubuntu

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....