diff options
author | Jani Taskinen <jani@php.net> | 2010-11-17 14:08:39 +0000 |
---|---|---|
committer | Jani Taskinen <jani@php.net> | 2010-11-17 14:08:39 +0000 |
commit | c9581c1b1fba21a8b7eba2893cd6c54644a32b60 (patch) | |
tree | 62ad57c0b9b0d8c46f162271ba27265bf1ba0e7c /UPGRADING | |
parent | d310d102245f591cf861fde1d26c8ad1ff0575b8 (diff) | |
download | php-git-c9581c1b1fba21a8b7eba2893cd6c54644a32b60.tar.gz |
typo
Diffstat (limited to 'UPGRADING')
-rwxr-xr-x | UPGRADING | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. ============================= |