Page MenuHomePhabricator

Require the "ctype" extension explicitly
ClosedPublic

Authored by epriestley on Apr 29 2014, 5:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Apr 24 2025, 5:42 AM
Unknown Object (File)
Apr 23 2025, 3:33 AM
Unknown Object (File)
Apr 23 2025, 2:06 AM
Unknown Object (File)
Apr 19 2025, 11:43 PM
Unknown Object (File)
Apr 17 2025, 2:55 PM
Unknown Object (File)
Apr 16 2025, 9:29 PM
Unknown Object (File)
Apr 12 2025, 12:03 PM
Unknown Object (File)
Mar 29 2025, 9:56 PM
Subscribers

Details

Summary

Fixes T4916. Although every normal build of PHP has this in the core, at least one distribution which users could reasonably encounter does not.

Test Plan

Changed string to "ctypex", got setup warning. Changed to "ctype", got no warning.

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Require the "ctype" extension explicitly.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added reviewers: btrahan, hach-que.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Apr 29 2014, 5:30 PM
epriestley updated this revision to Diff 21119.

Closed by commit rP301c7d0a1467 (authored by @epriestley).