Marcus Boerger wrote:
> Hello Greg,
>
> Saturday, January 12, 2008, 6:17:11 AM, you wrote:
>
>
>> @@ -3353,7 +3359,7 @@
>> */
>> static zend_module_dep phar_deps[] = {
>> #if HAVE_PHAR_ZIP
>> - ZEND_MOD_REQUIRED_EX("zip", ">=", "1.8.11")
>> + ZEND_MOD_OPTIONAL_EX("zip", ">=", "1.8.11")
>>
>
> Don't we have to increase the version number here because we need to rely on
> the version that exports the zip symbols?
Hi Marcus,
Current version is 1.8.10 according to pecl.php.net, but I will adjust
this if my guess was wrong on what the first version to support exported
symbols will be.
Greg
|