Skip to content

Commit

Permalink
Sync migration73 (php#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records authored Dec 20, 2023
1 parent 94efa3b commit c145762
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions appendices/migration73/other-changes.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 477c5f97a6e31b77a02cabcd9950a3ed0fd91fa2 Maintainer: avenger Status: partial -->
<!-- CREDITS: mowangjuanzi -->
<!-- EN-Revision: 97c4cc92207255ea09308d2646441dd61448d924 Maintainer: avenger Status: partial -->
<!-- CREDITS: mowangjuanzi, Luffy -->
<sect1 xml:id="migration73.other-changes" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>其它变更</title>

Expand Down Expand Up @@ -198,7 +198,7 @@
</para>
</sect2>

<sect2 xml:id="migration72.other-changes.opcache">
<sect2 xml:id="migration73.other-changes.opcache">
<title>OPcache</title>

<para>
Expand Down
5 changes: 2 additions & 3 deletions features/commandline.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 1dd897816d8282d985cf78b42a3b723e0ce86d56 Maintainer: HonestQiao Status: ready -->
<!-- Reviewed: Haohappy Maintainer: HonestQiao -->
<!-- EN-Revision: 25338384fe801da952d3d864e9174dd590837e24 Maintainer: HonestQiao Status: ready -->
<!-- CREDITS: HonestQiao, Haohappy, Luffy, mowangjuanzi -->
<chapter xml:id="features.commandline" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>PHP 的命令行模式</title>
Expand Down Expand Up @@ -1153,7 +1152,7 @@ This is a command line PHP script with one option.
<para>
<example>
<title>运行 PHP 命令行脚本的批处理文件(script.bat)</title>
<programlisting role="shell">
<programlisting role="winbat">
<![CDATA[
@echo OFF
"C:\php\php.exe" script.php %*
Expand Down
2 changes: 1 addition & 1 deletion reference/datetime/datetimeinterface/format.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: e057f1f552548a68030830e96ae1bdf313b1794e Maintainer: mowangjuanzi Status: ready -->
<!-- EN-Revision: ac397fd0da4d814b5a2f4ba49254f9b6093315e1 Maintainer: mowangjuanzi Status: ready -->
<!-- CREDITS: Luffy -->
<refentry xml:id="datetime.format" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
Expand Down

0 comments on commit c145762

Please sign in to comment.