File tree 6 files changed +28
-11
lines changed
6 files changed +28
-11
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: 6a3ec52642e4d91484b61e2740e93c5fa42e3633 Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: f23fa0e5e7373b0cce93525f471555e1918f8b0f Maintainer: takagi Status: ready -->
4
4
<!-- CREDITS: hirokawa,shimooka -->
5
5
6
6
<section xml : id =" ini.list" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" xmlns : xi =" http://www.w3.org/2001/XInclude" >
1622
1622
<entry >mbstring.script_encoding</entry >
1623
1623
<entry >NULL</entry >
1624
1624
<entry >PHP_INI_ALL</entry >
1625
- <entry >PHP 4.3.0 以降で利用可能。</entry >
1625
+ <entry >PHP 4.3.0 以降で利用可能。PHP 5.4.0 で削除。代わりに < link linkend = " ini.zend.script-encoding " >zend.script_encoding</ link > を使うこと。 </entry >
1626
1626
</row >
1627
1627
<row >
1628
1628
<entry >mbstring.http_output_conv_mimetypes</entry >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: 358c45a01371c6d22272d36f166f13f76556210f Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: f23fa0e5e7373b0cce93525f471555e1918f8b0f Maintainer: takagi Status: ready -->
4
4
<appendix xml : id =" migration54" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
5
5
<title >PHP 5.3.x から PHP 5.4.x への移行</title >
6
6
<simpara >
81
81
が削除されました。
82
82
</simpara >
83
83
</listitem >
84
+ <listitem >
85
+ <simpara >
86
+ mbstring.script_encoding が削除されました。代わりに <link linkend =" ini.zend.script-encoding" >zend.script_encoding</link > を使いましょう。
87
+ </simpara >
88
+ </listitem >
84
89
<listitem >
85
90
<simpara >
86
91
<link linkend =" language.references.pass" >呼び出し時の参照渡し</link >をサポートしなくなりました。
1283
1288
<link linkend =" ini.session.bug-compat-warn" >session.bug_compat_warn</link >
1284
1289
</simpara >
1285
1290
</listitem >
1291
+ <listitem >
1292
+ <simpara >
1293
+ mbstring.script_encoding
1294
+ </simpara >
1295
+ </listitem >
1286
1296
<listitem >
1287
1297
<simpara >
1288
1298
<link linkend =" ini.y2k-compliance" >y2k_compliance</link >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: 42b0867578fb3b220a0dc8d4c7f5f22eb8196d30 Maintainer: takagi Status: working -->
3
+ <!-- EN-Revision: ea39f9a011f4a2accfe8cf014a9819a0a84578b6 Maintainer: takagi Status: working -->
4
4
<!--
5
5
Based on UPGRADING from PHP-5.6 circa alpha 1. Work in progress!
6
6
35
35
</warning >
36
36
<simpara >
37
37
Most improvements in PHP 5.6.x have no impact on existing code. There are
38
- a <link linkend =" migration55 .incompatible" >few incompatibilities</link >
39
- and <link linkend =" migration55 .new-features" >new features</link > that should
38
+ a <link linkend =" migration56 .incompatible" >few incompatibilities</link >
39
+ and <link linkend =" migration56 .new-features" >new features</link > that should
40
40
be considered, and code should be tested before switching PHP
41
41
versions in production environments.
42
42
</simpara >
@@ -139,7 +139,7 @@ const TWO = ONE * 2;
139
139
class C {
140
140
const THREE = TWO + 1;
141
141
const ONE_THIRD = ONE / self::THREE;
142
- const SENTENCE = 'The value of '. THREE.' is 3' ;
142
+ const SENTENCE = 'The value of THREE is '.self::THREE ;
143
143
144
144
public function f($a = ONE + self::THREE) {
145
145
return $a;
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: ac5ed968ff8350fd736e38af04587180e1059a3d Maintainer: hirokawa Status: ready -->
3
+ <!-- EN-Revision: b7031192a2b7d97257d3e303b8eb0f4692819fee Maintainer: hirokawa Status: ready -->
4
4
<!-- CREDITS: shimooka -->
5
5
6
6
<sect1 xml : id =" language.oop5.abstract" xmlns =" http://docbook.org/ns/docbook" >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: 57ec267b58419f3a4af243b43aa59235ce7bdd96 Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: f23fa0e5e7373b0cce93525f471555e1918f8b0f Maintainer: takagi Status: ready -->
4
4
<!-- CREDITS: hirokawa -->
5
5
<section xml : id =" mbstring.configuration" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
6
6
&reftitle.runtime;
52
52
<entry >mbstring.script_encoding</entry >
53
53
<entry >NULL</entry >
54
54
<entry >PHP_INI_ALL</entry >
55
- <entry >PHP 4.3.0 から利用可能です。</entry >
55
+ <entry >PHP 4.3.0 から利用可能です。PHP 5.4.0 で削除されました。代わりに < link linkend = " ini.zend.script-encoding " >zend.script_encoding</ link > を使いましょう。 </entry >
56
56
</row >
57
57
<row >
58
58
<entry ><link linkend =" ini.mbstring.substitute-character" >mbstring.substitute_character</link ></entry >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: 1de1537fed0c2d84bb29e209c21c32c799b20800 Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: d55539cc0cc5a858fae5242a02cded46baaa2ac7 Maintainer: takagi Status: ready -->
4
4
<!-- CREDITS: hirokawa -->
5
5
<refentry xml : id =" function.uniqid" xmlns =" http://docbook.org/ns/docbook" >
6
6
<refnamediv >
18
18
<para >
19
19
マイクロ秒単位の現在時刻にもとづいた、接頭辞つきの一意な ID を取得します。
20
20
</para >
21
+ <warning >
22
+ <para >
23
+ この関数は、ランダムな値を作るわけでもなければ予測不能な文字列を作るわけでもありません。
24
+ セキュリティを確保するためにこの関数を使ってはいけません。
25
+ 予測不能でセキュアな ID を作りたい場合は、暗号学的にセキュアな乱数やハッシュを作る関数を利用しましょう。
26
+ </para >
27
+ </warning >
21
28
</refsect1 >
22
29
23
30
<refsect1 role =" parameters" >
You can’t perform that action at this time.
0 commit comments