php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #69924 IBM HTTP Server crashes with PDO_OCI and Oracle instantclient 12.1.0
Submitted: 2015-06-24 16:26 UTC Modified: -
From: arnaud dot maldonado at afsol dot fr Assigned:
Status: Open Package: PDO OCI
PHP Version: 5.6.10 OS: aix 7.1
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2015-06-24 16:26 UTC] arnaud dot maldonado at afsol dot fr
Description:
------------
Hi, 

I try to use php 5.6.10 with PDO OCI enabled, with the use of oracle instantclient 12.1.0 on aix 7.1.
Compilation is ok, but when launching IBM HTTPServer, it crashes, and it only remains a (dead) httpd process in memory.

If we link pdo with oracle instantclient 11.2, all works fine. Multiple instances of httpd can be launched.

PHP compilation params:

./configure --prefix=/opt/php/5.6.10 --with-apxs2=/usr/IBM/HTTPServer/bin
/apxs --with-config-file-path=/usr/IBM/HTTPServer/conf  --with-oci8=/opt/oracle/instantclient_12_1 --with-pdo-oci=/opt/oracle/instantclient_12_1 --enable-pdo --with-pear --with-gnu-ld --with-zlib --enable-shared --enable-maintainer-zt
s --with-gd --with-ldap=/opt/freeware --with-xsl=/opt/freeware








Patches

Add a Patch

Pull Requests

Add a Pull Request

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 13:01:28 2024 UTC