Hi ! On a FreeBSD box running 6.2 and php4 installed from ports i have these errors and many others in this style all relatig to the same script. What could all this mean ?? The /usr/ports/lang/php4/work/ directory was removed after the install of php (which is normal), why are there references to anything there ?? Any hint would be appreaciated. Thank you very much ! /usr/ports/lang/php4/work/php-4.4.4/Zend/zend_execute.c(273) : Freeing 0x08217468 (12 bytes), script=/usr/local/www/data/upload/cron.php Last leak repeated 1 time /usr/ports/lang/php4/work/php-4.4.4/Zend/zend_execute.c(1670) : Freeing 0x08468228 (12 bytes), script=/usr/local/www/data/upload/cron.php Last leak repeated 20 times /usr/ports/lang/php4/work/php-4.4.4/ext/standard/string.c(569) : Freeing 0x08466328 (1 bytes), script=/usr/local/www/data/upload/cron.php /usr/ports/lang/php4/work/php-4.4.4/Zend/zend_execute.c(1916) : Freeing 0x08455568 (12 bytes), script=/usr/local/www/data/upload/cron.php Last leak repeated 21 times /usr/ports/lang/php4/work/php-4.4.4/Zend/zend_execute.c(512) : Freeing 0x08455728 (12 bytes), script=/usr/local/www/data/upload/cron.php Last leak repeated 34 times /usr/ports/lang/php4/work/php-4.4.4/Zend/zend_API.c(680) : Freeing 0x08465028 (2316 bytes), script=/usr/local/www/data/upload/cron.php Last leak repeated 32 times /usr/ports/lang/php4/work/php-4.4.4/Zend/zend_hash.c(641) : Freeing 0x08427428 (128 bytes), script=/usr/local/www/data/upload/cron.php Last leak repeated 12 times /usr/ports/lang/php4/work/php-4.4.4/Zend/zend_API.c(679) : Freeing 0x084611A8 (12 bytes), script=/usr/local/www/data/upload/cron.php Last leak repeated 32 times /usr/ports/lang/php4/work/php-4.4.4/Zend/zend_hash.c(384) : Freeing 0x082E9DA8 (32 bytes), script=/usr/local/www/data/upload/cron.php Last leak repeated 66 times /usr/ports/lang/php4/work/php-4.4.4/Zend/zend_execute.c(795) : Freeing 0x0844EA28 (12 bytes), script=/usr/local/www/data/upload/cron.php Last leak repeated 11 times /usr/ports/lang/php4/work/php-4.4.4/ext/standard/var_unserializer.c(230) : Freeing 0x0842A168 (12 bytes), script=/usr/local/www/data/upload/cron.php Last leak repeated 844 times /usr/ports/lang/php4/work/php-4.4.4/Zend/zend_execute.c(1214) : Freeing 0x08406EA8 (12 bytes), script=/usr/local/www/data/upload/cron.php Last leak repeated 3 times /usr/ports/lang/php4/work/php-4.4.4/Zend/zend_execute.c(297) : Freeing 0x08406CA8 (12 bytes), script=/usr/local/www/data/upload/cron.php /usr/ports/lang/php4/work/php-4.4.4/Zend/zend_hash.c(459) : Freeing 0x0842ED28 (53 bytes), script=/usr/local/www/data/upload/cron.php Last leak repeated 1136 times /usr/ports/lang/php4/work/php-4.4.4/Zend/zend_execute.c(2100) : Freeing 0x084235A8 (44 bytes), script=/usr/local/www/data/upload/cron.php /usr/ports/lang/php4/work/php-4.4.4/Zend/zend_API.c(563) : Actual location (location was relayed)
Hi George, References should be normal, it's where the program is compiled.I don't see any thing that's saying error there, it's just cleaning up memory leaks.. Saad
Hmm ok, I have never seen "notices" (or whatever they are) like that, ever! Its doing that houndreds of times . I really feel something is not right there but dont understand what. GP.