From d310d102245f591cf861fde1d26c8ad1ff0575b8 Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Wed, 17 Nov 2010 14:07:54 +0000 Subject: [PATCH] - Added comment about binary SAPIs --- UPGRADING | 4 ++++ 1 file changed, 4 insertions(+) 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. -- 2.50.1