You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vgtwordpress02 ~# php -v
PHP Warning: Module 'bcmath' already loaded in Unknown on line 0
PHP Warning: Module 'gd' already loaded in Unknown on line 0
PHP Warning: Module 'mbstring' already loaded in Unknown on line 0
PHP Warning: Module 'mysqlnd' already loaded in Unknown on line 0
PHP 5.6.30 (cli) (built: Jan 19 2017 07:57:06)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
vgtwordpress02 ~# cd /etc/php.d/
vgtwordpress02 php.d # ls -lrth
total 112K
-rw-r--r-- 1 root root 61 Jan 19 01:00 30-pdo_sqlite.ini
-rw-r--r-- 1 root root 59 Jan 19 01:00 30-pdo_mysql.ini
-rw-r--r-- 1 root root 51 Jan 19 01:00 30-mysql.ini
-rw-r--r-- 1 root root 53 Jan 19 01:00 30-mysqli.ini
-rw-r--r-- 1 root root 59 Jan 19 01:00 20-tokenizer.ini
-rw-r--r-- 1 root root 55 Jan 19 01:00 20-sqlite3.ini
-rw-r--r-- 1 root root 55 Jan 19 01:00 20-sockets.ini
-rw-r--r-- 1 root root 49 Jan 19 01:00 20-phar.ini
-rw-r--r-- 1 root root 47 Jan 19 01:00 20-pdo.ini
-rw-r--r-- 1 root root 55 Jan 19 01:00 20-mysqlnd.ini
-rw-r--r-- 1 root root 57 Jan 19 01:00 20-mbstring.ini
-rw-r--r-- 1 root root 51 Jan 19 01:00 20-iconv.ini
-rw-r--r-- 1 root root 55 Jan 19 01:00 20-gettext.ini
-rw-r--r-- 1 root root 45 Jan 19 01:00 20-gd.ini
-rw-r--r-- 1 root root 47 Jan 19 01:00 20-ftp.ini
-rw-r--r-- 1 root root 57 Jan 19 01:00 20-fileinfo.ini
-rw-r--r-- 1 root root 49 Jan 19 01:00 20-exif.ini
-rw-r--r-- 1 root root 49 Jan 19 01:00 20-curl.ini
-rw-r--r-- 1 root root 51 Jan 19 01:00 20-ctype.ini
-rw-r--r-- 1 root root 57 Jan 19 01:00 20-calendar.ini
-rw-r--r-- 1 root root 47 Jan 19 01:00 20-bz2.ini
-rw-r--r-- 1 root root 53 Jan 19 01:00 20-bcmath.ini
-rw-r--r-- 1 root root 51 Jan 20 01:29 40-json.ini
-rw-r--r-- 1 root root 47 Apr 4 23:44 40-zip.ini
-rw-r--r-- 1 root root 22 May 3 10:48 bcmath.ini
-rw-r--r-- 1 root root 23 May 3 10:48 mysqlnd.ini
-rw-r--r-- 1 root root 18 May 3 10:48 gd.ini
-rw-r--r-- 1 root root 24 May 3 10:48 mbstring.ini
What behaviour did you expect instead
No PHP Warnings
Installation of the bcmath, mysqlnd, gd, and mbstring php packages alone already include the extension, but the php module is also creating .ini's for each.
Output log
vgtwordpress02 ~# cat /var/log/httpd/error_log | grep "PHP Warning"
PHP Warning: Module 'bcmath' already loaded in Unknown on line 0
PHP Warning: Module 'gd' already loaded in Unknown on line 0
PHP Warning: Module 'mbstring' already loaded in Unknown on line 0
PHP Warning: Module 'mysqlnd' already loaded in Unknown on line 0
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered:
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
What behaviour did you expect instead
No PHP Warnings
Installation of the bcmath, mysqlnd, gd, and mbstring php packages alone already include the extension, but the php module is also creating .ini's for each.
Output log
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered: