jani                                     Wed, 17 Nov 2010 14:07:54 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=305456

Log:
- Added comment about binary SAPIs

Changed paths:
    U   php/php-src/trunk/UPGRADING

Modified: php/php-src/trunk/UPGRADING
===================================================================
--- php/php-src/trunk/UPGRADING 2010-11-17 13:01:53 UTC (rev 305455)
+++ php/php-src/trunk/UPGRADING 2010-11-17 14:07:54 UTC (rev 305456)
@@ -224,6 +224,10 @@
 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.

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to