From:             francesco dot marsan at yahoo dot it
Operating system: Windows 2003 Server
PHP version:      5.1.4
PHP Bug Type:     Sybase-ct (ctlib) related
Bug description:  php CLI crashes if sybase_ct extension is enabled

Description:
------------
php 5.1.4 ran as CLI (php.exe) crashes if php_sybase_ct.dll is enabled.
The script actually gives correct results, but at the same time (should be
after the script is finished, actually...) php crashes.

Tried a current snapshot but couldn't find the php_sybase_ct.dll extension
there, and the one available from pecl won't compile because of the
different API number.

Reproduce code:
---------------
php.exe -v 
(yes, just this is enough)

Expected result:
----------------
The output is actually correct, but a segfault happens. 

Actual result:
--------------
The crash is visible in the Event Viewer (Faulting application php.exe,
version 5.1.4.4, faulting module unknown, version 0.0.0.0, fault address
0x00e71870.)

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

Reply via email to