|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2012-02-08 17:04 UTC] sixd@php.net
-Assigned To:
+Assigned To: sixd
[2012-02-09 00:58 UTC] sixd@php.net
-Status: Assigned
+Status: Not a bug
[2012-02-09 00:58 UTC] sixd@php.net
[2012-02-09 19:41 UTC] lars at larsdebruin dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 19:00:01 2025 UTC |
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?