Remi's RPM repository - Blog

  

Blog | Forum | Repository | Wizard

dimanche 13 janvier 2013

PHP and Apache Security, SetHandler vs AddHandler

In official PHP packages in Enterprise Linux and Fedora <= 17, the engine was activated by the AddHandler directive. With Fedora 18, or for the users of my repository it is now activated by the SetHandler directive.

Some explanations.

Lire la suite...

mardi 21 août 2012

New layout for PEAR packages

The /usr/share/pear directory, used for installation of PEAR extensions on Fedora and Enterprise Linux , contains a lot of files which should not be stored there. Especially because this folder in part of the default include_path.

Starting with Fedora 18, this gets better.

Lire la suite...

dimanche 13 novembre 2011

PHP 5.4 en préparation

La version 5.4.0RC1 étant publiée, je commence à travailler sur les RPM de PHP 5.4.0.

Lire la suite...

vendredi 25 mars 2011

Compatibility analysis of PHP applications

During the development of a PHP application, or during its packaging, it could be usefull to check the PHP compatibility, the list of required extensions, etc.

Lire la suite...

samedi 5 mars 2011

RRD extension for PHP

A new rrd extension, to manage the rrdtool file in PHP is published.

A rrdtool extension (provided by rrdtool-php) already exists, but it seems not really active.

The php-pecl-rrd package is available int the remi repository for fedora and EL 6.

Lire la suite...

jeudi 24 février 2011

PHP and Arch specific Requires/Provides

This entry explain the recent changes in PHP packages available in rawhide (and soon in fedora 15) about Arch specific Provides and Requires.

Lire la suite...

jeudi 17 février 2011

PHP 5.3.6 in preparation

PHP 5.3.6RC1 is announced. RPM are available in remi-test repository for fedora 13, 14, and EL 5.

Note to fedora packagers : in this RPM, dependencies are Architecture specific (this work will be pushed to rawhide).

Lire la suite...