Hi, I've compiled PHP with these options before: ./configure --prefix=/usr --datadir=/usr/share/php5 --sysconfdir=/etc/php5 --enable-fastcgi --enable-fpm --disable-short-tags --enable-exif --enable-intl --enable-mbstring --enable-soap --enable-zip --with-bz2=/usr --with-curl=/usr/bin --with-openssl-dir=/usr --with-zlib-dir=/usr --with-gd --with-jpeg-dir=/usr --with-png-dir=/usr --with-zlib-dir=/usr --with-freetype-dir=/usr --with-imagick --with-mcrypt=/usr --with-mysqli=mysqlnd --with-mysql=mysqlnd --disable-pdo --disable-debug --disable-rpat --with-iconv-dir=/usr --with-pear --enable-suhosin --with-xpm-dir=/usr --with-fpm --with-libevent=/usr --disable-safe-mode --enable-apc --disable-magic-quotes
But today I wanted to install PHP 5.3.1 on my server (Debian). The configuring doesn't throw any error, just this notice at the end: "Notice: Following unknown configure options were used: --enable-fastcgi --enable-fpm --with-imagick --disable-rpat --enable-suhosin --with-fpm --with-libevent=/usr --enable-apc" Can someone please help me with the correct config options? I have patched /php-5.3.1 with php-fpm-0.6~5.3.1 and suhosin-patch-5.3.1-0.9.8, not that it should mather, the config options should still exist? Also tried without "--with-fpm" which is depricated?