Table of Contents

PHP RFC: Removal of dead SAPIs

Introduction

Currently PHP contains many SAPIs to the servers either completely unavailable or unsupported for a long time. The corresponding list

Dead SAPIs:

Maintained SAPIs:


Things required to be done for the final decisions:

This RFC crosses with https://wiki.php.net/rfc/size_t_and_int64 as removal of the dead SAPIs will exlude the need of their porting.

Proposal

Dead SAPIs should be removed.

Backward Incompatible Changes

As the dead SAPIs are already dead, no BC breach is expected.

Proposed PHP Version(s)

7

SAPIs Impacted

Dead SAPI list in the description.

Impact to Existing Extensions

None.

php.ini Defaults

php.ini will have to be checked to remove the unavailable config options, if any.

Open Issues

None.

Unaffected PHP Functionality

None.

Future Scope

Should an SAPI come back, the corresponding code is available in the git history.

Proposed Voting Choices

Remove dead SAPIs: yes/no

Patches and Tests

Links to any external patches and tests go here.

If there is no patch, make it clear who will create a patch, or whether a volunteer to help with implementation is needed.

Make it clear if the patch is intended to be the final patch, or is just a prototype.

Implementation

After the project is implemented, this section should contain

  1. the version(s) it was merged to
  2. a link to the git commit(s)
  3. a link to the PHP manual entry for the feature

References

Links to external references, discussions or RFCs

Rejected Features

Keep this updated with features that were discussed on the mail lists.