php56 extensions missing ???

Bjarne D Mathiesen macintosh at mathiesen.info
Thu Jan 29 04:38:27 PST 2015


I'm upgrading my php installation from 5.5 to 5.6

During this, I've discovered some php55 extensions aren't available as
php56 extensions :

#!/macports/bin/bash
declare -A php55
while read -a port
do
    php55["${port[0]#*-}"]=${port[1]}
done< <( port -q list name:^php55- )
while read -a port
do
    unset -v php55["${port[0]#*-}"]
done< <( port -q list name:^php56- )
for missing in "${!php55[@]}"
do
    port list "php55-${missing}"
done

which results in ::

php55-text-template            @1.1.4          php/php-text-template
php55-http                     @1.7.6          php/php-http
php55-timer                    @1.0.4          php/php-timer
php55-xcache                   @3.1.0          php/php-xcache
php55-file-iterator            @1.3.3          php/php-file-iterator
php55-uuid                     @1.0.3          php/php-uuid
php55-hidef                    @0.1.13         php/php-hidef
php55-code-coverage            @1.2.12         php/php-code-coverage
php55-token-stream             @1.1.5          php/php-token-stream
php55-unit-mock-objects        @1.2.3          php/php-unit-mock-objects
php55-unit                     @3.7.22         php/php-unit

Any reason for these not to be available under php56 ???

-- 
Bjarne D Mathiesen
København N ; Danmark ; Europa
----------------------------------------------------------------------
denne besked er skrevet i et totalt M$-frit miljø
MacOS X 10.10 Yosemite ; 2.8GHz Intel Core i7 ; 16GB 1067MHz DDR3


More information about the macports-dev mailing list