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, Feb 20, 4:05 PM
Unknown Object (File)
Jan 18 2025, 1:40 PM
Unknown Object (File)
Jan 17 2025, 5:53 PM
Unknown Object (File)
Dec 28 2024, 11:56 AM
Unknown Object (File)
Dec 12 2024, 12:47 AM
Unknown Object (File)
Dec 4 2024, 12:38 PM
Unknown Object (File)
Nov 19 2024, 8:26 PM
Unknown Object (File)
Nov 15 2024, 10:05 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
Branch
ctype1
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 120
Build 120: [Placeholder Plan] Wait for 30 Seconds

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).