From:             jcastro at elnuevodia dot com
Operating system: Windows Xp
PHP version:      5.0.2
PHP Bug Type:     Reproducible crash
Bug description:  CLI Error

Description:
------------
I am using adodb to make an update in sqlserver. the script uses 2
connections . One of them is not even use in the exmaple. If I uncomment
the connection that is use, the program crash

I GET IN EVENT VIEWER
Faulting application php.exe, version 5.0.2.2,faulting module php5ts.dll,
version 5.0.2.2, fault address 0x0003f640.

ALSO IF I CHANGE THE PCONNECT INSIDE connectSybase() to a connect, IT DOES
NOT CRASH.
WHY WILL IT MATTER IF I AM NOT EVEN USING THE CONNECTION?


Also if I change to php 4.3.9 it works , NO problems.


Reproduce code:
---------------
http://www.eldiainc.com/temp/debug.htm

Actual result:
--------------
Window with CLI encounter an error

Faulting application php.exe, version 5.0.2.2,faulting module php5ts.dll,
version 5.0.2.2, fault address 0x0003f640.


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

Reply via email to