]> granicus.if.org Git - php/commitdiff
- Added comment about binary SAPIs
authorJani Taskinen <jani@php.net>
Wed, 17 Nov 2010 14:07:54 +0000 (14:07 +0000)
committerJani Taskinen <jani@php.net>
Wed, 17 Nov 2010 14:07:54 +0000 (14:07 +0000)
UPGRADING

index 6b4ac4534032d0314876f5f071055a120251611f..9ef4086516dd9931708b96a55dd1715bd4505577 100755 (executable)
--- 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.