Welcome! Log In Create A New Profile

Advanced

PHP 5.2.10 FPM version 0.5.13 released

Posted by mike 
PHP 5.2.10 FPM version 0.5.13 released
July 06, 2009 02:44AM
http://php-fpm.org/downloads/php-5.2.10-fpm-0.5.13.diff.gz

Changes:
* Fix: a segfault with php-cgi -h for PHP 5.2.x

Thanks to Andrei for the patch.
Thanks to whomever reported it on the survey.
Dhani
Re: PHP 5.2.10 FPM version 0.5.13 released
July 06, 2009 04:58AM
I got error on configure time:

Notice: Following unknown configure options were used:

--with-fpm-conf=/usr/local/etc/php/php-fpm.conf
--with-fpm-log=/var/log/php-fpm.log
--with-fpm-pid=/var/run/php-fcgi/php-fpm.pid

and here is my configure script:

#!/bin/bash
CFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer" \
CHOST="i686-pc-linux-gnu" \
./configure --prefix=/usr/local \
--disable-debug \
--disable-ipv6 \
--disable-rpath \
--enable-bcmath \
--enable-calendar \
--enable-cli \
--enable-dba \
--enable-exif \
--enable-fpm \
--enable-ftp \
--enable-gd-native-ttf \
--enable-inline-optimization \
--enable-mbregex \
--enable-mbstring=all \
--enable-pcntl \
--enable-shmop \
--enable-sigchild \
--enable-sockets \
--enable-sqlite-utf8 \
--enable-sysvmsg \
--enable-sysvsem \
--enable-sysvshm \
--enable-zend-multibyte \
--enable-zip \
--with-bz2 \
--with-config-file-path="/usr/local/etc/php" \
--with-config-file-scan-dir="/usr/local/etc/php/extra" \
--with-curl \
--with-curlwrappers \
--with-db4 \
--with-fpm-conf="/usr/local/etc/php/php-fpm.conf" \
--with-fpm-log="/var/log/php-fpm.log" \
--with-fpm-pid="/var/run/php-fcgi/php-fpm.pid" \
--with-freetype-dir \
--with-gd \
--with-gdbm \
--with-gettext \
--with-gmp \
--with-iconv \
--with-imap \
--with-imap-ssl \
--with-jpeg-dir \
--with-kerberos \
--with-ldap \
--with-libmbfl \
--with-mcrypt \
--with-mhash \
--with-mm \
--with-mysql="/opt/mysql" \
--with-mysqli="/opt/mysql/bin/mysql_config" \
--with-openssl \
--with-pcre-dir \
--with-pcre-regex \
--with-pdo-mysql="/opt/mysql" \
--with-pear \
--with-png-dir \
--with-snmp \
--with-tidy \
--with-xsl \
--with-zend-vm=GOTO \
--with-zlib


On Jul 6, 1:44
Dhani
Re: PHP 5.2.10 FPM version 0.5.13 released
July 06, 2009 05:42AM
scratch that... i forgot to append the --enable-fastcgi options....

On Jul 6, 3:58
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 228
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready