From: Pierre Joye Date: Sun, 7 Nov 2010 19:55:08 +0000 (+0000) Subject: - typo X-Git-Tag: php-5.4.0alpha1~191^2~718 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd26f63009e06ff29e4bffded5cecde031f3bddf;p=php - typo --- diff --git a/UPGRADING b/UPGRADING index 03cc667027..b17b36b9b1 100755 --- a/UPGRADING +++ b/UPGRADING @@ -224,7 +224,7 @@ UPGRADE NOTES - PHP X.Y 9. Changes in SAPI support ========================== -- The REQUEST_TIME value insde server now returns a floating point number +- The REQUEST_TIME value inside server now returns a floating point number indicating the time with microsecond precision. All SAPIs provinding this value should be returning float and not time_t.