diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-08-08 02:01:46 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-08-08 02:01:46 +0900 |
| commit | c0879ab4a02b257cb0bd416dbdfa07784c8e3809 (patch) | |
| tree | a8ec8da5d8302beafc2d4f90b4f6fc6fd5a40b38 /crates/shirabe-php-shim/src/runtime.rs | |
| parent | c82da84ae1a8cee23670a74a646584ab637308d1 (diff) | |
| download | php-shirabe-c0879ab4a02b257cb0bd416dbdfa07784c8e3809.tar.gz php-shirabe-c0879ab4a02b257cb0bd416dbdfa07784c8e3809.tar.zst php-shirabe-c0879ab4a02b257cb0bd416dbdfa07784c8e3809.zip | |
chore: remove unused functions
Diffstat (limited to 'crates/shirabe-php-shim/src/runtime.rs')
| -rw-r--r-- | crates/shirabe-php-shim/src/runtime.rs | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/crates/shirabe-php-shim/src/runtime.rs b/crates/shirabe-php-shim/src/runtime.rs index f7fb3b86..66f357cf 100644 --- a/crates/shirabe-php-shim/src/runtime.rs +++ b/crates/shirabe-php-shim/src/runtime.rs @@ -438,23 +438,6 @@ pub fn gc_enable() { // Rust has no cycle collector to enable. } -pub fn react_promise_resolve(_value: PhpMixed) -> PhpMixed { - // TODO(phase-c): depends on the react/promise port (shirabe_external_packages), which is not yet - // available. - todo!() -} - -pub fn ioncube_loader_iversion() -> i64 { - // TODO(phase-c): the ionCube loader is not present (extension_loaded reports it absent), so this - // function is never defined at runtime; left unimplemented. - todo!() -} - -pub fn ioncube_loader_version() -> String { - // TODO(phase-c): see ioncube_loader_iversion. - todo!() -} - pub fn phpinfo(_what: i64) { // TODO(php-runtime): phpinfo() dumps the full PHP runtime configuration, which the shim does not // model. |
