ID:               37717
 Updated by:       [EMAIL PROTECTED]
 Reported By:      chrissavery at gmail dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         Zlib Related
 Operating System: WinXP
 PHP Version:      5.1.4
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip

Works just fine here:

C:\php -r
"var_dump(gzopen('http://tony2001.phpclub.net/3.php.gz','r'));"
resource(6) of type (stream)



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

[2006-06-08 08:50:47] chrissavery at gmail dot com

Have tested with php4 directory renamed to prevent mistaken use of some
resource. Also re-extracted all files from root of Win325.2 archive, and
some needed ext dlls as well. All should be correct versions. Problem
still persists on various tested urls. Please check your server logs as
when I tried that one it would have left an ET request when it should
have been GET.
This is on my test Win32  server but my real server runs on Linux. I'm
hoping that when I do upgrade tests on that it's working ok on Linux. 
Chris :)

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

[2006-06-06 21:37:45] [EMAIL PROTECTED]

Please make sure you've updated ALL the .dlls and turned off all
firewalls etc, which might affect it.

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

[2006-06-06 21:30:41] chrissavery at gmail dot com

have just tried same php cmd line call to your server. result was
same:

C:\Documents and Settings\Chris>php -r
"var_dump(gzopen('http://tony2001.phpclub
.net/3.php.gz','r'));"

Warning: gzopen(http://tony2001.phpclub.net/3.php.gz): failed to open
stream: HT
TP request failed! HTTP/1.0 501 Method Not Implemented
 in Command line code on line 1
bool(false)

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

[2006-06-06 21:20:09] chrissavery at gmail dot com

Have just tried php5.2-win32 as requested. get same results.
error msg and log server entry shown below. server is Apache 2.0.52. 

Warning: gzopen(http://www.localseller.com/mods/features-0.gz)
[function.gzopen]: failed to open stream: HTTP request failed! HTTP/1.1
501 Method Not Implemented in C:\Documents and Settings\Chris\My
Documents\WebSites\Optimal\am\mod.php on line 16

[Wed Jun 07 04:12:55 2006] [error] [client 127.0.0.1] Invalid method in
request ET /mods/features-0.gz HTTP/1.0

Simply changing function call from gzopen to fopen succeeds. I
reinstalled apache as well because I thought maybe something had
corrupted it.

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

[2006-06-06 19:57:14] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip

Can't reproduce:
# php -r 'var_dump(gzopen("http://tony2001.phpclub.net/3.php.gz";,
"r"));'
resource(6) of type (stream)


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

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

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

Reply via email to