This repository was archived by the owner on Mar 29, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -137,6 +137,20 @@ $ sudo make install
137
137
- To track memory usage you may want to use ` smem ` , ` pmem ` or even ` lsof ` to see what shared object are loaded
138
138
and ` free ` to display free and used memory in the system.
139
139
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
+
140
154
## License
141
155
142
156
Copyright (c) 2015-2017 Bogdan Padalko < ; pinepain@gmail.com > ;
You can’t perform that action at this time.
0 commit comments