Problem/Motivation
Deprecated function: Function create_function() is deprecated in Michelf\Markdown->_initDetab() (line 1873 of /var/www/html/sites/all/modules/markdown/includes/Markdown.php).
Steps to reproduce
- PHP 7.3.18
- Markdown filter 7.x-1.5
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | markdown-php-compatibility-3164369-3.patch | 529 bytes | micnap |
Comments
Comment #2
markhalliwellPrevious versions included this library by default. Technically, this is an issue with the library itself, not this project as any changes here would need to reflect the upstream code. That being said, considering that this is rather old code, I don't believe we'll actively pursue upstream parity for outdated branches (7.x-1.x is no longer in development). You or someone else is free to create patches for this issue here, but this issue will remain closed and will not be committed to the older outdated branches.
Comment #3
micnap commentedNot expecting this to be committed but providing it for others for quick PHP 7 compatibility.