php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #36539 Manual page for sort() mentions PHP 6
Submitted: 2006-02-27 06:06 UTC Modified: 2006-02-27 11:08 UTC
From: daniel at softel dot jp Assigned:
Status: Not a bug Package: Website problem
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
 [2006-02-27 06:06 UTC] daniel at softel dot jp
Description:
------------
Manual page for sort() mentions PHP 6:

"SORT_LOCALE_STRING - compare items as strings, based on the current locale. Added in PHP 4.4.0 and 5.0.2. Before PHP 6, it uses the system locale, which can be changed using setlocale(). Since PHP 6, you must use the i18n_loc_set_default() function."

I assume it means PHP 5?


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-02-27 09:07 UTC] derick@php.net
This is correct.
 [2006-02-27 11:08 UTC] daniel at softel dot jp
Sorry for being all anal-retentive, but is "PHP 5" correct or is "PHP 6" correct? I use the PHP manualtation for work every day so it *bugs* me when there's a problem. Thanks for listening to me!
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Thu Jun 18 14:00:02 2026 UTC