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_pdf_parser.php

    r693 r712  
    237237                case '/LZWDecode': 
    238238                    include_once('filters/FilterLZW_FPDI.php'); 
    239                     $decoder =& new FilterLZW_FPDI($this->fpdi); 
     239                    $decoder = new FilterLZW_FPDI($this->fpdi); 
    240240                    $stream = $decoder->decode($stream); 
    241241                    break; 
    242242                case '/ASCII85Decode': 
    243243                    include_once('filters/FilterASCII85_FPDI.php'); 
    244                     $decoder =& new FilterASCII85_FPDI($this->fpdi); 
     244                    $decoder = new FilterASCII85_FPDI($this->fpdi); 
    245245                    $stream = $decoder->decode($stream); 
    246246                    break; 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.