non port: security/php55-mcrypt/Makefile |
Number of commits found: 6 |
Wednesday, 3 Aug 2016
|
12:47 mat
Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.
Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php. A PHP extension will be automatically activated
when installed. The order into which extensions are loaded is
automatically guessed. In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php
section of the Porter's Handbook for more information.
Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.
And finally, bump PORTREVISION for all php extensions.
PR: 210697
Submitted by: mat
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D7022
|
Sunday, 14 Jun 2015
|
20:23 ale
Update PHP ports:
- php5 to 5.4.42
- php55 to 5.5.26
- php56 to 5.6.10
|
Wednesday, 17 Sep 2014
|
23:27 amdmi3
- Bump PORTREVISIONs on php*-mcrypt after libmcrypt .so version change
- Drop specific libmcrypt so version requirement from php53 to fix build
Submitted by: Matthew D. Fuller <fullermd at over-yonder dot net>
|
Wednesday, 30 Oct 2013
|
13:32 ale
Stagify.
|
Friday, 20 Sep 2013
|
22:55 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
|
Monday, 24 Jun 2013
|
14:32 ale
Welcome PHP 5.5!
Future steps:
- rename current php5 ports to php54
- make php55 the default one after an exp-run
|
Number of commits found: 6 |