Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Post Body #610

Closed
wants to merge 37 commits into from
Closed

Post Body #610

wants to merge 37 commits into from

Conversation

leot07
Copy link

@leot07 leot07 commented Oct 17, 2017

No description provided.

abraham and others added 30 commits November 10, 2016 05:55
Since PHP 5.4 is still used in [Debian Wheezy][1], which is on LTS until
[May 2018][2], support for older versions of PHP would be nice.
Fortunately, the library is still compatible with PHP 5.4, except
for one small detail.

Use of `empty` on `Phar::running` was replaced by `=== ''` check, since
the function only [returns a string][3] and calling `empty` directly
on the return of function call is not supported [prior PHP 5.5][4].

[1]: https://wiki.debian.org/PHP#Available_versions
[2]: https://wiki.debian.org/LTS
[3]: https://secure.php.net/manual/en/phar.running.php#refsect1-phar.running-returnvalues
[4]: https://secure.php.net/manual/en/function.empty.php#refsect1-function.empty-parameters
Use array syntax short to improve readability
Add support to media_category in upload media chunked.
exclude oauth_verifier from the body
Increase and allow to change chunk size for media upload.
Update dev dependencies and cleanup curl configuration
@leot07 leot07 closed this Oct 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants