non port: converters/php55-iconv/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, 9 Feb 2014
|
12:46 ale
- Update to 5.5.9 release
- Enable FPM by default [2]
- Add support to override configure flags [3]
To users requesting mod_php package, please read this:
https://wiki.apache.org/httpd/PHP-FPM
PR: ports/185438 [1], ports/186536 [2]
Submitted by: Ilya Bakulin <webmaster@kibab.com> [1],
Reinier Schoof <reinier@skoef.nl> [2]
|
Wednesday, 29 Jan 2014
|
20:41 tijl
Allow the use of //TRANSLIT and //IGNORE with PHP iconv.
PR: ports/184596
Tested by: grembo
Approved by: ale (maintainer)
|
Wednesday, 30 Oct 2013
|
13:32 ale
Stagify.
|
Friday, 20 Sep 2013
|
16:05 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
converters)
|
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 |