|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull Requests
Pull requests:
HistoryAllCommentsChangesGit/SVN commits
[2019-09-14 19:49 UTC] danack@php.net
[2019-09-14 20:05 UTC] ptk2003 at gmail dot com
[2019-09-15 10:02 UTC] cmb@php.net
-Status: Open
+Status: Verified
-Operating System: windows server 2016 x64
+Operating System: Windows only
[2019-09-15 10:02 UTC] cmb@php.net
[2019-09-15 11:03 UTC] ptk2003 at gmail dot com
[2019-11-25 13:10 UTC] cmb@php.net
[2020-01-03 17:14 UTC] cmb@php.net
[2020-01-03 17:14 UTC] cmb@php.net
-Status: Verified
+Status: Closed
[2020-01-03 17:15 UTC] cmb@php.net
-Assigned To:
+Assigned To: cmb
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 11 08:00:02 2025 UTC |
Description: ------------ shmop_open() with any parametrs add about 4KB apache. "a", "c" irrelevant for example this code add 4MegaByte working memory apache: for($i=0; $i<1000; $i++){ $shmophsw=shmop_open(0x4051, "c", 0777, 65536); shmop_close($shmophsw); }//for apache 2.4.41 x64 php-7.3.9-Win32-VC15-x64 windows 2016 server