Commit Graph

9 Commits

Author SHA1 Message Date
6890c6921b mod_php: update to 7.2.4 2018-03-30 12:50:47 +02:00
fdb0238469 Revert "mod_php: removed" (FS#1035)
This reverts commit 19eeb5eb3b.
2014-08-19 12:24:55 +02:00
19eeb5eb3b mod_php: removed 2014-03-01 18:32:04 +01:00
c784eb28da [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!
2008-05-07 20:29:16 +02:00
f0d7317811 [notify] mod_php: update to 5.2.4
Security fixes, see http://www.php.net/releases/5_2_4.php
2007-09-02 11:01:33 +02:00
a87d8ac1e7 [notify] mod_php: update to 5.2.1
see http://www.php.net/releases/5_2_1.php
2007-02-09 14:02:13 +01:00
b75d15ab34 mod_php: update to 5.2.0 2006-11-04 17:41:31 +01:00
Juergen Daubert
371e8b655c [security] mod_php: update to 5.1.3, http://www.php.net/release_5_1_3.php 2006-05-02 05:37:16 +00:00
Johannes Winkelmann
bdea7e6c6a create branch for 2.2 2006-02-23 15:26:10 +00:00