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/pdf_parser.php

    r693 r712  
    104104        $this->getPDFVersion(); 
    105105 
    106        $this->c =& new pdf_context($this->f); 
     106       $this->c = new pdf_context($this->f); 
    107107 
    108108       // Read xref-Data 
     
    450450 
    451451                        if ($this->actual_obj[1][1]['/Length'][0] == PDF_TYPE_OBJREF) { 
    452                                 $tmp_c =& new pdf_context($this->f); 
     452                                $tmp_c = new pdf_context($this->f); 
    453453                                $tmp_length = $this->pdf_resolve_object($tmp_c,$this->actual_obj[1][1]['/Length']); 
    454454                                $length = $tmp_length[1][1]; 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.