Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2013
529
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. diff --git a/ext/opcache/ZendAccelerator.c b/ext/opcache/ZendAccelerator.c
  2. index 0d7b940..3a5aaf9 100644
  3. --- a/ext/opcache/ZendAccelerator.c
  4. +++ b/ext/opcache/ZendAccelerator.c
  5. @@ -2402,6 +2402,7 @@ static inline int accel_find_sapi(TSRMLS_D)
  6. "cgi-fcgi",
  7. "fpm-fcgi",
  8. "isapi",
  9. + "phpdbg",
  10. "apache2filter",
  11. "apache2handler",
  12. "litespeed",
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement