ID: 17566 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: No Feedback Bug Type: Apache2 related Operating System: BSD/OS 4.2 PHP Version: 4.3-dev New Comment:
No feedback was provided for this bug for over 2 weeks, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open". Previous Comments: ------------------------------------------------------------------------ [2002-12-08 17:26:33] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-latest.zip ------------------------------------------------------------------------ [2002-10-27 21:11:03] [EMAIL PROTECTED] it's "somewhat" better. Load stops at 3 flat. Memory doesn't go up. ------------------------------------------------------------------------ [2002-10-27 19:02:04] [EMAIL PROTECTED] No feedback was provided. The bug is being suspended because we assume that you are no longer experiencing the problem. If this is not the case and you are able to provide the information that was requested earlier, please do so and change the status of the bug back to "Open". Thank you. ------------------------------------------------------------------------ [2002-10-11 22:21:57] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-latest.zip The memory leak problem has been corrected, can you please check if the phpinfo() still drives up the load. ------------------------------------------------------------------------ [2002-10-09 13:26:20] [EMAIL PROTECTED] --disable-debug affects the display of the memory leak :-) It does not affect the error itself. Still an increasing load. I've added some trace warnings, and it seems that every string is passed through php_escape_html_entities twice! Here's an anonimized snippet: PHP Warning: oldlen is 15. old is <SERVER_SOFTWARE>, newlen=1210382182, all=1, quote_style=2, hint_charset is <(null)> in /webdocs/host.domain.nl/public_html/script.php on line 2 PHP Warning: Putting a terminator at position 15 in /webdocs/host.domain.nl/public_html/script.php on line 2 PHP Warning: Returning replaced <SERVER_SOFTWARE> (len=15) in /webdocs/host.domain.nl/public_html/script.php on line 2 PHP Warning: oldlen is 15. old is <SERVER_SOFTWARE>, newlen=1211165388, all=1, quote_style=2, hint_charset is <(null)> in /webdocs/host.domain.nl/public_html/script.php on line 2 PHP Warning: Putting a terminator at position 15 in /webdocs/host.domain.nl/public_html/script.php on line 2 PHP Warning: Returning replaced <SERVER_SOFTWARE> (len=15) in /webdocs/host.domain.nl/public_html/script.php on line 2 PHP Warning: oldlen is 34. old is <Apache/2.0.43 (Unix) PHP/4.4.0-dev>, newlen=1210382258, all=1, quote_style=2, hint_chars et is <(null)> in /webdocs/host.domain.nl/public_html/script.php on line 2 PHP Warning: Putting a terminator at position 34 in /webdocs/host.domain.nl/public_html/script.php on line 2 PHP Warning: Returning replaced <Apache/2.0.43 (Unix) PHP/4.4.0-dev> (len=34) in /webdocs/host.domain.nl/public_html/php 2345.php on line 2 PHP Warning: oldlen is 34. old is <Apache/2.0.43 (Unix) PHP/4.4.0-dev>, newlen=1211165388, all=1, quote_style=2, hint_chars et is <(null)> in /webdocs/host.domain.nl/public_html/script.php on line 2 PHP Warning: Putting a terminator at position 34 in /webdocs/host.domain.nl/public_html/script.php on line 2 PHP Warning: Returning replaced <Apache/2.0.43 (Unix) PHP/4.4.0-dev> (len=34) in /webdocs/host.domain.nl/public_html/php 2345.php on line 2 ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/17566 -- Edit this bug report at http://bugs.php.net/?id=17566&edit=1