Well it completely depends on the app you are building... There is for example the pdo_sqlite driver, you probably don't need it when you use pdo_mysql, but I also don't see a reason to delete it.. It won't make your app faster since the lib won't be used anyway
Mar 14, 2016
2
Level 1
PHP7 require modul for best performance in laravel5.2
I have run php7 in centos7 and install laravel5.2 i want to know if all this php7 modul require for laravel
[PHP Modules]
calendar
Core
ctype
curl
date
dba
dom
exif
fileinfo
filter
ftp
gd
gettext
gmp
hash
iconv
json
libxml
mbstring
mcrypt
mysqli
openssl
pcntl
pcre
PDO
pdo_mysql
pdo_sqlite
Phar
readline
Reflection
session
shmop
SimpleXML
soap
sockets
SPL
sqlite3
standard
tokenizer
wddx
xml
xmlreader
xmlrpc
xmlwriter
xsl
zip
zlib
which one i can remove? is there any other config for laravel to run more faster?
any advice really appreciated best regards, xicath
Please or to participate in this conversation.