diff options
author | Brion Vibber <brion@pobox.com> | 2010-03-18 11:12:27 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-03-18 11:12:27 -0700 |
commit | bbfb7668857189a3fe359740c752c4c5dabfee8f (patch) | |
tree | 556a799ae2aa613c14ce6fe81bb2758ce3b39802 | |
parent | 0fe82bd0c9fdce78f6bd37463075cb45a99b25a4 (diff) |
Add readme notes about PHP <5.2.6 bug on 64-bit and PHP 5.3 issues.
-rw-r--r-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -137,7 +137,9 @@ run correctly. - PHP 5.2.3+. It may be possible to run this software on earlier versions of PHP, but many of the functions used are only available - in PHP 5.2 or above. + in PHP 5.2 or above. 5.2.6 or later is needed for XMPP background + daemons on 64-bit platforms. PHP 5.3.x should work but is known + to cause some failures for OpenID. - MySQL 5.x. The StatusNet database is stored, by default, in a MySQL server. It has been primarily tested on 5.x servers, although it may be possible to install on earlier (or later!) versions. The server |