Bug Report #1145
Checking for utf8_encode in install.php
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 100% |
|
| Category: | Core | |||
| Target version: | 2.3.4 | |||
| Resolution: | Points: |
Description
When the mbstring extension is unavailable, strlen needs utf8_decode to work with non-ascii strings.
This patch against install.php will add a check for utf8_decode when the mbstring extension is missing.
History
Updated by Jeremy Bush almost 3 years ago
Please provide a proper patch with svn diff install.php > install.patch
Updated by Gero - almost 3 years ago
Proper patch attached. I also added a check for PCRE and SPL.
Updated by Jeremy Bush over 2 years ago
- Target version changed from 2.3.3 to 2.4
Updated by Jeremy Bush over 2 years ago
- Target version changed from 2.4 to 2.3.4
Updated by Jeremy Bush over 2 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset r4384.