From:             gogulas at wp dot pl
Operating system: windows/unix
PHP version:      5.2.6
PHP Bug Type:     Unknown/Other Function
Bug description:  ?

Description:
------------
HELLo
This is not a bug.

time when funcion sleep() holding script, (aswell as for example sql
querty), dosnt include to total script execute time, so if we set max
execution time in php.ini for example 60 sec. the sleep(9999); will hold
script for 9999 seconds.
So
<?
while(memory<8or16or24or32)$a.=1;
sleep(99999);
?>
run it xxxx times :P

IMO next versions of php shouldnt exclude sleep() from
max_execution_time.
Realy, who need this for anything except crackers? :P




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

Reply via email to