[PHP-DEV] rand() memory leak From: Stanislav Malyshev (stas <email protected>)
Date: 01/03/00

The following:

<?
  for($i=0;$i<20;$i++) {
        $n = rand(1,100);
  }
?>

says:

zend_oe.c(105) : Freeing 0x0812A730 (12 bytes), script=-
Last leak repeated 1 time

-- 
Stanislav Malyshev   stas <email protected>          
+972-3-6139665

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>