Date: 01/03/00
- Next message: daniel <email protected>: "[PHP-DEV] Bug #3086: PHP.EXE Crashes when reciving from a TCP connection"
- Previous message: andreas.linde <email protected>: "[PHP-DEV] Bug #3085: rand doesn't seem to use the min, max parameteres. worked fine in 3.0.12"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: daniel <email protected>: "[PHP-DEV] Bug #3086: PHP.EXE Crashes when reciving from a TCP connection"
- Previous message: andreas.linde <email protected>: "[PHP-DEV] Bug #3085: rand doesn't seem to use the min, max parameteres. worked fine in 3.0.12"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

