]> granicus.if.org Git - php/commitdiff
bug #29 enable cli-server support
authorkrakjoe <joe.watkins@live.co.uk>
Sun, 17 Feb 2013 15:48:31 +0000 (15:48 +0000)
committerkrakjoe <joe.watkins@live.co.uk>
Sun, 17 Feb 2013 15:48:31 +0000 (15:48 +0000)
ZendAccelerator.c

index 19dd5c8989286dc2cc6508571c822bdef0a253b1..20ee110b6d4fee0d64e76aad3fd2ef950196b596 100644 (file)
@@ -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",