From c6ca316009dab4f365b7c01657c5e32a3728bce3 Mon Sep 17 00:00:00 2001 From: Ruslan Osmanov Date: Wed, 19 Oct 2011 15:46:05 +0000 Subject: [PATCH] Fix: installation instructions link Add: installation instructions for Gentoo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@318225 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/eio/configure.xml | 63 +++++++++++++++++++++++++++++++++++-- reference/eio/setup.xml | 5 +-- 2 files changed, 64 insertions(+), 4 deletions(-) diff --git a/reference/eio/configure.xml b/reference/eio/configure.xml index f4037bd865..f652c83d64 100644 --- a/reference/eio/configure.xml +++ b/reference/eio/configure.xml @@ -17,7 +17,7 @@ - option sets shared memory segment permissions. Default: 0600 + option sets shared memory segment permissions. Default: 0660 @@ -30,9 +30,68 @@ Be sure that you gave read - and write permissions for the Web server user or group(according to the file + and write permissions for the Web server user/group(according to the file system setup). Otherwise, the internal event loop will fail. + + On Gentoo you may experience problems + compiling(`make`) the code. If so, you've likely got output + similar to the following: + + + + +The following fixes it: + + + + + + + + Always check for actual configure parameters, since + documentation could be sometimes outdated. E.g.: + + + + + + + -
+ + &reference.eio.configure;