phpBMS

Show
Ignore:
Timestamp:
01/05/10 09:42:49 (2 years ago)
Author:
brieb
Message:
  • fixed #393 - issue wth FPDI and php5.3 using depreciated object pointers during creation.
  • added link to phpBMS registration. Doing this in hopes to collect valuable information about phpBMS users and where to guide the project in the future
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/fpdf/fpdi.php

    r693 r712  
    8383 
    8484        if (!isset($this->parsers[$fn])) 
    85             $this->parsers[$fn] =& new fpdi_pdf_parser($fn, $this); 
     85            $this->parsers[$fn] = new fpdi_pdf_parser($fn, $this); 
    8686        $this->current_parser =& $this->parsers[$fn]; 
    8787 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.