From:             romy4 at online dot ua
Operating system: WINNT 5.1 SP2
PHP version:      5.1.4
PHP Bug Type:     Scripting Engine problem
Bug description:  uncatcheble crash

Description:
------------
PHP crashes at callback calls of static class functions


Reproduce code:
---------------
sample:
<?php
class MyClass{
static public function mycbk($data)
{
//mine code
}
}
//for example any callback
ob_start("MyClass::mycbk");
//...
echo "bla bla bla";
//...
ob_end_flush();//<-- here crashes
?>

Expected result:
----------------
expected normal calling

Actual result:
--------------
php crashes
Application error php.exe, version 5.1.4.4, module unknown, version
0.0.0.0, address 0x013b1c80.
i used php as cgi module and apache integrated module.

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

Reply via email to