1) Возникла необходимость запустить поддержку СУБД Oracle для PHP на старом сервере.
# cat /etc/asplinux-release
ASPLinux release 11.2 (Ladoga)
phpinfo():
PHP Version 5.1.2
# uname -a
Linux ****** 2.6.17-1.2157.1aspsmp #1 SMP Fri Aug 11 03:45:43 EEST 2006 i686 i686 i386 GNU/Linux
Адреса используемых инструкций:
http://www.oracle.com/technetwork/articles/technote-php-instant-084410.html
http://php.net/manual/en/oci8.installation.php
2) Из http://php.net/manual/en/oci8.requirements.php следует:
Перед установкой OCI8 1.4 необходимо поставить клиент Оракла.
Страница закачки: http://www.oracle.com/technetwork/topics/linuxsoft-082809.html
Загруженные файлы:
# ls -l
total 57540
-rw-r--r-- 1 sergei sergei 169248 Дек 19 08:17 oci8-1.4.10.tgz
-rw-r--r-- 1 sergei sergei 58066286 Дек 19 08:10 oracle-instantclient11.2-basic-11.2.0.4.0-1.i386.rpm
-rw-r--r-- 1 sergei sergei 610198 Дек 19 08:10 oracle-instantclient11.2-devel-11.2.0.4.0-1.i386.rpm
# cat /etc/asplinux-release
ASPLinux release 11.2 (Ladoga)
phpinfo():
PHP Version 5.1.2
# uname -a
Linux ****** 2.6.17-1.2157.1aspsmp #1 SMP Fri Aug 11 03:45:43 EEST 2006 i686 i686 i386 GNU/Linux
Адреса используемых инструкций:
http://www.oracle.com/technetwork/articles/technote-php-instant-084410.html
http://php.net/manual/en/oci8.installation.php
2) Из http://php.net/manual/en/oci8.requirements.php следует:
The OCI8 1.4 extension is included with PHP 5.3, PHP 5.4 and PHP 5.5. It is also available from » PECL. A newer OCI8 2.0 version is available only from » PECL. OCI8 1.4 requires Oracle 12c, 11g, 10g or 9iR2 client libraries and will install on PHP 4.3.9 onwards. OCI8 2.0 requires Oracle 12c, 11g or 10g client libraries and will install on PHP 5.2 onwards.Т.е. подходит OCI8 1.4.
Перед установкой OCI8 1.4 необходимо поставить клиент Оракла.
Страница закачки: http://www.oracle.com/technetwork/topics/linuxsoft-082809.html
Загруженные файлы:
# ls -l
total 57540
-rw-r--r-- 1 sergei sergei 169248 Дек 19 08:17 oci8-1.4.10.tgz
-rw-r--r-- 1 sergei sergei 58066286 Дек 19 08:10 oracle-instantclient11.2-basic-11.2.0.4.0-1.i386.rpm
-rw-r--r-- 1 sergei sergei 610198 Дек 19 08:10 oracle-instantclient11.2-devel-11.2.0.4.0-1.i386.rpm