[phpmyadmin/phpmyadmin] 75ad09: Replace Util::whichCrlf() with PHP_EOL

Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 75ad097c3612b6815848bcf813c879a1513479ec https://github.com/phpmyadmin/phpmyadmin/commit/75ad097c3612b6815848bcf813c8... Author: Michal Čihař <michal@cihar.com> Date: 2017-01-23 (Mon, 23 Jan 2017) Changed paths: M export.php M libraries/Util.php M libraries/plugins/import/ImportLdi.php R test/libraries/common/PMA_whichCrlf_test.php Log Message: ----------- Replace Util::whichCrlf() with PHP_EOL It's available since PHP 5.0.2 so it's really time to use it. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 9a3ec234c5baaf1e6ef6a3d0c33c69db9008240f https://github.com/phpmyadmin/phpmyadmin/commit/9a3ec234c5baaf1e6ef6a3d0c33c... Author: Michal Čihař <michal@cihar.com> Date: 2017-01-23 (Mon, 23 Jan 2017) Changed paths: M export.php M libraries/Util.php M libraries/plugins/import/ImportLdi.php R test/libraries/common/PMA_whichCrlf_test.php Log Message: ----------- Merge pull request #12919 from nijel/php-eol Replace Util::whichCrlf() with PHP_EOL Compare: https://github.com/phpmyadmin/phpmyadmin/compare/55880451eb19...9a3ec234c5ba
participants (1)
-
Michal Čihař