mirror of
https://github.com/php/php-src.git
synced 2026-04-24 16:38:25 +02:00
dd8e59da8f
* Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
The OCI8 Extension ------------------ The OCI8 extension allows PHP to access Oracle databases. It can be built using Oracle 9.2, 10, or 11 client libraries. It allows Oracle's standard cross-version connectivity, for example PHP using Oracle 10.2 libraries can connect to Oracle Database 9.2 onwards. This release of OCI8 can be used with PHP versions 4.3.9 to 5.x. OCI8 installation instructions and documentation is available at http://www.php.net/oci8