Skip to content

Tags: jax777/curl

Tags

2.3.0

Toggle 2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add asJson option (php-mod#67)

2.2.0

Toggle 2.2.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Getters added (php-mod#58) (php-mod#59)

2.1.0

Toggle 2.1.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Issue 46 (php-mod#55)

* CurlFile fix

This is not tested, but we are facing the same problem with CurlFile Uploads (php-mod#46) - This *should* do the trick.

* Update README.md

* cs fix

2.0.0

Toggle 2.0.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Use phpunit 5.7

1.9.3

Toggle 1.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix php 5.3 compatibility break

1.9.2

Toggle 1.9.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update Curl.php (php-mod#50)

1.9.1

Toggle 1.9.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
PHP Doc cleanup (php-mod#47)

* PHP Doc cleanup

+ Remove boolean typo
+ Use boolean instead of bool for all phpdoc types
+ Fixed variable description
+ Removed symfony coding standard annotation.

* Update Curl.php

* Update Curl.php

1.9.0

Toggle 1.9.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
add response header find key method. (php-mod#48)

1.8.0

Toggle 1.8.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Enable writing response directly to file (php-mod#45)

* Switch the reading of response headers to a dedicated function

* Add example of saving request response directly to file

* Add test for the  function

* Update array initialization format to support PHP < 5.4

1.7.1

Toggle 1.7.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Do not add the query symbol "?" to urls when the query is empty: DELE…

…TE,PATCH,PUT (php-mod#43)