ID:               21283
 Comment by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Feedback
 Bug Type:         Apache2 related
 Operating System: Windows2000(japanese version)
 PHP Version:      4.3.0
 New Comment:

I checked with Apache2.0.44+PHP4.3.0 on WinXP home and it still
happens.

Here is the Python2.1 script I used for the test.

******************************************
import httplib, time
h=httplib.HTTP('127.0.0.1')

res={}
i=1
for i in range(6000):

    h.putrequest('GET', '/test.php')
    h.endheaders()
    code, msg, headers = h.getreply()
    f = h.getfile()
    data=f.read()
    f.close()

    print i, code
******************************************

test.php contains only 'aaaaa'.
I'll check bugzilla on apache's website anyway.

tamagawa


Previous Comments:
------------------------------------------------------------------------

[2003-02-12 16:33:33] [EMAIL PROTECTED]

according to them, no.  i will veryify this tonight and report back.

------------------------------------------------------------------------

[2003-02-12 13:01:41] [EMAIL PROTECTED]

Does this happen with Apache 2.0.44 ?


------------------------------------------------------------------------

[2003-02-12 11:32:52] [EMAIL PROTECTED]

This is/was a bug in Apache.  Try version 2.0.44. Also, search bugzilla
on www.apache.org to make sure that you minimize any know PHP issues.

------------------------------------------------------------------------

[2003-01-06 20:32:03] [EMAIL PROTECTED]

Is there any test I can do to help fixing this problem?
I'm completely new to debugging open source softwares, but I'm willing
to do if I could have directions from Wizards.

------------------------------------------------------------------------

[2002-12-30 03:16:16] [EMAIL PROTECTED]

php enabled:foo.php -> leaks
php enabled:foo.html -> does not leak
php disabled:foo.html -> does not leak

the contents of foo.php & foo.html is same, just 'aaaa'.

hope this helps.

tamagawa

------------------------------------------------------------------------

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/21283

-- 
Edit this bug report at http://bugs.php.net/?id=21283&edit=1

Reply via email to