This Nehahra engine is basically a bug-fixed version of the released 2.54 source. It has also most of the fixes/features of the Enhanced GLQuake version. The engine can be used for both watching the "Seal of Nehahra" movie and for playing the actual game. WWW: http://planetquake.com/nehahra/ 6-10-21T07:30:32+00:00 10d6b552031e4696ece97248c66011466260ee0e

Change www/php*-session's priority to be loaded before most other PHP extensions. 2016-08-09T14:29:13+00:00 mat mat@FreeBSD.org 2016-08-09T14:29:13+00:00 5fe135fdd007c887ff1b28d0bb9450e63eebbdd7 Many PHP extensions were adding a build dependency on session, so that it was loaded first. This is now no longer needed, we have a nice framework handle the extensions ordering. PR: 203741 Sponsored by: Absolight
Many PHP extensions were adding a build dependency on session, so that
it was loaded first.  This is now no longer needed, we have a nice
framework handle the extensions ordering.

PR:		203741
Sponsored by:	Absolight
Don't use extension.ini any more, and have each extension install in its 2016-08-03T12:47:05+00:00 mat mat@FreeBSD.org 2016-08-03T12:47:05+00:00 431402e6f41b0ead2340cd5b739afd97a7750d92 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
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
Stagify. 2013-10-30T13:32:02+00:00 ale ale@FreeBSD.org 2013-10-30T13:32:02+00:00 3cd08c35333d95484419aa3ed6bdd6350e0cc575

Add NO_STAGE all over the place in preparation for the staging support (cat: www) 2013-09-20T23:36:50+00:00 bapt bapt@FreeBSD.org 2013-09-20T23:36:50+00:00 e598d34341b62529b9ef63db27d571f9bcb8c766

Welcome PHP 5.5! 2013-06-24T14:32:11+00:00 ale ale@FreeBSD.org 2013-06-24T14:32:11+00:00 48d5fb51023dbbe8f2a70121c289e1849e7e14eb Future steps: - rename current php5 ports to php54 - make php55 the default one after an exp-run
Future steps:
- rename current php5 ports to php54
- make php55 the default one after an exp-run