php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #72678 posix_setrlimit does not work as excpected on AIX
Submitted: 2016-07-26 13:40 UTC Modified: 2021-11-09 12:12 UTC
Votes:2
Avg. Score:4.0 ± 1.0
Reproduced:0 of 1 (0.0%)
From: matthieu dot sarter dot external at atos dot net Assigned:
Status: Open Package: POSIX related
PHP Version: 7.0.9 OS: AIX
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2016-07-26 13:40 UTC] matthieu dot sarter dot external at atos dot net
Description:
------------
On AIX, posix_setrlimit returns true when called with $softlimit > $hardlimit and sets the soft limit to the same value as the hard limit instead of returning false and not changing the limits values.

This is due to the way the setrlimit call behaves in AIX.

The attached patch ensures the posix_setrlimit PHP function offers the same behaviour on AIX as on Linux.


Patches

php-7.0.9-aix-setrlimit.patch (last revision 2016-07-26 13:41 UTC by matthieu dot sarter dot external at atos dot net)

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2021-11-09 12:12 UTC] cmb@php.net
I suggest to submit this patch as PR[1] for better visibility.
Also adding a regression test might make sense.

[1] <https://github.com/php/php-src/pulls>
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 06:01:30 2024 UTC