Debian Bug report logs - #710673
[php5-common] JSON functions not available

version graph

Package: php5-common; Maintainer for php5-common is (unknown);

Reported by: Alexander Hofbauer <ah@die-softwaremanufaktur.com>

Date: Sat, 1 Jun 2013 12:45:01 UTC

Severity: important

Merged with 710808, 711026

Found in version php5/5.5.0~rc2+dfsg-2

Done: Ondřej Surý <ondrej@debian.org>

Bug is archived. No further changes may be made.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>:
Bug#710673; Package php5-common. (Sat, 01 Jun 2013 12:45:05 GMT) (full text, mbox, link).


Acknowledgement sent to Alexander Hofbauer <ah@die-softwaremanufaktur.com>:
New Bug report received and forwarded. Copy sent to Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>. (Sat, 01 Jun 2013 12:45:05 GMT) (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: Alexander Hofbauer <ah@die-softwaremanufaktur.com>
To: submit@bugs.debian.org
Subject: [php5-common] JSON functions not available
Date: Sat, 01 Jun 2013 14:41:30 +0200
Package: php5-common
Version: 5.5.0~rc2+dfsg-1
Severity: normal

--- Please enter the report below this line. ---
After pulling in the latest PHP 5.5 packages from Sid JSON functions
seem to have gone completely.


$ php -r 'var_dump(function_exists("json_encode"));'
bool(false)

$ php -r 'var_dump(function_exists("json_decode"));'
bool(false)



Anything I'm missing here?



--- System information. ---
Architecture: amd64
Kernel:       Linux 3.9.3+

Debian Release: jessie/sid
  500 unstable        ftp.at.debian.org 
  100 experimental    ftp.at.debian.org 

--- Package information. ---
Depends         (Version) | Installed
=========================-+-==============
libc6           (>= 2.14) | 
sed          (>= 4.1.1-1) | 
psmisc      (>= 22.15-1~) | 
lsof                      | 
ucf                       | 


Package's Recommends field is empty.

Package's Suggests field is empty.





Information forwarded to debian-bugs-dist@lists.debian.org, Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>:
Bug#710673; Package php5-common. (Sat, 01 Jun 2013 12:51:04 GMT) (full text, mbox, link).


Acknowledgement sent to Lior Kaplan <kaplan@debian.org>:
Extra info received and forwarded to list. Copy sent to Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>. (Sat, 01 Jun 2013 12:51:04 GMT) (full text, mbox, link).


Message #10 received at 710673@bugs.debian.org (full text, mbox, reply):

From: Lior Kaplan <kaplan@debian.org>
To: Alexander Hofbauer <ah@die-softwaremanufaktur.com>
Cc: 710673@bugs.debian.org
Subject: Re: [php-maint] Bug#710673: [php5-common] JSON functions not available
Date: Sat, 1 Jun 2013 15:48:21 +0300
[Message part 1 (text/plain, inline)]
See the changelog:

php5 (5.5.0~rc1+dfsg-1) experimental; urgency=low

  * Imported Upstream version 5.5.0~rc1+dfsg
  * Enable VPX (WEBP) support in GD extension
  * Add dfsg-repack.sh script to remove non-free JSON module
    (Closes: #692613)
  * Remove php5-json from Provides, since that's no longer true

 -- Ondřej Surý <ondrej@debian.org>  Fri, 17 May 2013 14:41:41 +0200



On Sat, Jun 1, 2013 at 3:41 PM, Alexander Hofbauer <
ah@die-softwaremanufaktur.com> wrote:

> Package: php5-common
> Version: 5.5.0~rc2+dfsg-1
> Severity: normal
>
> --- Please enter the report below this line. ---
> After pulling in the latest PHP 5.5 packages from Sid JSON functions
> seem to have gone completely.
>
>
> $ php -r 'var_dump(function_exists("json_encode"));'
> bool(false)
>
> $ php -r 'var_dump(function_exists("json_decode"));'
> bool(false)
>
>
>
> Anything I'm missing here?
>
>
>
> --- System information. ---
> Architecture: amd64
> Kernel:       Linux 3.9.3+
>
> Debian Release: jessie/sid
>   500 unstable        ftp.at.debian.org
>   100 experimental    ftp.at.debian.org
>
> --- Package information. ---
> Depends         (Version) | Installed
> =========================-+-==============
> libc6           (>= 2.14) |
> sed          (>= 4.1.1-1) |
> psmisc      (>= 22.15-1~) |
> lsof                      |
> ucf                       |
>
>
> Package's Recommends field is empty.
>
> Package's Suggests field is empty.
>
> _______________________________________________
> pkg-php-maint mailing list
> pkg-php-maint@lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-php-maint
>
[Message part 2 (text/html, inline)]

Information forwarded to debian-bugs-dist@lists.debian.org, Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>:
Bug#710673; Package php5-common. (Sat, 01 Jun 2013 13:36:04 GMT) (full text, mbox, link).


Acknowledgement sent to Alexander Hofbauer <alex@derhofbauer.at>:
Extra info received and forwarded to list. Copy sent to Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>. (Sat, 01 Jun 2013 13:36:04 GMT) (full text, mbox, link).


Message #15 received at 710673@bugs.debian.org (full text, mbox, reply):

From: Alexander Hofbauer <alex@derhofbauer.at>
To: Lior Kaplan <kaplan@debian.org>
Cc: 710673@bugs.debian.org
Subject: [php5-common] Re
Date: Sat, 01 Jun 2013 15:34:19 +0200
Ah, I completely skipped that entry.

Didn't realize this was due to license issues and because that package
hasn't yet landed (somewhere in non-free?) I wasn't aware of the split
either.

All that Apache 2.4, PHP 5.5, APC/opache stuff got me quite confused
over the last few hours. ;)

Sorry for the noise.




Severity set to 'minor' from 'normal' Request was from Ondřej Surý <ondrej@debian.org> to control@bugs.debian.org. (Sat, 01 Jun 2013 15:18:05 GMT) (full text, mbox, link).


Reply sent to Ondřej Surý <ondrej@debian.org>:
You have taken responsibility. (Sat, 01 Jun 2013 15:18:10 GMT) (full text, mbox, link).


Notification sent to Alexander Hofbauer <ah@die-softwaremanufaktur.com>:
Bug acknowledged by developer. (Sat, 01 Jun 2013 15:18:10 GMT) (full text, mbox, link).


Message #22 received at 710673-done@bugs.debian.org (full text, mbox, reply):

From: Ondřej Surý <ondrej@debian.org>
To: Alexander Hofbauer <ah@die-softwaremanufaktur.com>, 710673-done@bugs.debian.org
Subject: Re: [php-maint] Bug#710673: [php5-common] JSON functions not available
Date: Sat, 1 Jun 2013 17:14:56 +0200
[Message part 1 (text/plain, inline)]
Version: 5.5.0~rc2+dfsg-1

Yes, and it was properly documented in NEWS.Debian:

php5 (5.5.0~rc1+dfsg-1) experimental; urgency=low

  * Starting from this version, the JSON module is no longer compiled in
    due to licensing problems, and you need to install the JSON extension
    as external php5-json package that is using json-c library.

 -- Ondřej Surý <ondrej@debian.org>  Fri, 17 May 2013 14:43:04 +0200

The php5-json is sitting in NEW queue:
http://ftp-master.debian.org/new/php-json_0~git~1+c05ebf+dfsg-1.html

Ondrej

On Sat, Jun 1, 2013 at 2:41 PM, Alexander Hofbauer <
ah@die-softwaremanufaktur.com> wrote:

> Package: php5-common
> Version: 5.5.0~rc2+dfsg-1
> Severity: normal
>
> --- Please enter the report below this line. ---
> After pulling in the latest PHP 5.5 packages from Sid JSON functions
> seem to have gone completely.
>
>
> $ php -r 'var_dump(function_exists("json_encode"));'
> bool(false)
>
> $ php -r 'var_dump(function_exists("json_decode"));'
> bool(false)
>
>
>
> Anything I'm missing here?
>
>
>
> --- System information. ---
> Architecture: amd64
> Kernel:       Linux 3.9.3+
>
> Debian Release: jessie/sid
>   500 unstable        ftp.at.debian.org
>   100 experimental    ftp.at.debian.org
>
> --- Package information. ---
> Depends         (Version) | Installed
> =========================-+-==============
> libc6           (>= 2.14) |
> sed          (>= 4.1.1-1) |
> psmisc      (>= 22.15-1~) |
> lsof                      |
> ucf                       |
>
>
> Package's Recommends field is empty.
>
> Package's Suggests field is empty.
>
> _______________________________________________
> pkg-php-maint mailing list
> pkg-php-maint@lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-php-maint
>



-- 
Ondřej Surý <ondrej@sury.org>
[Message part 2 (text/html, inline)]

Severity set to 'important' from 'minor' Request was from Ondřej Surý <ondrej@sury.org> to control@bugs.debian.org. (Tue, 04 Jun 2013 05:57:09 GMT) (full text, mbox, link).


Marked as found in versions php5/5.5.0~rc2+dfsg-2. Request was from Ondřej Surý <ondrej@sury.org> to control@bugs.debian.org. (Tue, 04 Jun 2013 05:57:10 GMT) (full text, mbox, link).


Marked as fixed in versions php5/5.5.0~rc2+dfsg-1; no longer marked as fixed in versions 5.5.0~rc2+dfsg-1. Request was from Ondřej Surý <ondrej@sury.org> to control@bugs.debian.org. (Tue, 04 Jun 2013 05:57:15 GMT) (full text, mbox, link).


Merged 710673 710808 711026 Request was from Ondřej Surý <ondrej@sury.org> to control@bugs.debian.org. (Tue, 04 Jun 2013 05:57:16 GMT) (full text, mbox, link).


No longer marked as fixed in versions php5/5.5.0~rc2+dfsg-1. Request was from Ondřej Surý <ondrej@sury.org> to control@bugs.debian.org. (Tue, 04 Jun 2013 05:57:21 GMT) (full text, mbox, link).


No longer marked as found in versions php5/5.5.0~rc2+dfsg-1. Request was from Ondřej Surý <ondrej@sury.org> to control@bugs.debian.org. (Tue, 04 Jun 2013 05:57:24 GMT) (full text, mbox, link).


Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Tue, 02 Jul 2013 07:27:31 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Sun Jul 2 00:36:25 2023; Machine Name: buxtehude

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.