On Tue, May 13, 2014 at 11:22 PM, Maciej Sobaczewski <[email protected]> wrote:
>> On Tue, May 13, 2014 at 9:55 PM, Maciej Sobaczewski <[email protected]> wrote:
>>>
>>> Bugs Database relies on many PEAR packages. Most of them are outdated and
>>> deprecated, but can be replaced without big effort. I think that getting
>>> rid
>>
>>
>>
>> Do it. Just make sure it is in working state during these changes.
>>
>> -Hannes
>>
>
> I like your way of thinking :) Two more questions, by the occasion:
>
> 1) What's the version of PHP on bugs.php.net box? I was looking at
> wiki.php.net/system but there is no such info.

What do you want it to be?
It looks like 5.5.5 is running there.


> 2) Do you suggest any replacements for APC? I thought about files because
> the only functions currently used are apc_store() and apc_fetch() to cache
> SVN users and PHP versions for an hour. In case of using files it will be
> required to change chmod of cache direcory. Will I be able to do this with
> chmod() or will it require someone with SSH access to change this?


As a quickfix when upgrading to 5.5+opcache we installed apcu.

I've created a `cache` as a sibling of templates, uploads, ...
I also added a `cache_tmp` key to the config file.
I suspect that should be enough to get you started.


-Hannes

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to