diff options
author | Eric Barnes <eric@ericlbarnes.com> | 2011-04-25 02:57:04 +0200 |
---|---|---|
committer | Eric Barnes <eric@ericlbarnes.com> | 2011-04-25 02:57:04 +0200 |
commit | 636b05898c96820d65a0fd133e11c1f5f48fbb49 (patch) | |
tree | ce30eeae83c82a7cadeb9bb651427e176b165424 | |
parent | bf8d68a5652e52c39c59c7e441dcb4fe1ccd15cf (diff) |
Fixed #243 - Changed php version in the style guide to match requirements.
-rw-r--r-- | user_guide/general/styleguide.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/general/styleguide.html b/user_guide/general/styleguide.html index b2b681d8c..1f7a8a048 100644 --- a/user_guide/general/styleguide.html +++ b/user_guide/general/styleguide.html @@ -381,7 +381,7 @@ function build_string($str = "") <h2><a name="compatibility"></a>Compatibility</h2> <div class="guidelineDetails"> - <p>Unless specifically mentioned in your add-on's documentation, all code must be compatible with PHP version 4.3+. Additionally, do not use PHP functions that require non-default libraries to be installed unless your code contains an alternative method when the function is not available, or you implicitly document that your add-on requires said PHP libraries.</p> + <p>Unless specifically mentioned in your add-on's documentation, all code must be compatible with PHP version 5.1+. Additionally, do not use PHP functions that require non-default libraries to be installed unless your code contains an alternative method when the function is not available, or you implicitly document that your add-on requires said PHP libraries.</p> </div> |