Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/why-requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Why should I use Requests?
necessarily going to be available on every system. While you're welcome to
require PHP 5.3, 5.4 or even 5.5, it's not our job to force you to use those.

(The WordPress project estimates [about 60%][wpstats] of hosts are running
PHP 5.2, so this is a serious issue for developers working on large
(The WordPress project estimates [about 1.5%][wpstats] of hosts are running
PHP 5.2, so this may be an issue for developers working on large
deployable projects.)

Don't worry though, Requests will automatically use better features where
Expand Down