Date index for Jan 2003
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
memory leak in dispatch.php?
Good day,
I've been using achievo for awhile now (since stable 0.8.0 and now with dev
0.9.1) on a SuSE 7.2 system with PHP 4.0 and mysql 3.23.54a
I've noticed a few errors in my error logs that i tried looking for in the
bugzilla database with no avail
the messages are as follows:
./zend_execute.c(1653) : Freeing 0x093B94D4 (6 bytes),
script=/usr/local/httpd/htdocs/achievo/dispatch.php
zend_variables.c(127) : Actual location (location was relayed)
./zend_language_scanner.c(4248) : Freeing 0x090A4B2C (7 bytes),
script=/usr/local/httpd/htdocs/achievo/dispatch.php
zend_compile.c(1790) : Freeing 0x08F8190C (12 bytes),
script=/usr/local/httpd/htdocs/achievo/dispatch.php
zend_execute_API.c(284) : Freeing 0x093332DC (12 bytes),
script=/usr/local/httpd/htdocs/achievo/dispatch.php
zend_hash.c(427) : Freeing 0x08F46A74 (35 bytes),
script=/usr/local/httpd/htdocs/achievo/dispatch.php
I'm not too farmiliar with PHP or the code for achievo so i wanted to bring
these apparent memory leaks up. It seems that I was recieving atleast some
of these errors back when i was using the 0.8.0 and the 0.8.4 versions.
Any explanation welcome!
-Ben