فهرست منبع

minor update of php's readme.md (#4976)

Marko Kaznovac 6 سال پیش
والد
کامیت
05c8be09fd
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      frameworks/PHP/README.md

+ 1 - 1
frameworks/PHP/README.md

@@ -21,7 +21,7 @@ allowed by this benchmark. As we use PHP 5.5, which comes
 with opcache built in, we recommend you use this. However, 
 some frameworks utilize APC instead as switching can be 
 problematic (e.g. APC allows arbitrary data caching, while 
-opcache). 
+opcache does not). 
 
 Caching the output of parsing your configuration files is 
 also expressly allowed (e.g. file caching, metadata caching).