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)
Thu, Apr 25, 1:49 AM
Unknown Object (File)
Wed, Apr 24, 10:26 PM
Unknown Object (File)
Thu, Apr 11, 8:51 AM
Unknown Object (File)
Wed, Apr 10, 6:53 AM
Unknown Object (File)
Wed, Apr 10, 6:53 AM
Unknown Object (File)
Wed, Apr 10, 6:41 AM
Unknown Object (File)
Wed, Apr 10, 6:29 AM
Unknown Object (File)
Mar 16 2024, 2:03 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).