erusev / parsedown

Better Markdown Parser in PHP
https://parsedown.org
MIT License
14.69k stars 1.12k forks source link

Support for PHP 7 #733

Open janbarasek opened 4 years ago

janbarasek commented 4 years ago

Solve #732

This pull request and change is maximally back compatible, but I renamed all variable names and keep different property name convention.

Please let me know which changes are acceptable to you, because I think this package should keep progress.

GrahamCampbell commented 4 years ago

How much slower is this code than the original (on the same PHP version)?

janbarasek commented 4 years ago

@GrahamCampbell Sorry for late answer, but I must make some performance testing.

Speed is same +/- 5 %, my suggestion does not change speed.