You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

For the Key Tracker project, we used the //www.devside.net:Web Server Development Suite for a Windows development environment (a.k.a. "the WAMP stack").

Here are the steps it took to make PHP speak to Oracle on Windows.

0. This WAMP came with PHP compiled with the Oracle option, and with the dlls in the extension library. If your PHP came from somewhere else, consult http://php.net:PHP.net or <U>Programming PHP</U> by Lerdorf and Tatroe for more information.

1. Enable Oracle extension in PHP.
Open php.ini in an editor. In the windows extensions section, uncomment
extension=php_oci8.dll
and save your changes. Notice that this dll is already present in the WAMP stack in the /php5/extensions directory.

2. Install the Oracle client.
The Oracle client may be downloaded from http://itinfo.mit.edu.ezproxy.canberra.edu.au/product?platform=Windows.

  • No labels