]> git.pld-linux.org Git - packages/php.git/commitdiff
- for latest libevent (by Andrei Nigmatulin <andrei.nigmatulin#gmail.com>)
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 16 Nov 2008 15:28:55 +0000 (15:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-fpm-libevent.patch -> 1.1

php-fpm-libevent.patch [new file with mode: 0644]

diff --git a/php-fpm-libevent.patch b/php-fpm-libevent.patch
new file mode 100644 (file)
index 0000000..34be8bf
--- /dev/null
@@ -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)
This page took 0.047649 seconds and 4 git commands to generate.