|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-04-01 17:01 UTC] yannick@php.net
[2010-04-01 17:01 UTC] yannick@php.net
-Assigned To:
+Assigned To: yannick
[2011-01-03 00:32 UTC] yannick@php.net
[2011-01-03 00:34 UTC] yannick@php.net
[2012-02-11 11:43 UTC] irker@php.net
-Status: Assigned
+Status: Closed
[2012-02-11 11:43 UTC] irker@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 09:00:01 2025 UTC |
Description: ------------ The google translation has a few bugs, some I noticed today. Do we have much control over this? This: <option role="configure">--with-mysql</option> Turned into: <option role="configure"> - with-mysql </option> This: & Turned into: & This: <literal>1</literal> Turned into (adding spaces is common within all tags, not just this): <literal> 1 </literal> This: &example.outputs; Turned into: & Example.outputs; This: <sect2 xml:id="features.gc.compound-types"> <title>Compound Types</title> Turned into (removed <title>, weird): <sect2 xml:id="features.gc.compound-types"> The removal of <title> seems common but does not always occur, However, another: This: <example> <title>Creating a <type>array</type> zval</title> Turned into: <example> This: ]]> Turned into (but not always): ] ]>