summaryrefslogtreecommitdiff
path: root/UPGRADE
diff options
context:
space:
mode:
authorxue <>2006-08-01 12:27:41 +0000
committerxue <>2006-08-01 12:27:41 +0000
commitc62323a40a833d991c091f8cd99bf9a4f29bfc6c (patch)
tree9e03b4eb6cdbed4ea2ae9e105ae567977afff2a6 /UPGRADE
parenta27e42c150fbc19eb848d1d1a73d1dddd713d48f (diff)
Changed PHP minimum requirement to 5.1.0
Diffstat (limited to 'UPGRADE')
-rw-r--r--UPGRADE3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPGRADE b/UPGRADE
index ae0fcf6b..6e9c262d 100644
--- a/UPGRADE
+++ b/UPGRADE
@@ -16,6 +16,9 @@ for both A and B.
Upgrading from v3.0.2
---------------------
+- The minimum PHP version required is raised to 5.1.0 and above.
+ If your server is installed with a lower version of PHP, you will
+ have to upgrade it in order to run PRADO applications.
- The signature of TControl::broadcastEvent() is changed from
broadcastEvent($sender,TBroadCastEventParameter $param) to
broadcastEvent($name,$sender,$param).