Your message dated Sat, 1 Jun 2013 17:14:56 +0200
with message-id 
<CALjhHG82fU=phiw3a1seppsjo+uztqqtf4c8pabg8dd4jqc...@mail.gmail.com>
and subject line Re: [php-maint] Bug#710673: [php5-common] JSON functions not 
available
has caused the Debian Bug report #710673,
regarding [php5-common] JSON functions not available
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
710673: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710673
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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.

--- End Message ---
--- Begin Message ---
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ý <[email protected]>  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 <
[email protected]> 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
> [email protected]
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-php-maint
>



-- 
Ondřej Surý <[email protected]>

--- End Message ---

Reply via email to