SOURCES: php-fpm-libevent.patch (NEW) - for latest libevent (by Andrei Nigm...

glen glen at pld-linux.org
Sun Nov 16 16:29:01 CET 2008


Author: glen                         Date: Sun Nov 16 15:29:01 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- for latest libevent (by Andrei Nigmatulin <andrei.nigmatulin#gmail.com>)

---- Files affected:
SOURCES:
   php-fpm-libevent.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/php-fpm-libevent.patch
diff -u /dev/null SOURCES/php-fpm-libevent.patch:1.1
--- /dev/null	Sun Nov 16 16:29:01 2008
+++ SOURCES/php-fpm-libevent.patch	Sun Nov 16 16:28:55 2008
@@ -0,0 +1,11 @@
+--- php-5.2.6/sapi/cgi/fpm/fpm_events.c~	2008-11-16 17:13:10.000000000 +0200
++++ php-5.2.6/sapi/cgi/fpm/fpm_events.c	2008-11-16 17:26:32.480410289 +0200
+@@ -123,7 +123,7 @@
+ 
+ void fpm_event_exit_loop()
+ {
+-	event_loopexit(0);
++	event_loopbreak();
+ }
+ 
+ void fpm_event_fire(struct event *ev)
================================================================


More information about the pld-cvs-commit mailing list