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
Have you experienced this issue?
Rate the importance of this bug to you:

 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 12:01:30 2024 UTC