https://github.com/gasol/const_test
A trivial php extension that demostrate how to change constant value in PHP.
https://github.com/gasol/const_test
Last synced: about 1 year ago
JSON representation
A trivial php extension that demostrate how to change constant value in PHP.
- Host: GitHub
- URL: https://github.com/gasol/const_test
- Owner: Gasol
- License: other
- Created: 2013-01-23T05:21:22.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-23T05:29:52.000Z (over 13 years ago)
- Last Synced: 2025-02-02T23:55:06.564Z (over 1 year ago)
- Language: C
- Homepage: https://bugs.php.net/bug.php?id=64053
- Size: 113 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### const_test
The `const_test` is a trivial php extension that demostrate how to change
constant value in PHP.
The result are diffirent in PHP 5.3 and 5.4 (without Suhosin patch).
How to test:
phpize
./configure
make test