Edit report at http://bugs.php.net/bug.php?id=52501&edit=1
ID: 52501 Updated by: [email protected] Reported by: marekroman1 at gmail dot com Summary: Misconfigured Sendmail sends PHP-FPM into an infinite loop -Status: Analyzed +Status: Closed Type: Bug Package: FPM related Operating System: DebianLenny2.6.26-2-openvz-amd64 PHP Version: 5.3.3 Assigned To: fat Block user comment: N Private report: N New Comment: This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2010-11-26 14:46:17] [email protected] Automatic comment from SVN on behalf of fat Revision: http://svn.php.net/viewvc/?view=revision&revision=305775 Log: - Fixed bug #52501 (libevent made FPM crashed when forking -- libevent has been removed) ------------------------------------------------------------------------ [2010-11-18 22:54:40] [email protected] The v9 revision of the patch can be applied to the php 5.3.4RC1. To do so: wget http://downloads.php.net/johannes/php-5.3.4RC1.tar.bz2 tar -xjvf php-5.3.4RC1.tar.bz2 cd php-5.3.4RC1 ./buildconf --force ./configure ... --enable-fpm make make install ------------------------------------------------------------------------ [2010-11-15 01:12:30] [email protected] Here is the v9 version of the patch. Nothing changes despite the fact that it applies on current svn revision (305343). ------------------------------------------------------------------------ [2010-11-15 01:10:53] [email protected] The following patch has been added/updated: Patch Name: fpm-nomorelibevent.v9.patch Revision: 1289779853 URL: http://bugs.php.net/patch-display.php?bug=52501&patch=fpm-nomorelibevent.v9.patch&revision=1289779853 ------------------------------------------------------------------------ [2010-11-11 18:17:12] [email protected] I can't create a specific patch for 5.3.3. If you really want to test on 5.3.3, you can do: tar -xzvf php-5.3.3.tar.gz cd php-5.3.3 rm -rf sapi/fpm wget http://snaps.php.net/php5.3-201011111530.tar.gz tar -xzvf php5.3-201011111530.tar.gz mv php5.3-201011111530/sapi/fpm sapi/fpm rm -rf php5.3-201011111530 patch -p0 < fpm-nomorelibevent.v8.patch ./buildconf --force ./configure --enable-fpm --other-configure-args make && make install it should work and you have php 5.3.3 core and up to date and patched FPM. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/bug.php?id=52501 -- Edit this bug report at http://bugs.php.net/bug.php?id=52501&edit=1
