ID: 47429 User updated by: iv dot zhekov at gmail dot com Reported By: iv dot zhekov at gmail dot com -Status: Feedback +Status: Open Bug Type: Semaphore related Operating System: Windows XP PHP Version: 5.2.9RC2 New Comment:
Still reproduced using latest snapshot. Previous Comments: ------------------------------------------------------------------------ [2009-02-17 23:53:35] j...@php.net Please try using this CVS snapshot: http://snaps.php.net/php5.2-latest.tar.gz For Windows: http://windows.php.net/snapshots/ ------------------------------------------------------------------------ [2009-02-17 22:58:44] iv dot zhekov at gmail dot com Description: ------------ Function shmop_open increases memory used by Apache with about 4KB every time it is invoked, and doesn't free it. It looks like memory allocated for php_shmop struct is not freed. Reproduce code: --------------- <? $shmid = shmop_open(0xff2, "c", 0644, 8); shmop_close($shmid); ?> Expected result: ---------------- Memory used by apache should be increased only once, when shared memory segment is created. Refreshing the page should not increase used memory or it must free it when script ends. Actual result: -------------- Every time the script is executed additional 4KB are added to the memory used by Apache. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=47429&edit=1