Opened 6 years ago
Closed 6 years ago
#1484511 closed Bugs (duplicate)
mb_list_encodings() returns error in nightly SVN
| Reported by: | seansan | Owned by: | thomasb |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.1-rc2 |
| Component: | Client Scripts | Version: | git-master |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Seems like the check in main returns TRUE, but then later returns errors on foreach (mb_list_encodings() as $charset)
[Sun Aug 12 21:15:57 2007] [error] PHP Fatal error: Call to undefined function: mb_list_encodings() in /home/domain01/domains/domain.nl/public_html/rc/program/include/main.inc on line 478
Change History (2)
comment:1 Changed 6 years ago by thomasb
- Owner set to thomasb
- Status changed from new to assigned
comment:2 Changed 6 years ago by thomasb
- Resolution set to duplicate
- Status changed from assigned to closed
Duplicate of #1484509
Note: See
TracTickets for help on using
tickets.

Shit, mb_list_encodings is PHP5 only. We have to postpone this until RC is PHP5 only...