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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
5 + 10 = ?
Subscribe to this entry?

 
 [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 10 14:01:33 2024 UTC