ID:               37802
 User updated by:  romy4 at online dot ua
-Summary:          uncatcheble crash
 Reported By:      romy4 at online dot ua
 Status:           Open
 Bug Type:         Scripting Engine problem
 Operating System: WINNT 5.1 SP2
 PHP Version:      5.1.4
 New Comment:

-


Previous Comments:
------------------------------------------------------------------------

[2006-06-14 12:48:59] romy4 at online dot ua

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 this bug report at http://bugs.php.net/?id=37802&edit=1

Reply via email to