Software Details:
Version: 1.3.2 updated
Upload Date: 9 Feb 16
Distribution Type: Freeware
Downloads: 155
Size: 25 Kb
Zebra_cURL wraps the libcurl library.
It enriches the default features with support for parallel execution of HTTP requests.
Zebra_cURL also adds the possibility to process requested data as soon as it's available on disk, instead of waiting for the request queue to empty out.
This results in faster processing of cURL-retrieved data and smaller processing queues.
What is new in this release:
- Fixed an issues in composer.json due to which the class was not registered for autoloading after installation, and the library now explicitly requires lib-curl;
- Fixed some documentation issues.
What is new in version 1.3.1:
- Fixed an issues in composer.json due to which the class was not registered for autoloading after installation, and the library now explicitly requires lib-curl;
- Fixed some documentation issues.
What is new in version 1.1.0:
- Fixed a bug where the "post" method was not working with callback functions;
- Added a workaround for PHP bug;
- Custom arguments can now be passed to the callback functions;
- Callback functions may now return FALSE instructing the library to not cache the respective request; this makes it easy to retry failed requests without having to clear all cache;
- Added an example for FTP download.
What is new in version 1.0.1:
- Fixed a bug where in PHP 5.2.7+ the library was triggering fatal error because I was using func_num_args() as an argument to another function.
What is new in version 1.0:
- First release.
Requirements:
- PHP 5.0.2 or higher
- PHP's cURL extension
Comments not found