Skip to content

Commit 617b58b

Browse files
committed
fixed parameter name of posix_getrlimit()
refs: https://www.php.net/manual/en/function.posix-getrlimit.php
1 parent 310963a commit 617b58b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appendices/migration83/new-features.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ echo $user_ini['listen']; // localhost:9000
155155

156156
<para>
157157
<function>posix_getrlimit</function> now takes an optional
158-
<parameter>$res</parameter> parameter to allow fetching a single resource limit.
158+
<parameter>$resource</parameter> parameter to allow fetching a single resource limit.
159159
</para>
160160

161161
<para>

0 commit comments

Comments
 (0)