Remi Collet wrote:
>Last night I spent a couple of hours again trying to find an 'off the
>shelf' distribution that even had PHP5.4 and Apache2.4 ...
Fedora 18 have httpd 2.4.3 and php 5.4.7;)
(I have backports for f17)
18 is downloading at the moment, but I could not find on the Fedora site any reference to which versions of PHP and Apache were included ...
It's the same with most distributions :)
I'm not sure if Fedora even has a current Firebird ...

>With reference to your own repository Remi - it only supports the PHP
>elements and MySQL? Where does it link to Apache?
Update from httpd 2.2 to 2.4 is not so simple...
Mainly the new access configuration (Require vs Allow) imply a lot of
work, and I don't want to break existing installations.

I think mod_access_compat doesn't work exactly as expected. It is ok to
"protect" a directory, but not to "open" one (access still denied by
mod_authz_core)
Actually that bit did not take too long to address, probably because of the way SUSE modularises the config files. My problem tends to be using that configuration with other installations ... including stock apache/php ones. I've moved all of the package related php.ini stuff to it's own ext based .ini so I only have to maintain the stuff I'm using and adding things like eaccelerator and imagick then becomes logical, but on one supposedly identical setups the 'extra' .ini file directory is not being scanned ... not had time to figure why, so I've just dumped them all in php.ini, but that is the main reason I'm trying to find a current distribution that gets everything right! This stuff really is a minefield out in the real world :)

--
Lester Caine - G8HFL
-----------------------------
Contact - http://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - http://lsces.co.uk
EnquirySolve - http://enquirysolve.com/
Model Engineers Digital Workshop - http://medw.co.uk
Rainbow Digital Media - http://rainbowdigitalmedia.co.uk



--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to