Bug Report #2948
install script needs to check for ctype support in php
| Status: | Closed | Start date: | 06/11/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | Core | |||
| Target version: | v3.0.7 | |||
| Resolution: | fixed | Points: |
Description
I did a new install for kohana3 and started working with ORM.
I got the following error:
ErrorException [ Fatal Error ]: Call to undefined function ctype_digit()
After recompiling php with ctype the problem was gone.
I never saw a check for this in the install.php
I think it might be wise to include this in the tests
Associated revisions
Add ctype check to install.php, even though it is enabled by default since PHP 4.2, fixes #2948
History
Updated by Woody Gilk almost 3 years ago
- Category set to Core
- Status changed from New to Closed
- Assignee set to Woody Gilk
- Target version set to v3.0.7
- Resolution set to fixed