From:             solace at ezmail dot ru
Operating system: Win*
PHP version:      4.3.6
PHP Bug Type:     Reproducible crash
Bug description:  Ticks crash Apache SAPI

Description:
------------
This bug was reported some time ago, was closed, but still exists. I wrote
profiler class and posted on phpclasses. And people all over the world
start to ask me why their apache crashes.
At least if you can't fix it, then mention in documention that ticks are
only for non-windows platforms and console php (works fine from command
line, crashes only sapi).


Reproduce code:
---------------
<?
register_tick_function("doesn't matter");
declare(ticks=1);
?>


Actual result:
--------------
crash

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

Reply via email to