This repository has been archived by the owner on Sep 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed CURLINFO_HEADER_SIZE miscalculations if Proxy Enabled
- Fixes #258
- Loading branch information
Jay Patel
committed
Mar 1, 2015
1 parent
7f51b58
commit 207c2c2
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OMG.
strlen returns wrong value If there are cyrillic (for example in address) in paypal response. Please use mb_strlen instead.