internals:windows:libs:oracle

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
internals:windows:libs:oracle [2008/07/15 21:48] sixdinternals:windows:libs:oracle [2017/09/22 13:28] (current) – external edit 127.0.0.1
Line 10: Line 10:
   - Unzip the "sdk" package and rename the directory as ''include/instantclient''   - Unzip the "sdk" package and rename the directory as ''include/instantclient''
   - Build with the ''--with-oci8'' option, e.g. ''--with-oci8=shared'' You can also pass the Instant Client path, for example ''--with-oci8=F:\instantclient_10_2\sdk,shared''   - Build with the ''--with-oci8'' option, e.g. ''--with-oci8=shared'' You can also pass the Instant Client path, for example ''--with-oci8=F:\instantclient_10_2\sdk,shared''
-  - Move the generated ''php_oci8.dll'' to the extensions directory and edit ''php.ini'', setting ''extension_dir'' to that path. Enable the extension in ''php.ini'' with ''extension=php_oci8.dll''+  - Build with the ''--with-oci8-11g'' option, e.g. ''--with-oci8-11g=shared'' You can also pass the Instant Client path, for example ''--with-oci8=F:\instantclient_11\sdk,shared'' 
 +  - Move the generated ''php_oci8.dll'' (or ''php_oci8_11g.dll''to the extensions directory and edit ''php.ini'', setting ''extension_dir'' to that path. Enable the extension in ''php.ini'' with ''extension=php_oci8.dll''  (or ''php_oci8_11g.dll''
 + 
 +It is not possible to build statically oci8 and oci8_11g at the same time (a configure check checks it). 
 ===== Getting Instant Client ===== ===== Getting Instant Client =====
  
Line 22: Line 26:
  
  
-The php_oci8.dll released with PHP 5.1 and 5.2 used Oracle Instant Client 10gR2 (aka 10.2)+The php_oci8.dll released with PHP 5.1 and 5.2 used Oracle Instant Client 10gR2 (aka 10.2). PHP 5.3 uses Instant Client 10g and 11g.
internals/windows/libs/oracle.1216158494.txt.gz · Last modified: 2017/09/22 13:28 (external edit)