Skip to content

Tags: inphinit/inphinit-php-proxy

Tags

2.0.0-rc.3

Toggle 2.0.0-rc.3's commit message
Fixes and support for PHP 8.5

- PHP 8.5 support.
- StreamDriver: improved issue checking (wrapper_data).
- Improved URL verification.
- Fixed exception messages.

2.0.0-rc.2

Toggle 2.0.0-rc.2's commit message
Revise and expand README documentation

Improved clarity, updated usage instructions, and expanded explanations throughout the README. Added Packagist badges, clarified requirements, installation, and API methods, corrected examples, and enhanced troubleshooting and debugging sections for better developer guidance.

2.0.0-rc.1

Toggle 2.0.0-rc.1's commit message
Fixed StreamDriver

2.0.0-beta6

Toggle 2.0.0-beta6's commit message
Enhancements in performance and reliability

* Added finer control over general usage settings.
* Enhanced usage descriptions for better clarity.
* Implemented various performance optimizations for increased efficiency.
* Introduced a maximum download size limit to improve stability.
* StreamDriver: Resolved issues with HTTP status code detection.

2.0.0-beta5

Toggle 2.0.0-beta5's commit message
Improve remove temp file

2.0.0-beta4

Toggle 2.0.0-beta4's commit message
setTemporary('php://temp') is no longer needed

2.0.0-beta3

Toggle 2.0.0-beta3's commit message
Grammar review

2.0.0-beta2

Toggle 2.0.0-beta2's commit message
Fixed composer

1.2.0

Toggle 1.2.0's commit message
Version 1.2.0 ⚡

* New constants
* Support for APNG images
* Support for AVIF images
* Support for WEBP images
* Support for define cURL SSL version
* Improved temporary files
* Fixed the use of line breaks in HTTP requests
* Several code improvements

1.1.2

Toggle 1.1.2's commit message
Version 1.1.2

- Fixed "ternary operator"
- Fixed bugs and code review (1.1.1 version)
- Fixed bug in constants (1.1.0 version)
- Improved examples