Skip to main content

Xampp Php 7.1.3 May 2026

date.timezone = "America/New_York" XAMPP 7.1.3 bundles phpMyAdmin 4.7.0, which throws deprecation warnings for create_function() . Suppress them by editing config.inc.php :

; Error reporting – turn OFF for production, but keep E_ALL for dev error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT display_errors = 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 . However, PHP 7

; OpenSSL extension=php_openssl.dll

LoadModule php7_module "C:/xampp-7.1.3/php/php7apache2_4.dll" AddHandler application/x-httpd-php .php PHPIniDir "C:/xampp-7.1.3/php" Then restart Apache. While XAMPP is excellent, here are other stacks if you need PHP 7.1.3: Deprecated Mcrypt (removed in PHP 7.2

; Deprecated Mcrypt (removed in PHP 7.2, but 7.1.3 still has it) extension=php_mcrypt.dll ; Windows ; extension=mcrypt.so ; Linux

Farhad Moghadamsalimi

Hey, I’m Farhad. I’m an entrepreneur, Blockchain and AI enthusiast, and web developer living in Turkey. I am a fan of entrepreneurship, writing, and reading about Technology and philosophy.

Leave a Reply