Commit Graph

60 Commits

Author SHA1 Message Date
e26fd2a5b7 mod_php: update to 5.5.10 2014-03-06 18:05:22 +01:00
6a055613a0 mod_php: update to 5.5.9 2014-02-28 17:15:45 +01:00
93490252c8 mod_php: update to 5.5.7 2013-12-21 14:20:47 +01:00
51944fa74f mod_php: update to 5.5.6 2013-12-07 11:33:38 +01:00
e3a86b7643 mod_php: update to 5.4.21 2013-10-19 10:31:22 +02:00
b3d8e3f704 mod_php: update to 5.4.20 2013-09-30 17:51:29 +02:00
9866a4cf7a mod_php: update to 5.4.19 2013-08-23 11:02:44 +02:00
4b684ae67a mod_php: update to 5.4.18 2013-08-16 10:30:05 +02:00
7218e2fd2d mod_php: update to 5.4.17 2013-07-11 11:27:48 +02:00
d867d0e581 mod_php: update to 5.4.16 2013-06-07 09:38:52 +02:00
d23da2f286 mod_php: update to 5.4.15 2013-05-10 08:47:10 +02:00
9215c50d6a mod_php: update to 5.4.14 2013-04-12 17:18:28 +02:00
325e91d32c mod_php: update to 5.4.13 2013-03-17 14:24:36 +01:00
cf2a3fa671 mod_php: update to 5.4.12 2013-02-25 13:11:34 +01:00
23527cfcb0 mod_php: update to 5.4.11 2013-01-17 18:52:19 +01:00
daab8ba705 mod_php: update to 5.4.10 2012-12-22 10:34:03 +01:00
becd6be0b4 mod_php: update to 5.4.9 2012-11-23 16:59:23 +01:00
5330a4748d mod_php: update to 5.4.8 2012-10-19 19:01:27 +02:00
1673baa267 mod_php: update to 5.4.7 2012-09-14 11:07:31 +02:00
811939139f mod_php: update to 5.4.6 2012-08-29 13:54:21 +02:00
2f249b4e72 mod_php: update to 5.4.5 2012-07-20 18:02:22 +02:00
dd9edeed5b mod_php: update to 5.3.14 2012-06-16 09:05:20 +02:00
74118d1d71 mod_php: update to 5.3.13 2012-05-09 08:49:24 +02:00
32a6b799c2 mod_php: update to 5.3.11 2012-04-26 16:52:30 +02:00
609ff6ef1c mod_php: update to 5.3.10 2012-02-03 11:53:47 +01:00
df5b27c58e mod_php: upate to 5.3.9 2012-01-11 16:01:08 +01:00
d1bbc2f471 mod_php: update to 5.3.8 2011-08-26 11:39:35 +02:00
cbd3adf2b0 mod_php: update to 5.3.6 2011-03-19 09:46:44 +01:00
9c01c716bc new maintainer email address 2011-02-02 13:44:37 +01:00
38f95f9d41 mod_php: update to 5.3.5 2011-01-07 18:01:27 +01:00
24466c329d mod_php: update to 5.3.4 2010-12-10 15:24:04 +01:00
cb05b239f2 mod_php: update to 5.3.3 2010-08-31 16:50:10 +02:00
4ec06d5d8b mod_php: update to 5.2.14 2010-07-23 10:16:45 +02:00
2658416ded mod_php: update to 5.2.13 2010-03-01 18:03:05 +01:00
8b26d8395f mod_php: update to 5.2.12 2009-12-18 13:45:39 +01:00
7bdee382df mod_php: update to 5.2.11 2009-09-18 17:15:37 +02:00
74e67180e9 mod_php: update to 5.2.10 2009-06-22 12:58:23 +02:00
19e1964c20 mod_php: update to 5.2.9 2009-03-08 12:12:36 +01:00
05cf451439 Merge branch '2.4' into 2.5
Conflicts:
	mod_php/Pkgfile
	php-fcgi/Pkgfile
	php/Pkgfile
2008-12-09 10:11:54 +01:00
022d8669ad mod_php: update to 5.2.8 2008-12-09 09:58:22 +01:00
f7e94ce10d mod_php: use system libpcre 2008-12-05 11:52:29 +01:00
ab6e0ba9ab mod_php: update to 5.2.7 2008-12-05 11:37:26 +01:00
571c33a993 deumlautify 2008-07-11 09:29:19 +02:00
c9d950a23d mod_php: link zlib statically, FS#317 2008-07-09 09:59:59 +02:00
774852d6dc mod_php: fixed pear exclusion 2008-05-07 21:03:08 +02: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
039cc7f732 [notify] mod_php: update to 5.2.5
Several security fixes, see http://www.php.net/releases/5_2_5.php
2007-11-11 10:46:46 +01:00
a36912d1a5 mod_php: added -j1 make option 2007-09-25 10:12:09 +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
7f964cf3b2 [notify] mod_php: update to 5.2.3
Security fixes, see http://www.php.net/releases/5_2_3.php
2007-06-01 15:08:39 +02:00