Skip to content

Commit 21cd3a9

Browse files
committed
Remove changelog section for dirname()
This mentionned only changes prior to PHP 7.0.0
1 parent e52b5c7 commit 21cd3a9

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

reference/filesystem/functions/dirname.xml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -103,30 +103,6 @@ dirname('C:\\'); // Will return 'C:\' on Windows and '.' on *nix systems.
103103
</caution>
104104
</refsect1>
105105

106-
<refsect1 role="changelog">
107-
&reftitle.changelog;
108-
<para>
109-
<informaltable>
110-
<tgroup cols="2">
111-
<thead>
112-
<row>
113-
<entry>&Version;</entry>
114-
<entry>&Description;</entry>
115-
</row>
116-
</thead>
117-
<tbody>
118-
<row>
119-
<entry>7.0.0</entry>
120-
<entry>
121-
Added the optional <parameter>levels</parameter> parameter.
122-
</entry>
123-
</row>
124-
</tbody>
125-
</tgroup>
126-
</informaltable>
127-
</para>
128-
</refsect1>
129-
130106
<refsect1 role="examples">
131107
&reftitle.examples;
132108
<para>

0 commit comments

Comments
 (0)