ID: 24284 Updated by: [EMAIL PROTECTED] Reported By: incognite at centrum dot cz -Status: Assigned +Status: Closed Bug Type: PostgreSQL related Operating System: FreeBSD 4.8 PHP Version: 4.3.1 Assigned To: iliaa New Comment:
This bug has been fixed in CVS. In case this was a PHP problem, snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. In case this was a documentation problem, the fix will show up soon at http://www.php.net/manual/. In case this was a PHP.net website problem, the change will show up on the PHP.net site and on the mirror sites in short time. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2003-06-22 07:29:08] incognite at centrum dot cz Description: ------------ It appears that calling pg_ping() function repeatly causes a memory leak of few KB. We have synchronization script between Mysql and PostgreSQL which is running 24/7. In a main loop we have pg_ping() that every 5 secs checks the connection to master PGSql server. Every 5 secs it consumes some memory and it does not free it back. After commenting the line pg_ping() in our script, memory leak disappears. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=24284&edit=1
