|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-07-30 13:34 UTC] fat@php.net
-Status: Open
+Status: Assigned
-Assigned To:
+Assigned To: fat
[2010-09-07 23:12 UTC] fat@php.net
[2010-09-07 23:13 UTC] fat@php.net
-Status: Assigned
+Status: Closed
[2010-09-07 23:13 UTC] fat@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 22:00:01 2025 UTC |
Description: ------------ root@wild # ldd sapi/fpm/php-fpm ... libevent-1.4.so.2 => /usr/local/libevent-1.4.13/lib/libevent-1.4.so.2 (0xb7d98000) ... root@wild # ldd sapi/cli/php ... libevent-1.4.so.2 => /usr/local/libevent-1.4.13/lib/libevent-1.4.so.2 (0xb8030000) ... libevent is linked by sapi/cli/php when it shouldn't Test script: --------------- compile PHP with --enable-fpm Expected result: ---------------- root@wild # ldd sapi/fpm/php-fpm ... libevent-1.4.so.2 => /usr/local/libevent-1.4.13/lib/libevent-1.4.so.2 (0xb7d98000) ... root@wild # ldd sapi/cli/php ... ... Actual result: -------------- root@wild # ldd sapi/fpm/php-fpm ... libevent-1.4.so.2 => /usr/local/libevent-1.4.13/lib/libevent-1.4.so.2 (0xb7d98000) ... root@wild # ldd sapi/cli/php ... libevent-1.4.so.2 => /usr/local/libevent-1.4.13/lib/libevent-1.4.so.2 (0xb8030000) ...