summaryrefslogtreecommitdiff
path: root/UPGRADE
diff options
context:
space:
mode:
authorctrlaltca@gmail.com <>2012-01-29 11:48:14 +0000
committerctrlaltca@gmail.com <>2012-01-29 11:48:14 +0000
commit29cff25930af018f639e8e091f9f7f72c828e922 (patch)
tree04ef54de279924f9586003b0b3a2b32c4132a29f /UPGRADE
parent39dd5b21bc2c5b93b52d001789aba61f749360a7 (diff)
fix #383
Diffstat (limited to 'UPGRADE')
-rw-r--r--UPGRADE3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPGRADE b/UPGRADE
index 5e21c892..e19e6239 100644
--- a/UPGRADE
+++ b/UPGRADE
@@ -39,6 +39,9 @@ Upgrading from v3.1.x
uppercase P). Using capital letters for the initial letter of the directories name is a long-time
convention in prado, and this has been changed to reflect it. TPageService has been patched anyway to
support even the old "Application.pages" to avoid breaking existing code.
+- All the THttpRequest's methods used to gather server informations have been paired to return null if no
+ information is available. Previously some of them returned an empty string (getQueryString and
+ getHttpProtocolVersion), some other returned null, others caused a php NOTICE.
Upgrading from v3.1.10
----------------------