Development

Changeset 19872

You must first sign up to be able to contribute.

Changeset 19872

Show
Ignore:
Timestamp:
07/04/09 18:27:49 (9 months ago)
Author:
bschussek
Message:

Ported [19870] to experimental branch

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tools/lime/branches/2.0-experimental/lib/lime.php

    r19793 r19872  
    994994      } 
    995995 
    996       if (false === $cov = unserialize(substr($retval, strpos($retval, '<PHP_SER>') + 9, strpos($retval, '</PHP_SER>') - 9))) 
     996      if (false === $cov = @unserialize(substr($retval, strpos($retval, '<PHP_SER>') + 9, strpos($retval, '</PHP_SER>') - 9))) 
    997997      { 
    998998        if (0 == $return) 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting.
Sensio Labs also supports several large Open-Source projects.