فهرست منبع

Update comment to reflect old changes.

Daniele Alessandri 13 سال پیش
والد
کامیت
04b8a8f75c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      lib/Predis/Network/WebdisConnection.php

+ 1 - 1
lib/Predis/Network/WebdisConnection.php

@@ -2,7 +2,7 @@
 /*
 /*
 This class implements a Predis connection that actually talks with Webdis
 This class implements a Predis connection that actually talks with Webdis
 (http://github.com/nicolasff/webdis) instead of connecting directly to Redis.
 (http://github.com/nicolasff/webdis) instead of connecting directly to Redis.
-It relies on the http PECL extension to communicate with the web server and the
+It relies on the cURL extension to communicate with the web server and the
 phpiredis extension to parse the protocol of the replies returned in the http
 phpiredis extension to parse the protocol of the replies returned in the http
 response bodies.
 response bodies.