https://github.com/quickshiftin/rolling-curl-ext
Native port of Rolling Curl for PHP
https://github.com/quickshiftin/rolling-curl-ext
multi-curl native php
Last synced: about 2 months ago
JSON representation
Native port of Rolling Curl for PHP
- Host: GitHub
- URL: https://github.com/quickshiftin/rolling-curl-ext
- Owner: quickshiftin
- License: mit
- Created: 2016-12-21T15:04:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-09T23:51:16.000Z (over 6 years ago)
- Last Synced: 2025-02-15T06:16:53.314Z (4 months ago)
- Topics: multi-curl, native, php
- Language: Zephir
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rolling-curl-ext
Native port of Rolling Curl for PHP## About this project
**Warning:** This code is not fully working (that's why there are no tags :))
This was something I worked on while trying to scrape the Yahoo finance API. I was looking for a little performance boost. The code was mostly working, but I encountered sporadic segfaults at runtime.
I didn't have time to continue on this project, but it should be pretty close to working. Feel free to take it across the finish line. I think it would be really cool. I'll update the project w/ the userspace PHP code that I ported to zephir to help you along.