On Tue, Feb 13, 2001 at 03:38:17PM -0000, [EMAIL PROTECTED] wrote:
> From:             [EMAIL PROTECTED]
> Operating system: RedHat 6.2
> PHP version:      4.0.4pl1
> PHP Bug Type:     Variables related
> Bug description:  unserialize fails non-determenistic on large objects
> 
> I'm unserializing a large object using the following test script:
> 
> for ($i = 0; $i < 20; $i++)
> {
>       echo "$i\n";
>       $ObjectToCreate = array();
>       if (!$fp = fopen('test.ser', 'r'))
>               return false;
>       $ObjectToCreate = unserialize(fread ($fp, filesize ('test.ser')));
>       fclose($fp);
> }
> 
> 
> I can supply the 'test.ser' file on request but for obvious reasons do not wish to 
>include it in this error report!

    please send it off-list to me. 

    thx,
    tc

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to