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 +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -95,9 +95,10 @@ $ php --ri v8
9595```
9696
9797While [ pinepain/php] ( https://launchpad.net/~pinepain/+archive/ubuntu/php ) PPA targets to contain all necessary
98- extensions with dependencies, you may find useful
99- [ pinepain/libv8-5.7] ( https://launchpad.net/~pinepain/+archive/ubuntu/libv8-5.7 ) and
100- [ pinepain/php-v8] ( https://launchpad.net/~pinepain/+archive/ubuntu/php-v8 ) standalone PPAs.
98+ extensions with dependencies, you may find
99+ [ pinepain/libv8-5.7] ( https://launchpad.net/~pinepain/+archive/ubuntu/libv8-5.7 ) ,
100+ [ pinepain/libv8-experimental] ( https://launchpad.net/~pinepain/+archive/ubuntu/libv8-experimental ) and
101+ [ pinepain/php-v8] ( https://launchpad.net/~pinepain/+archive/ubuntu/php-v8 ) standalone PPAs useful.
101102
102103
103104#### OS X (homebrew)
@@ -136,6 +137,8 @@ $ sudo make install
136137
137138 - To track memory usage you may want to use ` smem ` , ` pmem ` or even ` lsof ` to see what shared object are loaded
138139 and ` free ` to display free and used memory in the system.
140+ - [ pinepain/libv8-experimental] ( https://launchpad.net/~pinepain/+archive/ubuntu/libv8-experimental ) normally contains
141+ ` libv8 ` version that used in current ` master ` branch.
139142
140143## License
141144
You can’t perform that action at this time.
0 commit comments