From: Jani Taskinen Date: Wed, 17 Nov 2010 14:07:54 +0000 (+0000) Subject: - Added comment about binary SAPIs X-Git-Tag: php-5.4.0alpha1~191^2~654 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d310d102245f591cf861fde1d26c8ad1ff0575b8;p=php - Added comment about binary SAPIs --- diff --git a/UPGRADING b/UPGRADING index 6b4ac45340..9ef4086516 100755 --- a/UPGRADING +++ b/UPGRADING @@ -224,6 +224,10 @@ UPGRADE NOTES - PHP X.Y 9. Changes in SAPI support ========================== +- When adding new binary SAPI (executable, like CLI/CGI/FPM) use CLI + 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 value should be returning float and not time_t.