Menu

#25 Please release a PHP5 version

open
nobody
None
5
2004-12-28
2004-12-28
Anonymous
No

Debug Strict (PHP 5): Assigning the return value of new
by reference is deprecated (line 122)

Debug Strict (PHP 5): var: Deprecated. Please use the
public/private/protected modifiers (line 99)

ver 2i

Discussion

  • Nobody/Anonymous

    Logged In: NO

    use php's error_level function to turn down the error reporting level and these messages will go away. see the manual for proper usages. http://www.php.net/

     
  • Nobody/Anonymous

    Strict Standards: Assigning the return value of new by reference is deprecated in Spreadsheet/Excel/reader.php on line 261

    line 261 is :

    $this->_ole =& new OLERead();

     

Log in to post a comment.