Skip to content

Commit 0fbf54a

Browse files
committed
Expose SAPI module
1 parent 10eac24 commit 0fbf54a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/zend/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ pub use function::Function;
2121
pub use function::FunctionEntry;
2222
pub use globals::ExecutorGlobals;
2323
pub use globals::SapiGlobals;
24+
pub use globals::SapiModule;
2425
pub use handlers::ZendObjectHandlers;
2526
pub use ini_entry_def::IniEntryDef;
2627
pub use module::ModuleEntry;

0 commit comments

Comments
 (0)