Symfony 2.2 only in Rawhide ?
by Guillaume Kulakowski
Hi,
just to know if Symfony 2.2 is also planned in F19 and perhaps F18/F17/EPEL6 ?
Thx
--
Guillaume Kulakowski
French Fedora Ambassador
Webmaster of the French Fedora related website
XMPP: llaumgui(a)gmail.com | Twitter: @llaumgui
10 years, 5 months
OPcache backlist
by Remi Collet
Hi,
Using the new Zend OPcache, starting with php 5.5.0beta3, I'm going to
push today in rawhide and F19, you can specify a list of files that
should not be accelerated.
>From upstream comments
; Files are usually triggered by one of the following three reasons:
; 1) Directories that contain auto generated code, like Smarty or ZFW cache.
; 2) Code that does not work well when accelerated, due to some delayed
; compile time evaluation.
; 3) Code that triggers an OPcache bug.
In RPM default provided configuration:
opcache.blacklist_filename=/etc/php.d/opcache*.blacklist
So, you can provide, in your package, if needed:
For exemple
Name:
/etc/php.d/opcache-horde.blacklist
Content;
/etc/horde/
Of course, this file could be provided in all branches, including EPEL,
as php-pecl-zendopcache will be provided there (as soon as review,
please, if you have some time), with the same default configuration.
Remi.
10 years, 5 months
PHPUnit 3.7.19 in EPEL-6
by Remi Collet
Hi,
I plan to update to phpunit stack in EPEL-6
to latest 3.7 in the next days.
This will include 12 updates
php-phpunit-DbUnit 1.1.2 to 1.2.3
php-phpunit-File-Iterator 1.3.2 to 1.3.3
php-phpunit-FinderFacade 1.0.5 to 1.0.6
php-phpunit-PHP-CodeCoverage 1.1.2 to 1.2.9
php-phpunit-PHP-Invoker 1.1.0 to 1.1.2
php-phpunit-PHP-Timer 1.0.2 to 1.0.4
php-phpunit-PHP-TokenStream 1.1.3 to 1.1.5
php-phpunit-PHPUnit 3.6.12 to 3.7.19
php-phpunit-PHPUnit-MockObject 1.1.1 to 1.2.3
php-phpunit-PHPUnit-Selenium 1.2.7 to 1.2.12
php-phpunit-PHPUnit-SkeletonGenerator 1.1.0 to 1.2.0
php-phpunit-Text-Template 1.1.1 to 1.1.4
Any comments ?
Remi.
10 years, 5 months