Xampp Php 7.1.3 Here

; Maximum execution time for legacy scripts max_execution_time = 180 ; Memory limit (many old scripts are memory-hungry) memory_limit = 256M

; Allow short open tags? Many legacy apps depend on it. short_open_tag = On xampp php 7.1.3

: Restart Apache from the XAMPP Control Panel. Part 5: Running Legacy Applications on XAMPP PHP 7.1.3 Case Study: Old Moodle, Joomla 1.5, or Custom Framework Many older apps use mysql_* functions (deprecated in PHP 5.5 and removed in PHP 7.0). However, PHP 7.1.3 continues the removal—so you will need to refactor to mysqli or PDO . xampp php 7.1.3