• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

extphprs / ext-php-rs / 24467964023
66%
master: 66%

Build:
Build:
LAST BUILD BRANCH: feat/issue-199-primitive-union-types
DEFAULT BRANCH: master
Ran 15 Apr 2026 05:16PM UTC
Jobs 1
Files 96
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

15 Apr 2026 05:13PM UTC coverage: 65.895% (-0.2%) from 66.091%
24467964023

Pull #678

github

ptondereau
feat(observer): opt-in zend_extension hooks via typed builder

Add `ModuleBuilder::zend_extension(factory)` returning a `ZendExtensionBuilder`
with `hook_statements()`, `hook_fcalls()`, and `hook_op_array_compile()`
opt-ins. Only opted-in hooks are wired to PHP and only their matching
ZEND_COMPILE_* flags are set, so unused hooks cost nothing at compile time.
Compiler flags are also re-asserted in `on_activate` for ZTS worker threads.

Internal wiring now goes through `CompilerGlobals::get_mut()` and a pub(crate)
`zend::register_extension()` helper rather than raw ffi from the feature
module.
Pull Request #678: feat(observer): allow zend_extension registration for low level function

137 of 246 new or added lines in 3 files covered. (55.69%)

8563 of 12995 relevant lines covered (65.89%)

32.96 hits per line

Uncovered Changes

Lines Coverage ∆ File
104
54.19
src/zend/zend_extension.rs
5
58.33
-15.35% src/zend/mod.rs
Jobs
ID Job ID Ran Files Coverage
1 24467964023.1 15 Apr 2026 05:16PM UTC 96
65.89
GitHub Action Run
Source Files on build 24467964023
  • Tree
  • List 96
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24467964023
  • Pull Request #678
  • PR Base - master (#24425467643)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc