[PHP-DEV] PHP 4.0 Bug #2871: attached script will show a leak & write into free memory. From: thies <email protected>
Date: 11/30/99

From: thies <email protected>
Operating system: all
PHP version: 4.0 Latest CVS (30/11/1999)
PHP Bug Type: Scripting Engine problem
Bug description: attached script will show a leak & write into free memory.

<?
$odate = "hasjhaskjahk";
if (($odate[0] == "~") && ($odate[strlen($odate) - 1] == "~"))
 {
 }
?>

-- 
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>