FreeBSD Bugzilla – Attachment 131093 Details for
Bug 175124
[NEW PORT] devel/pecl-ev: ev provides interface to libev library - high performance
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-ev.c
patch-ev.c (text/x-csrc; charset=US-ASCII), 333 bytes, created by
johnpupu
on 2013-01-08 08:24:26 UTC
(
hide
)
Description:
patch-ev.c
Filename:
MIME Type:
Creator:
johnpupu
Created:
2013-01-08 08:24:26 UTC
Size:
333 bytes
patch
obsolete
>--- ev.c 2013-01-01 20:32:54.000000000 +0800 >+++ ev.c.patch 2013-01-08 14:00:43.000000000 +0800 >@@ -119,7 +119,11 @@ > /* {{{ php_ev_default_fork */ > static void php_ev_default_fork(void) > { >- ev_loop_fork(EV_DEFAULT_UC); >+#ifdef __FreeBSD__ >+ ev_loop_fork(EV_DEFAULT); >+#else >+ ev_loop_fork(EV_DEFAULT_UC); >+#endif > } > /* }}} */ >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 175124
:
131092
| 131093 |
131094