Can IonCube v10 PHP 7.1 files be processed?
Yes. The service includes a dedicated v10/PHP 7.1 route and a separate PHP 7.2 route.
IonCube v10 projects are commonly tied to older hosting stacks and extensions. The v10 route keeps those files away from newer PHP 8 runtimes and uses the legacy decoder profiles that match their execution model.
Best suited for
This lane is useful when an older billing module, WordPress extension or private PHP application must be maintained after its original source archive is no longer available. File headers are inspected first, then the matching legacy runtime is selected.
A v10 file sent to a modern-only runtime can fail before useful opcode data is exposed. The dedicated profile avoids that cross-generation mismatch.
Old modules may reference removed extensions or application globals. The recovery job separates dependency errors from actual decoder failure.
Yes. The service includes a dedicated v10/PHP 7.1 route and a separate PHP 7.2 route.
No. Output validation rejects unchanged IonCube wrappers and requires usable PHP source before a job is treated as delivered.