philip Fri Sep 8 08:56:01 2006 UTC
Modified files:
/phpdoc/en language-snippets.ent
Log:
rename date.timezone.errors to date.timezone.errors.description, fix it,
and add date.timezone.errors.changelog
http://cvs.php.net/viewvc.cgi/phpdoc/en/language-snippets.ent?r1=1.172&r2=1.173&diff_format=u
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.172
phpdoc/en/language-snippets.ent:1.173
--- phpdoc/en/language-snippets.ent:1.172 Fri Aug 11 16:55:35 2006
+++ phpdoc/en/language-snippets.ent Fri Sep 8 08:56:01 2006
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.172 $ -->
+<!-- $Revision: 1.173 $ -->
<!-- Keep 'em sorted -->
@@ -226,12 +226,15 @@
<!ENTITY note.gd.2 '<note><simpara>This function requires GD 2.0.1 or later
(2.0.28 or later is recommended).</simpara></note>'>
<!-- Date and time entities -->
-<!ENTITY date.timezone.errors '
-Every call to a date/time function will generate a
<constant>E_NOTICE</constant> if
-the timezone is not valid, and/or a <constant>E_STRICT</constant> message
+<!ENTITY date.timezone.errors.description '<para>
+Every call to a date/time function will generate a
<constant>E_NOTICE</constant>
+if the time zone is not valid, and/or a <constant>E_STRICT</constant> message
if using the system settings or the <varname>TZ</varname> environment
-variable. See also <function>date_default_timezone_set</function>
-'>
+variable. See also <function>date_default_timezone_set</function></para>'>
+
+<!ENTITY date.timezone.errors.changelog '<row><entry>5.1.0</entry><entry><para>
+Now issues the <constant>E_STRICT</constant> and <constant>E_NOTICE</constant>
+time zone errors.</para></entry></row>'>
<!ENTITY date.timestamp.description '
<varlistentry><term><parameter>timestamp</parameter></term><listitem><para>