diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2008-09-28 15:10:22 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2008-09-28 15:10:22 -0400 |
commit | 70f88444316be50c6b4f0195820af38426275f2b (patch) | |
tree | f71c5f3de4f7c6b8168992dfdb4683cd06d2c011 | |
parent | 11eed225b799c14519ee46305be11566dbbb22b8 (diff) |
note about stream_select() bug in PHP 5.2.x
darcs-hash:20080928191022-5ed1f-5adceb2deb208be787f8f32eb8c11b27b7a4fd29.gz
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 ----------- |