|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-11-09 20:09 UTC] ilia at prohost dot org
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Dec 16 18:00:01 2025 UTC |
Description: ------------ current version of filter extension shows wrong version with phpversion("filter") Reproduce code: --------------- echo phpversion("filter"); to get the expected result: Index: filter.c =================================================================== RCS file: /repository/pecl/filter/filter.c,v retrieving revision 1.73 diff -r1.73 filter.c 107c107 < "0.9.5-dev", --- > "0.10.0", Expected result: ---------------- 0.10.0 Actual result: -------------- 0.9.5-dev