Re: Storing CCN's Again...

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, 8 Feb 2005 09:23:46 -0800 (PST), Richard Lynch <ceo@xxxxxxxxx> wrote:
> There's no guarantee that will re-use the same bytes for the new string in
> the low-level C malloc/alloc/???alloc calls, I don't think...

Your right.  In fact this script proves just how wrong I was:

#!/usr/bin/php
<?php

$cc = '1234123412341234';

$cc = md5( time() );

echo `cat /dev/mem | strings | grep "^1234123412341234$"`;

?>


-- 
Greg Donald
Zend Certified Engineer
http://destiney.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux