GNU bug report logs -
#26405
[PATCH 0/2] Tweaks to the PHP package.
Previous Next
Reported by: alex.sassmannshausen <at> gmail.com
Date: Sat, 8 Apr 2017 15:41:03 UTC
Severity: normal
Tags: patch
Merged with 26403,
26404
Done: Alex Sassmannshausen <alex.sassmannshausen <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sat, 13 May 2017 15:01:59 +0200
with message-id <87pofcvrjs.fsf <at> gmail.com>
and subject line Re: bug#26405: Acknowledgement ([PATCH 0/2] Tweaks to the PHP package.)
has caused the debbugs.gnu.org bug report #26405,
regarding [PATCH 1/2] gnu: php: Remove '--enable-threads' configure option.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
26405: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26405
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Alex Sassmannshausen <alex <at> pompo.co>
* gnu/packages/php.scm (php): Remove '--enable-threads' configure option, as
it is no longer recognized in PHP 7.
---
gnu/packages/php.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index 071820ecb..3537a8e97 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -130,8 +130,7 @@
"--enable-inifile"
"--enable-mbstring"
"--enable-pcntl"
- "--enable-sockets"
- "--enable-threads"))
+ "--enable-sockets"))
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'do-not-record-build-flags
--
2.12.2
[Message part 3 (message/rfc822, inline)]
Pushed to master.
GNU bug Tracking System writes:
> Thank you for filing a new bug report with debbugs.gnu.org.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
> guix-patches <at> gnu.org
>
> If you wish to submit further information on this problem, please
> send it to 26405 <at> debbugs.gnu.org.
>
> Please do not send mail to help-debbugs <at> gnu.org unless you wish
> to report a problem with the Bug-tracking system.
This bug report was last modified 8 years and 15 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.