php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35825 php_bz2.dll is not included in the official PHP5.1
Submitted: 2005-12-28 07:18 UTC Modified: 2005-12-29 00:31 UTC
From: alexandrebr at gmail dot com Assigned:
Status: Not a bug Package: Website problem
PHP Version: 5.1.1 OS: Windows XP
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: alexandrebr at gmail dot com
New email:
PHP Version: OS:

 

 [2005-12-28 07:18 UTC] alexandrebr at gmail dot com
Description:
------------
Extension php_gzip2.dll was not given with PHP5.1.1 dist.

It's available on the "snaps.php.net" only for PHP6, which is far from being an official release 'till now.

The lack of this extensions is probably causing the pear extension "php_bcompiler" to trigger the following notice, everytime a PHP script is executed:
"PHP Notice:  Unknown: Unable to find the wrapper "compress.bzip2" - did you forget to enable it when you configured PHP? in Unknown on line 0".

The only thing I found at snaps.php.net, was the extension "php_bz2_filter.dll", which I really don't have any idea how it works.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-12-28 07:27 UTC] alexandrebr at gmail dot com
Ops! Where I said "php_gzip2.dll", read as "php_bz2.dll".
 [2005-12-28 10:30 UTC] tony2001@php.net
What are you talking about?

-rwxrwxrwx  1 root root 69689 Dec 27 18:47 /tmp/php5.1-win32-200512271530/ext/php_bz2.dll

 [2005-12-28 17:02 UTC] alexandrebr at gmail dot com
Well, when I access http://snaps.php.net/, the only link I get is the following:
http://pecl4win.php.net/list.php/5_1

And the DLL is not present in the ZIP distribution (www.php.net/downloads) neither the link above.

I still don't know where to get this file.
(Also, I've downloaded the file "Collection of PECL modules for PHP 5.1.1" from www.php.net/downloads, and the php_bz2.dll is not there also.)
 [2005-12-28 17:03 UTC] alexandrebr at gmail dot com
(changed to open again)
 [2005-12-28 17:07 UTC] tony2001@php.net
>Well, when I access http://snaps.php.net/, the only link I
> get is the following:
You must be kidding..
There are lots of snaphots, including those built for Windows.

PECL4Win is totally different thing, btw.
BZ2 _is_ included into the main distribution.
Download a snapshot from snaps.php.net and check it out yourself.
 [2005-12-28 23:59 UTC] alexandrebr at gmail dot com
> You must be kidding..
No, I am not.

Ok, let's start it again...
I downloaded PHP5.1 at the PHP site.
www.php.net/downloads

Then, when I activate the extension php_bcompiler.php, which requires the php_bz2.dll extension also enabled, it gives me an error.

So, I started looking for the extensions.

Files I've downloaded so far:
- br.php.net/get/php-5.1.1-Win32.zip/from/this/mirror (PHP Downloads)
- br.php.net/get/pecl-5.1.1-Win32.zip/from/this/mirror (Collection of PECL modules for PHP 5.1.1)

None of the ZIP files above contains the DLL.
So, I've searched in some places:
- pecl4win.php.net/ext.php/php_bz2.dll
All I find in the link above, is the php_bz2.dll for the PHP6.

- snaps.php.net/win32/PECL_5_1/
- pecl4win.php.net/list.php/5_1
There is NO php_bz2.dll in both links above.

Finally now, I downloaded the full PHP package (PHP 5.1.x-dev) from snaps.php.net (8.5mb file), and it contains the DLL.

But anyway, the extension STILL not present to be downloaded in any other place, and is NOT given together with php distr. in the php.net website.

Thank you for your attention.
 [2005-12-29 00:31 UTC] nlopess@php.net
php_bz2.dll is included in php-5.1.1-Win32.zip (under the ext directory).
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Jun 17 10:01:32 2024 UTC