php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58527 Russian algorithm doesn't work
Submitted: 2009-01-29 12:36 UTC Modified: 2017-10-24 23:42 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: dmon_s at ua dot fm Assigned:
Status: Suspended Package: stem (PECL)
PHP Version: 5.2.5 OS: win xp sp3
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: dmon_s at ua dot fm
New email:
PHP Version: OS:

 

 [2009-01-29 12:36 UTC] dmon_s at ua dot fm
Description:
------------
Russian KOI8-R and Unicode algorithm doesn't work at Windows version. Package was build by myself in VC++ 2008 express, SDK 6.1 on WinXP SP3 and php 5.2.8. It seems, encoding doesn't correctly detected. I've tested previous versions and already compiled dll's from xampp project - it also doesn't work. FreeBSD 1.5.0 version work's perfectly!

Reproduce code:
---------------
<?php
echo stem("&#1054;&#1088;&#1075;&#1072;&#1085;&#1080;&#1079;&#1072;&#1094;&#1080;&#1103;", STEM_RUSSIAN);
?>

Expected result:
----------------
The result shood be "&#1054;&#1088;&#1075;&#1072;&#1085;&#1080;&#1079;&#1072;&#1094;"

Actual result:
--------------
I can't detect rezult's charset. 

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-10-24 23:42 UTC] kalle@php.net
-Status: Open +Status: Suspended
 [2017-10-24 23:42 UTC] kalle@php.net
The stem package has not had a release since 2012, and its safe to say that development has ceased. In case the development of this package picks back up, then this report should be re-opened.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Feb 11 13:01:29 2025 UTC