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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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: Fri May 17 15:01:34 2024 UTC