On 02/22/15 14:40, David Coulson wrote:
On
2/22/15 3:15 PM, Dan Langille wrote:
i see them listed. What's up with that?
# php -m
[PHP Modules]
Is Apache using the same php.ini file? Can you stub up a test
phpinfo(); file and load it through a browser to see what mod_php
is doing?
_______________________________________________
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users
My bad. You shouldn't need to do anything special in php.ini since
they are compiled in. What was your ./configure?
'./configure' '--enable-mysqlnd' '--enable-fpm'
'--with-fpm-user=www' '--with-fpm-group=www' '--enable-pcntl=shared'
'--with-sybase-ct=shared,/usr/local' '--enable-shared'
'--disable-static' '--disable-rpath' '--with-config-file-path=/etc'
'--enable-inline-optimization' '--with-pic'
'--with-pear=/usr/local/share/php-5.4'
'--with-config-file-scan-dir=/etc/php-5.4' '--with-pdo-sqlite'
'--enable-sqlite-utf8' '--with-sqlite3' '--program-suffix=-5.4'
'--with-readline' '--with-apxs=/usr/local/sbin/apxs'
'--with-openssl' '--with-zlib' '--enable-xml' '--enable-wddx'
'--enable-cli' '--with-iconv=/usr/local' '--with-gettext=/usr/local'
'--enable-bcmath' '--enable-session' '--enable-calendar'
'--enable-ctype' '--enable-ftp' '--with-pcre-regex'
'--enable-sockets' '--enable-sysvmsg' '--enable-sysvsem'
'--enable-sysvshm' '--enable-mbstring' '--enable-exif' '--enable-zend-multibyte'
'--enable-fastcgi' '--with-bz2=shared,/usr/local'
'--with-curl=shared,/usr/local' '--enable-dba=shared'
'--with-gdbm=/usr/local' '--with-gd=shared'
'--with-jpeg-dir=/usr/local' '--with-png-dir=/usr/local'
'--with-zlib-dir=/usr' '--with-t1lib=/usr/local'
'--with-freetype-dir=/usr/X11R6' '--with-xpm-dir=/usr/X11R6'
'--with-gmp=shared,/usr/local' '--enable-intl=shared'
'--with-icu-dir=/usr/local' '--with-imap=shared,/usr/local'
'--with-imap-ssl' '--with-ldap=shared,/usr/local'
'--with-mcrypt=shared,/usr/local' '--with-mysql=shared,/usr/local'
'--with-mysqli=shared,/usr/local/bin/mysql_config'
'--with-iodbc=shared,/usr/local'
'--with-pdo-mysql=shared,/usr/local'
'--with-pdo-pgsql=shared,/usr/local'
'--with-pgsql=shared,/usr/local' '--with-pspell=shared,/usr/local'
'--enable-shmop=shared,/usr/local' '--enable-soap=shared,/usr/local'
'--with-snmp=shared,/usr/local' '--enable-ucd-snmp-hack'
'--with-pdo-dblib=shared,/usr/local'
'--with-mssql=shared,/usr/local' '--with-tidy=shared,/usr/local'
'--with-xmlrpc=shared' '--with-xsl=shared' '--enable-dom'
'--enable-zip=shared,/usr/local' '--prefix=/usr/local'
'--sysconfdir=/etc' '--mandir=/usr/local/man'
'--infodir=/usr/local/info' '--localstatedir=/var'
'--disable-silent-rules'
Just curious if you are experiencing problems or not?