Edit report at http://bugs.php.net/bug.php?id=52498&edit=1

 ID:                 52498
 Updated by:         f...@php.net
 Reported by:        f...@php.net
 Summary:            when FPM is enable, php-cli is linked against
                     libevent (it shouldn't)
-Status:             Assigned
+Status:             Closed
 Type:               Bug
 Package:            FPM related
 Operating System:   linux
 PHP Version:        5.3.3
 Assigned To:        fat
 Block user comment: 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-09-07 23:12:30] f...@php.net

Automatic comment from SVN on behalf of fat
Revision: http://svn.php.net/viewvc/?view=revision&revision=303147
Log: - Fixed bug #52498 (libevent was not only linked to php-fpm)

------------------------------------------------------------------------
[2010-07-30 13:33:53] f...@php.net

Description:
------------
r...@wild # ldd sapi/fpm/php-fpm

...

        libevent-1.4.so.2 =>
/usr/local/libevent-1.4.13/lib/libevent-1.4.so.2 

(0xb7d98000)

...



r...@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:
----------------
r...@wild # ldd sapi/fpm/php-fpm

...

        libevent-1.4.so.2 =>
/usr/local/libevent-1.4.13/lib/libevent-1.4.so.2 

(0xb7d98000)

...



r...@wild # ldd sapi/cli/php

...

...



Actual result:
--------------
r...@wild # ldd sapi/fpm/php-fpm

...

        libevent-1.4.so.2 =>
/usr/local/libevent-1.4.13/lib/libevent-1.4.so.2 

(0xb7d98000)

...



r...@wild # ldd sapi/cli/php

...

        libevent-1.4.so.2 =>
/usr/local/libevent-1.4.13/lib/libevent-1.4.so.2 

(0xb8030000)

...




------------------------------------------------------------------------



-- 
Edit this bug report at http://bugs.php.net/bug.php?id=52498&edit=1

Reply via email to