phpv8 / php-v8

PHP extension for V8 JavaScript engine
https://php-v8.readthedocs.io
MIT License
217 stars 14 forks source link

Add support for near-heap-limit callback #108

Closed pinepain closed 6 years ago

pinepain commented 6 years ago

https://github.com/v8/v8/commit/84a80e103b090f35334fe2d168ece17489395417#diff-3dd7a0f46b1e5c1cc67921449e7180ac, since 6.7.185

The embedder can get notification when V8 heap size approaches the heap limit and can extend the heap limit if needed using

  • v8::Isolate::AddNearHeapLimitCallback
  • v8::Isolate::RemoveNearHeapLimitCallback
pinepain commented 6 years ago

I'm moving away from PHP world and all my PHP projects going to be abandoned too. Abandoning this project too as I have no intent to continue working on it unless there would be strong request from community and commercial interest. No more updates or documentation will be made. If someone is interested, feels free to contact me using email specified in my GitHub profile.