Greetings!
Compiling mysqlnd into PHP is excess baggage for us not using MySQL in any
shape or form. Yet it seems that there is no way for disabling in in the
php5 building process. Setting WITHOUT_MYSQL=yes in make.conf does not do
anything, removing --enable_mysqlnd in Makefile results in st
put a snapshot
in ports, as they only live on the master site for 1 day. I have what I
think is support for php-5.4, but I have no way of testing it in a live
environment.
If anybody is interested in testing it this would be a huge help to me.
Please see
http://www.freebsd.org/cgi/query-pr.cgi?
site for 1 day. I have what I
think is support for php-5.4, but I have no way of testing it in a live
environment.
If anybody is interested in testing it this would be a huge help to me.
Please see
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/176225
and the patch at
http://people.fre
If you are interested in eaccelerator with php 5.4, please try the
following patch and report success/failure.
http://www.alexdupre.com/eaccelerator.diff
--
Alex Dupre
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman
> On Fri, May 18, 2012 at 12:40:06PM +0200 I heard the voice of
> Florian Smeets, and lo! it spake thus:
> > On 05/18/2012 12:09, Daniel Braniss wrote:
> > > what (if any :-), is the magic to convince portmaster to compile
> > > the php53-* extensions instead of php5-* extensions?
> >
> > you need
On Fri, May 18, 2012 at 12:40:06PM +0200 I heard the voice of
Florian Smeets, and lo! it spake thus:
> On 05/18/2012 12:09, Daniel Braniss wrote:
> > what (if any :-), is the magic to convince portmaster to compile
> > the php53-* extensions instead of php5-* extensions?
>
> you need to deinstall
[Moved to ports@]
On 05/18/2012 12:09, Daniel Braniss wrote:
> hi,
> doing
> portmaster -a
> today wants to upgrade php5.3 to php5.4 which I'm
> not ready yet, so I dis-installed php5 and installed php53, but
> now portmaster wants to upgrade the php extentiosn to 5.4 even though
> php is
Hello guys,
PHP 5.4 is done http://php.net/releases/5_4_0.php
I strongly recommend do not change lang/php5 from 5.3 to 5.4 because:
- Register globals, magic quotes and safe mode were removed
- The break/continue $var syntax was removed
- Old "depricated" functions now REMOVED
We need