Commit: 996485e0b2709c46bb07085b88498c88cbc89512 Author: krakjoe <joe.watk...@live.co.uk> Sun, 17 Feb 2013 15:48:31 +0000 Parents: 2b6eede1d3e2fa7151a5cb07c20cf66504e6e066 Branches: PHP-5.5 master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=996485e0b2709c46bb07085b88498c88cbc89512 Log: bug #29 enable cli-server support Bugs: https://bugs.php.net/29 Changed paths: M ZendAccelerator.c Diff: diff --git a/ZendAccelerator.c b/ZendAccelerator.c index 19dd5c8..20ee110 100644 --- a/ZendAccelerator.c +++ b/ZendAccelerator.c @@ -2137,6 +2137,7 @@ static inline int accel_find_sapi(TSRMLS_D) static const char *supported_sapis[] = { "apache", "fastcgi", + "cli-server", "cgi-fcgi", "fpm-fcgi", "isapi", -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php