Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit 3bdf376

Browse files
committed
Add cretids [skip ci]
1 parent 015d5a6 commit 3bdf376

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,20 @@ $ sudo make install
137137
- To track memory usage you may want to use `smem`, `pmem` or even `lsof` to see what shared object are loaded
138138
and `free` to display free and used memory in the system.
139139

140+
## Credits
141+
142+
My thanks to the following people and projects, without whom this extension wouldn't be what it is today.
143+
(Please let me know if I've mistakenly omitted anyone.)
144+
145+
- [v8js](https://github.com/phpv8/v8js) PHP extension which used as a reference on early stages;
146+
- [Stefan Siegl](https://github.com/stesie), for his profound work on [v8js](https://github.com/phpv8/v8js)
147+
PHP extension and for his personal time at helping building V8;
148+
- all [v8js](https://github.com/phpv8/v8js) [contributors](https://github.com/phpv8/v8js/graphs/contributors);
149+
- Jérémy Lal, one of [libv8](https://anonscm.debian.org/git/collab-maint/libv8.git) maintainers for his personal
150+
help on building V8 on Ubuntu;
151+
- [John Gardner](https://github.com/Alhadis) for dealing with V8 building system changes;
152+
- [@ilovezfs](https://github.com/ilovezfs) for his help and mentoring on upgrading V8 homebrew formulae.
153+
140154
## License
141155

142156
Copyright (c) 2015-2017 Bogdan Padalko <pinepain@gmail.com>

0 commit comments

Comments
 (0)