php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #77798 No mention of json_(encode|decode) constant options availability
Submitted: 2019-03-26 14:05 UTC Modified: 2019-04-16 18:37 UTC
Votes:1
Avg. Score:1.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: php at hatlak dot de Assigned: girgias (profile)
Status: Closed Package: JSON related
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: php at hatlak dot de
New email:
PHP Version: OS:

 

 [2019-03-26 14:05 UTC] php at hatlak dot de
Description:
------------
---
From manual page: https://php.net/function.json-decode
---

Tried to use JSON_THROW_ON_ERROR with PHP 7.1. Only checked the Predefined Constants page once I got an error. The json_decode page should not just list available options constants as if it was independent from the PHP version used.


Oh, and unrelated: The !"()/& bug report form kills the PHP version and summary once it displays WARNING: YOU MUST RE-UPLOAD YOUR PATCH, OR IT WILL BE IGNORED! Just noticed before blindly clicking "Send bug report" again as suggested.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2019-03-26 14:23 UTC] girgias@php.net
-Summary: No mention of json_decode options availability +Summary: No mention of json_(encode|decode) constant options availability -Status: Open +Status: Verified -Package: Documentation problem +Package: JSON related -PHP Version: 7.1.27 +PHP Version: Irrelevant
 [2019-03-26 14:23 UTC] girgias@php.net
Not sure what is the best approach to fix this, maybe a mention of checking the constant page for availability seems like a reasonable way to fix this.
 [2019-03-26 14:56 UTC] php at hatlak dot de
Personally I would have expected an entry in the Changelog section, telling that with PHP 7.3, support for JSON_THROW_ON_ERROR was added. It's not like the constants and the methods are in any way unrelated, you know...
 [2019-04-16 18:31 UTC] girgias@php.net
Automatic comment from SVN on behalf of girgias
Revision: http://svn.php.net/viewvc/?view=revision&revision=347250
Log: Add JSON constants to changelog.
Fixes:
Doc Bug #77798
Doc Bug #77811
Doc Bug #77881
 [2019-04-16 18:37 UTC] girgias@php.net
-Status: Verified +Status: Closed -Assigned To: +Assigned To: girgias
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 01:01:30 2024 UTC