We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecated: Use of "self" in callables is deprecated in E:\Stamford University Bangladesh\vendor\erusev\parsedown-extra\ParsedownExtra.php on line 397
Note
Don't tell me to use error_reporting(E_ALL & ~E_DEPRECATED);
error_reporting(E_ALL & ~E_DEPRECATED);
"erusev/parsedown": "^1.7", "erusev/parsedown-extra": "^0.8.1"
<?php require_once($_SERVER['DOCUMENT_ROOT'] . '/conn.php'); require($_SERVER['DOCUMENT_ROOT'] . '/vendor/autoload.php'); // error_reporting(E_ALL & ~E_DEPRECATED); // Create an instance of Parsedown $parsedown = new ParsedownExtra(); //. //. //. //. <p> <?php // Parse Markdown content $parsedContent = $parsedown->text($row['content']); echo $parsedContent; ?> </p> ..................................... ................................... ........................................
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How I fix this issue?
Note
Don't tell me to use
error_reporting(E_ALL & ~E_DEPRECATED);
version Info:
My code
The text was updated successfully, but these errors were encountered: