From: Jani Taskinen Date: Wed, 17 Nov 2010 14:08:39 +0000 (+0000) Subject: typo X-Git-Tag: php-5.4.0alpha1~191^2~653 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c9581c1b1fba21a8b7eba2893cd6c54644a32b60;p=php typo --- diff --git a/UPGRADING b/UPGRADING index 9ef4086516..43219ccd1a 100755 --- a/UPGRADING +++ b/UPGRADING @@ -228,8 +228,8 @@ UPGRADE NOTES - PHP X.Y config.m4 and Makefile.frag files as templates and replace CLI/cli with your SAPI name. -- The REQUEST_TIME value inside server now returns a floating point number - indicating the time with microsecond precision. All SAPIs provinding this +- The REQUEST_TIME value inside server now returns a floating point number + indicating the time with microsecond precision. All SAPIs providing this value should be returning float and not time_t. =============================