GeSHi / geshi-1.0

Original version of Generic Syntax Highlighter for PHP
http://qbnz.com/highlighter/
GNU General Public License v2.0
168 stars 101 forks source link

PHP7 Support #59

Closed archfrog closed 8 years ago

archfrog commented 8 years ago

Hi,

I just migrated a few sites using GeSHi v1.0.8.11 to PHP7. There was only one change:

(geshi.php 597) "GeSHi" -> "construct" as PHP7 requires constructors to be named "construct".

So far, I haven't seen any other issues with GeSHi v1.0.8.11 and PHP7 and I've tested it for a few days.

Cheers, Archfrog

markseuffert commented 8 years ago

Looks like there is a pull request https://github.com/GeSHi/geshi-1.0/pull/60 - would be great to get it merged. :+1:

BenBE commented 8 years ago

Merged.