svn commit: r553873 - head/lang/php80

Dima Panov fluffy at FreeBSD.org
Mon Nov 2 12:57:47 UTC 2020


However, this doesn’t help for mod_php80 :(

[fluffy at home] ~> service apache24 restart
Performing sanity check on apache24 configuration:
httpd: Syntax error on line 181 of /usr/local/etc/apache24/httpd.conf: Cannot load libexec/apache24/libphp.so into server: /usr/local/libexec/apache24/libphp.so: No space available for static Thread Local Storage

[fluffy at home] ~> php -v
PHP 8.0.0RC3 (cli) (built: Nov 2 2020 06:26:41) ( ZTS )
Copyright (c) The PHP Group
Zend Engine v4.0.0-dev, Copyright (c) Zend Technologies
with Zend OPcache v8.0.0RC3, Copyright (c), by Zend Technologies

--
Dima. (desktop, kde, x11, office, ports-secteam)@FreeBSD team
(fluffy at FreeBSD.org, https://t.me/dima_panov)

> On Monday, Nov 02, 2020 at 7:20 PM, Torsten Zuehlsdorff <tz at FreeBSD.org (mailto:tz at FreeBSD.org)> wrote:
> Thank you, fixed it :)
>
> On 02.11.20 08:46, Dima Panov wrote:
> > Moin!
> >
> >
> > —enable-maintainer-zts is renamed to —enable-zts
> >
> >
> > Index: lang/php80/Makefile
> > ===================================================================
> > --- lang/php80/Makefile (revision 553884)
> > +++ lang/php80/Makefile (working copy)
> > @@ -135,7 +135,7 @@
> > .endif
> >
> > .if ${PORT_OPTIONS:MZTS}
> > -CONFIGURE_ARGS+=--enable-maintainer-zts
> > +CONFIGURE_ARGS+=--enable-zts
> > CONFIGURE_ENV+= pthreads_working="yes"
> > .endif
> >
> >
> > --
> > Dima. (desktop, kde, x11, office, ports-secteam)@FreeBSD team
> > (fluffy at FreeBSD.org, https://t.me/dima_panov)
> >
> > On Monday, Nov 02, 2020 at 8:54 AM, Torsten Zuehlsdorff
> > <tz at FreeBSD.org <mailto:tz at FreeBSD.org>> wrote:
> > Author: tz
> > Date: Sun Nov 1 22:54:00 2020
> > New Revision: 553873
> > URL: https://svnweb.freebsd.org/changeset/ports/553873
> >
> > Log:
> > lang/php80: Update from RC2 to RC3
> >
> > Changelog:
> >
> > - Core:
> > . Fixed bug #8055 (Abstract trait methods returning "self" cannot be
> > fulfilled by traits). (Nikita)
> > . Fixed bug #80280 (ADD_EXTENSION_DEP() fails for ext/standard and
> > ext/date).
> > (cmb)
> > . Fixed bug #80258 (Windows Deduplication Enabled, randon permission
> > errors).
> > (cmb)
> >
> > - COM:
> > . Fixed bug #62474 (com_event_sink crashes on certain arguments). (cmb)
> >
> > - DOM:
> > . Fixed bug #80268 (loadHTML() truncates at NUL bytes). (cmb)
> >
> > - IMAP:
> > . Fixed bug #76618 (segfault on imap_reopen). (girgias)
> > . Fixed bug #80239 (imap_rfc822_write_address() leaks memory). (cmb)
> > . Fixed minor regression caused by fixing bug #80220. (cmb)
> > . Fixed bug #80242 (imap_mail_compose() segfaults for multipart with
> > rfc822).
> > (cmb)
> >
> > - Opcache:
> > . Fixed bug #80255 (Opcache bug (bad condition result) in 8.0.0rc1).
> > (Nikita)
> >
> > - Standard:
> > . Fixed bug #80256 (file_get_contents strip first line with chunked
> > encoding
> > redirect). (Nikita)
> >
> > Sponsored by: PHP Update Service
> >
> > Modified:
> > head/lang/php80/Makefile
> > head/lang/php80/distinfo
> >
> > Modified: head/lang/php80/Makefile
> > ==============================================================================
> >
> > --- head/lang/php80/Makefile Sun Nov 1 22:52:00 2020 (r553872)
> > +++ head/lang/php80/Makefile Sun Nov 1 22:54:00 2020 (r553873)
> > @@ -1,10 +1,10 @@
> > # $FreeBSD$
> >
> > PORTNAME= php80
> > -DISTVERSION= 8.0.0RC2
> > -PORTREVISION?= 1
> > +DISTVERSION= 8.0.0RC3
> > +PORTREVISION?= 0
> > CATEGORIES?= lang devel www
> > -MASTER_SITES= https://downloads.php.net/~pollita/
> > +MASTER_SITES= https://downloads.php.net/~carusogabriel/
> > DISTNAME= php-${DISTVERSION}
> >
> > MAINTAINER= tz at FreeBSD.org
> >
> > Modified: head/lang/php80/distinfo
> > ==============================================================================
> >
> > --- head/lang/php80/distinfo Sun Nov 1 22:52:00 2020 (r553872)
> > +++ head/lang/php80/distinfo Sun Nov 1 22:54:00 2020 (r553873)
> > @@ -1,3 +1,3 @@
> > -TIMESTAMP = 1603062674
> > -SHA256 (php-8.0.0RC2.tar.xz) =
> > 97d8031ba1095c3222fc5725710ac18dc4f584e526cbcbfb2817146abb6891ec
> > -SIZE (php-8.0.0RC2.tar.xz) = 10713424
> > +TIMESTAMP = 1604051937
> > +SHA256 (php-8.0.0RC3.tar.xz) =
> > 3438b3adf87ee65ba7d90db189cabc0a0a42ffc39bb7ae93f65cf6080a68ebfa
> > +SIZE (php-8.0.0RC3.tar.xz) = 10618712
> >
>
> --
> Support me at:
> https://www.patreon.com/TorstenZuehlsdorff
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 901 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20201102/f20cff26/attachment.sig>


More information about the svn-ports-all mailing list