I suspect an error in specific versions.xml Bzip2 extension file [1]
All Bzip2 functions tell that they came with PHP 4.3.3 PECL [2] tell that version 1.0 was released on 2003-05-21 PHP4 ChangeLog [3], tell that : - version 4.3.2 was released on 2003-05-29 - version 4.3.3 was released on 2003-08-25 Is it possible that the right version is not 4.3.3 ? At least we should have 4.3.2 More strange, if you read the PHP4 changelog, you will find : "Fixed several bzip2 issues" on PHP 4.2.3 (2002-09-06) What is the final good answer ? [1] http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/bzip2/versions.xml [2] http://pecl.php.net/package/bz2 [3] http://fr.php.net/ChangeLog-4.php
