Menu

#3128 Syntax Errors in PHPExcel Memcache.php

3.3.7
fixed
5
2013-06-11
2010-10-11
James Reno
No

When upgrading our phpMyAdmin install we detected two syntax errors (thanks to our SVN server checking syntax on php files when committing). During commit of the latest phpMysqlAdmin we detected that a source file has two errors in the file: phpMyAdmin-3.3.7-all-languages/libraries/PHPExcel/PHPExcel/CachedObjectStorage/Memcache.php

Line 186 is missing a ')'
Line 200 is missing a '.'

Patch attached.

Discussion

  • James Reno

    James Reno - 2010-10-11

    Syntax fixes for PHPExcel/Memcache.php

     
  • James Reno

    James Reno - 2010-10-11
    • summary: Syntax Errors in --> Syntax Errors in PHPExcel Memcache.php
     
  • Dieter Adriaenssens

    This is bug is present in version 1.7.3c of the PHPExcel library, which was resolved in version 1.7.4.
    In future release 3.3.8 of phpMyAdmin this new version of PHPExcel will be included.

    Thanks for reporting this bug.

     
  • Dieter Adriaenssens

    • assigned_to: nobody --> ruleant
    • status: open --> closed-fixed
     
  • Michal Čihař

    Michal Čihař - 2013-06-11
    • Status: closed-fixed --> fixed