Skip to content

Instantly share code, notes, and snippets.

@jemekite
Created March 20, 2015 09:19
Show Gist options
  • Save jemekite/8c6d011da2606006ca4c to your computer and use it in GitHub Desktop.
Save jemekite/8c6d011da2606006ca4c to your computer and use it in GitHub Desktop.
openlitespeed php compile options
'--with-mysql' '--with-mysqli' '--with-mysql-sock=/var/run/mysqld/mysqld.sock' '--with-zlib' '--with-gd' '--enable-shmop' '--enable-sockets' '--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm' '--enable-mbstring' '--with-iconv' '--with-libdir=lib64' '--with-litespeed' '--with-curl' '--enable-zip' '--with-bz2' '--with-jpeg-dir=lib64' '--enable-bcmath' '--enable-calendar' '--enable-ftp' '--enable-gd-native-ttf' '--enable-exif' '--with-openssl' '--with-xmlrpc' '--with-freetype-dir=lib64' '--with-png-dir=lib64' '--enable-inline-optimization' '--enable-xml' '--with-mcrypt=mcrypt' '--with-pdo-mysql'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment