https://github.com/racklin/zephir-testcurl
zephir sample code that using libcurl by cblock.
https://github.com/racklin/zephir-testcurl
Last synced: 3 months ago
JSON representation
zephir sample code that using libcurl by cblock.
- Host: GitHub
- URL: https://github.com/racklin/zephir-testcurl
- Owner: racklin
- Created: 2014-11-18T16:20:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-21T04:52:28.000Z (over 11 years ago)
- Last Synced: 2024-04-09T15:28:37.022Z (about 2 years ago)
- Language: C
- Size: 211 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Zephir sampile code
-----------------------------
Zephir 0.59 version supports 'pkg-config' to check and include system libraries by using 'package-dependencies' option.
This project demo using 'libcurl >= 7.20' with Zephir's cblock.
Build
-----------------------------
1. Fork this project and clone.
2. `cd ext && phpize`
3. `./configure --enable-testcurl && make && sudo make install`
4. `php ../test.php' will see libcurl version from zephir php ext.