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
95
95
```
96
96
97
97
While [ 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.
101
102
102
103
103
104
#### OS X (homebrew)
@@ -136,6 +137,8 @@ $ sudo make install
136
137
137
138
- To track memory usage you may want to use ` smem ` , ` pmem ` or even ` lsof ` to see what shared object are loaded
138
139
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.
139
142
140
143
## License
141
144
You can’t perform that action at this time.
0 commit comments