Markdown filter 7.x-1.3 started using PHP namespaces. These are not supported in PHP 5.2, which is inside the minimum requirements for Drupal 7. This leads to the whole site showing nothing but a PHP parse error after upgrading from 7.x-1.2 to 7.x-1.3.

Comments

wimh created an issue. See original summary.

  • frjo committed ed7d6dd on 7.x-1.x
    Issue #2771957: Set minumum php version to 5.3 in info file.
    
frjo’s picture

Title: PHP Namespaces not supported on PHP 5.2 » Set minumum php version to 5.3 in info file
Status: Active » Fixed

I have now committed a fix that sets the minimum php version to 5.3. Thanks for alerting me to this.

If you server is stuck on php 5.2 you need to stay on version 7.x-1.2, https://www.drupal.org/project/markdown/releases/7.x-1.2

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.