From:             
Operating system: Redhat Linux 6.2
PHP version:      5.3.10
Package:          OCI8 related
Bug Type:         Bug
Bug description:Segfault (11) on oci_connect

Description:
------------
build:
./configure --with-libxml-dir --enable-bcmath --with-openssl
--with-kerberos --
with-zlib --with-bz2 --with-libdir=lib64 --enable-calendar --with-curl
--enable-
exif --enable-ftp --with-gd --with-ldap --with-ldap-sasl --enable-mbstring
--
with-mcrypt --with-mysql --with-pdo-mysql --with-mysqli --with-
oci8=shared,instantclient,/root/oracle --enable-soap --enable-sockets
--with-
gettext --enable-zip --with-mhash --with-pcre-regex --enable-shmop
--enable-
sysvmsg --enable-mysqlnd --with-unixODBC --with-apxs2=/usr/sbin/apxs
--disable-
cgi

PHPinfo: 
OCI8 Support    enabled
Version 1.4.7
Revision        $Revision: 321634 $
Active Persistent Connections   0
Active Connections      0
Oracle Instant Client Version   10.1
Temporary Lob support   enabled
Collections support     enabled

Test script:
---------------
<?php
$conn = oci_connect('user', 'password', 'bla.bla.com');
?>

Expected result:
----------------
<>: php oracleconnect.php
Segmentation fault (core dumped)

Core dump is NOT generated



Actual result:
--------------
Core dump is not generated by PHP?

-- 
Edit bug report at https://bugs.php.net/bug.php?id=61010&edit=1
-- 
Try a snapshot (PHP 5.4):            
https://bugs.php.net/fix.php?id=61010&r=trysnapshot54
Try a snapshot (PHP 5.3):            
https://bugs.php.net/fix.php?id=61010&r=trysnapshot53
Try a snapshot (trunk):              
https://bugs.php.net/fix.php?id=61010&r=trysnapshottrunk
Fixed in SVN:                        
https://bugs.php.net/fix.php?id=61010&r=fixed
Fixed in SVN and need be documented: 
https://bugs.php.net/fix.php?id=61010&r=needdocs
Fixed in release:                    
https://bugs.php.net/fix.php?id=61010&r=alreadyfixed
Need backtrace:                      
https://bugs.php.net/fix.php?id=61010&r=needtrace
Need Reproduce Script:               
https://bugs.php.net/fix.php?id=61010&r=needscript
Try newer version:                   
https://bugs.php.net/fix.php?id=61010&r=oldversion
Not developer issue:                 
https://bugs.php.net/fix.php?id=61010&r=support
Expected behavior:                   
https://bugs.php.net/fix.php?id=61010&r=notwrong
Not enough info:                     
https://bugs.php.net/fix.php?id=61010&r=notenoughinfo
Submitted twice:                     
https://bugs.php.net/fix.php?id=61010&r=submittedtwice
register_globals:                    
https://bugs.php.net/fix.php?id=61010&r=globals
PHP 4 support discontinued:          
https://bugs.php.net/fix.php?id=61010&r=php4
Daylight Savings:                    https://bugs.php.net/fix.php?id=61010&r=dst
IIS Stability:                       
https://bugs.php.net/fix.php?id=61010&r=isapi
Install GNU Sed:                     
https://bugs.php.net/fix.php?id=61010&r=gnused
Floating point limitations:          
https://bugs.php.net/fix.php?id=61010&r=float
No Zend Extensions:                  
https://bugs.php.net/fix.php?id=61010&r=nozend
MySQL Configuration Error:           
https://bugs.php.net/fix.php?id=61010&r=mysqlcfg

Reply via email to