php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #61145 Wrong xdiff function versions in documentation
Submitted: 2012-02-20 16:18 UTC Modified: 2012-02-21 02:58 UTC
From: Platonides at gmail dot com Assigned: aharvey (profile)
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2012-02-20 16:18 UTC] Platonides at gmail dot com
Description:
------------
Documentation for xdiff extension show all functions as appearing at 0.2.0: (PECL xdiff >= 0.2.0)


In fact, xdiff 0.2.0 to 1.4.1 provide the following functions:
xdiff_file_diff
xdiff_file_diff_binary
xdiff_file_merge3
xdiff_file_patch
xdiff_file_patch_binary
xdiff_string_diff
xdiff_string_diff_binary
xdiff_string_merge3
xdiff_string_patch
xdiff_string_patch_binary

xdiff 1.5.0 and 1.5.1 provide:
xdiff_file_bdiff
xdiff_file_bdiff_size
xdiff_file_bpatch
xdiff_file_diff
xdiff_file_merge3
xdiff_file_patch
xdiff_file_rabdiff
xdiff_string_bdiff
xdiff_string_bdiff_size
xdiff_string_bpatch
xdiff_string_diff
xdiff_string_merge3
xdiff_string_patch
xdiff_string_rabdiff

xdiff_file_diff_binary
xdiff_file_patch_binary
xdiff_string_diff_binary
xdiff_string_patch_binary
(this last block as aliases)


In summary, the following functions were added in 1.5.0:
xdiff_file_bdiff
xdiff_file_bdiff_size
xdiff_file_bpatch
xdiff_file_rabdiff
xdiff_string_bdiff
xdiff_string_bdiff_size
xdiff_string_bpatch
xdiff_string_rabdiff



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-02-21 02:58 UTC] aharvey@php.net
Automatic comment from SVN on behalf of aharvey
Revision: http://svn.php.net/viewvc/?view=revision&revision=323399
Log: Fix doc bug #61145 (Wrong xdiff function versions in documentation).
 [2012-02-21 02:58 UTC] aharvey@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.

Cheers for the breakdown of functions!
 [2012-02-21 02:58 UTC] aharvey@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: aharvey
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Fri Feb 27 22:00:01 2026 UTC