]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
note about stream_select() bug in PHP 5.2.x
authorEvan Prodromou <evan@controlyourself.ca>
Sun, 28 Sep 2008 19:10:22 +0000 (15:10 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Sun, 28 Sep 2008 19:10:22 +0000 (15:10 -0400)
darcs-hash:20080928191022-5ed1f-5adceb2deb208be787f8f32eb8c11b27b7a4fd29.gz

README

diff --git a/README b/README
index 8b91a964b3c6501c5c60806767ca650d561ff727..d4510720e787b46a6413f9219cf66378ab8e68d3 100644 (file)
--- a/README
+++ b/README
@@ -387,6 +387,11 @@ to set that up. Also, once you have a sizable number of users, sending
 a lot of SMS, OMB, and XMPP messages whenever someone posts a message
 can really slow down your site; it may cause posting to timeout.
 
+NOTE: stream_select(), a crucial function for network programming, is
+broken on PHP 5.2.x less than 5.2.6 on amd64-based servers. We don't
+work around this bug in Laconica; current recommendation is to move
+off of amd64 to another server.
+
 Public feed
 -----------