diff options
author | Juergen Daubert <jue@jue.li> | 2008-05-07 20:29:16 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2008-05-07 20:29:16 +0200 |
commit | c784eb28da9464316e5b92be4bc90e86be054a10 (patch) | |
tree | 34514e05685f0291faf30f6451f524f8cdbad042 /mod_php/.md5sum | |
parent | a167fc93920ed314f936e7f480983473ae801a19 (diff) | |
download | opt-c784eb28da9464316e5b92be4bc90e86be054a10.tar.gz opt-c784eb28da9464316e5b92be4bc90e86be054a10.tar.xz |
[notify] mod_php: update to 5.2.6, new PHP related ports"
as of version 5.2.6 mod_php is part of a collection of PHP ports.
For now we have 4 ports:
- php: the PHP CLI interpreter plus some extension modules and
support stuff like include-files
- php-fcgi: CGI/FastCGI version of the interpreter with start
script
- mod_php: DSO module for apache
- php-mysql: MySQL module as an example how to build extensions
which are depending on external libraries
Remarks:
- Configuration files are now in /etc/php and /etc/php/conf.d.
The later is scanned for *.ini files, see php-mysql for an
example.
- php-fcgi and mod_php do not depend on php, so we have very
slim ports if only the default extensions are needed. Both
work, of course, together with php-mysql or other extensions
like that.
Attention:
- mod_php not longer provides a php.ini, so your old /etc/php.ini
will be removed if you upgrade mod_php. If you have modified
php.ini make backup of it!
Diffstat (limited to 'mod_php/.md5sum')
-rw-r--r-- | mod_php/.md5sum | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod_php/.md5sum b/mod_php/.md5sum index a169528cf..e5e6022cf 100644 --- a/mod_php/.md5sum +++ b/mod_php/.md5sum @@ -1 +1 @@ -1fe14ca892460b09f06729941a1bb605 php-5.2.5.tar.bz2 +7380ffecebd95c6edb317ef861229ebd php-5.2.6.tar.bz2 |