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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: arnaud dot maldonado at afsol dot fr
New email:
PHP Version: OS:

 

 [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: Thu Apr 25 12:01:31 2024 UTC