summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2010-11-07 19:55:08 +0000
committerPierre Joye <pajoye@php.net>2010-11-07 19:55:08 +0000
commitcd26f63009e06ff29e4bffded5cecde031f3bddf (patch)
tree68a6e42362c7304f7cac979c65cbca06855677c4 /UPGRADING
parentb41d13ba988d787b114754b0cda52dbbebe10bed (diff)
downloadphp-git-cd26f63009e06ff29e4bffded5cecde031f3bddf.tar.gz
- typo
Diffstat (limited to 'UPGRADING')
-rwxr-xr-xUPGRADING2
1 files changed, 1 insertions, 1 deletions
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.