From 70abcb20516379e71b590326f14b3b254b2859e2 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 14 May 2018 23:58:45 +0300 Subject: [PATCH] roles/php-fpm: Import new php.ini-production From latest Ubuntu 18.04 PHP 7.2 package. --- roles/php-fpm/templates/php7.2-php.ini.j2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/php-fpm/templates/php7.2-php.ini.j2 b/roles/php-fpm/templates/php7.2-php.ini.j2 index 4cbc291..9cf4572 100644 --- a/roles/php-fpm/templates/php7.2-php.ini.j2 +++ b/roles/php-fpm/templates/php7.2-php.ini.j2 @@ -885,7 +885,6 @@ default_socket_timeout = 60 ; ; Notes for Windows environments : ; -; - ODBC support is built in, so no dll is needed for it. ; - Many DLL files are located in the extensions/ (PHP 4) or ext/ (PHP 5+) ; extension folders as well as the separate PECL DLL download (PHP 5+). ; Be sure to appropriately set the extension_dir directive. @@ -1051,7 +1050,7 @@ smtp_port = 25 ;mail.force_extra_parameters = ; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename -mail.add_x_header = On +mail.add_x_header = Off ; The path to a log file that will log all mail() calls. Log entries include ; the full path of the script, line number, To address and headers.