From:             ogir at yahoo dot com
Operating system: WBEL3 Kernel-2.4.25
PHP version:      5.0.0
PHP Bug Type:     Unknown/Other Function
Bug description:  PHP-5.0.0 + ADODB-451, exit signal Segmentation fault

Description:
------------
I have compiled PHP-5.0.0 with OCI8 support, all works fine,
but the problem is when I try to use ADOdb(ver.451) library,
my php script's with adodb doesn't work.

And apache log file say this:
[notice] child pid 10525 exit signal Segmentation fault (11)

After that, I have compiled PHP-4.3.8 + OCI8, with the same
options of configure from PHP5, and ADOdb now works very fine!

I think some thing is wrong with PHP-5.0.0.

ADODB from http://adodb.sourceforge.net/
say that ADOdb has full PHP5 support, including SPL and exception support.

Reproduce code:
---------------
<?php
   include('adodb/adodb.inc.php');
?>

Expected result:
----------------
Nothing, only that script load/run without any error.


-- 
Edit bug report at http://bugs.php.net/?id=29555&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=29555&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=29555&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=29555&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=29555&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=29555&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=29555&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=29555&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=29555&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=29555&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=29555&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=29555&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=29555&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=29555&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=29555&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=29555&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=29555&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=29555&r=float

Reply via email to