On 06/12/2015 01:08 PM, Anatol Belski wrote:
> Hi Jordi,
> 
>> -----Original Message-----
>> From: Jordi Boggiano [mailto:j.boggi...@seld.be]
>> Sent: Friday, June 12, 2015 3:03 PM
>> To: internals@lists.php.net
>> Subject: Re: [PHP-DEV] PHP 7.0.0alpha1 Released for Testing!
>>
>> On 12/06/2015 01:53, a...@php.net wrote:
>>> The first alpha for 7.0.0 was just released and can be downloaded from:
>>>
>>> https://downloads.php.net/~ab/
>>>
>>> The Windows binaries are available at
>>>
>>> http://windows.php.net/qa/
>>
>> Yay!
>>
>> Thanks to everyone involved.
>>
>> Composer test suite passing and in -50% runtime than 5.6 which I can't
> complain
>> about :)
>>
> Thanks for the feedback. It's a good and an important sign :)

You can get even more speed by compiling with --enable-opcache-file and
then in your php-cli.ini add:

    opcache.enable_cli=1
    opcache.file_cache=/var/tmp
    opcache.file_cache_only=1

Then every time you run composer it won't have to recompile everything.

-Rasmus

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to