Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 771 Bytes

php.md

File metadata and controls

36 lines (26 loc) · 771 Bytes

./configure --with-openssl --with-openssl-dir=/usr/bin
--with-zlib=[DIR]
--enable-zip
--enable-opcache
--with-pdo-mysql=[DIR]
--with-mysqli=[DIR]
--with-mysql-sock=/var/lib/mysql/mysql.sock
--with-mcrypt=[DIR]
--enable-mbstring
--enable-intl
--with-png-dir=[DIR]
--with-jpeg-dir=[DIR]
--with-gd=[DIR]
--with-curl=[DIR]
--with-bz2=[DIR]
--enable-bcmath

Red Hat, Fedora, CentOS - openssl-devel
Debian, Ubuntu - libssl-dev
Arch - openssl

https://superuser.com/a/371912

Design Patterns

summary link

FrameWorks

Laravel

best practice check list