rfc:json_numeric_as_string

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
rfc:json_numeric_as_string [2015/05/24 15:30] – Update references bukkarfc:json_numeric_as_string [2020/08/01 23:51] (current) – Status is "Declined" carusogabriel
Line 1: Line 1:
 ====== PHP RFC: JSON numeric as string ====== ====== PHP RFC: JSON numeric as string ======
   * Version: 0.1   * Version: 0.1
-  * Date: 2015-04-09+  * Date: 2015-05-24
   * Author: Jakub Zelenka <bukka@php.net>, Pasindu De Silva <pasindu@php.net>   * Author: Jakub Zelenka <bukka@php.net>, Pasindu De Silva <pasindu@php.net>
-  * Status: Under Discussion+  * Status: Declined
   * First Published at: http://wiki.php.net/rfc/json_numeric_as_string   * First Published at: http://wiki.php.net/rfc/json_numeric_as_string
  
Line 138: Line 138:
 This RFC is related only to JSON extension. This RFC is related only to JSON extension.
  
-===== Proposed Voting Choices ===== +===== Voting =====
-There will be 5 voting: +
-  - whether to include ''JSON_FLOAT_TO_STRING'' for decoding +
-  - whether to include ''JSON_FLOAT_TO_STRING'' for encoding +
-  - whether to include ''JSON_INT_TO_STRING'' for decoding +
-  - whether to include ''JSON_INT_TO_STRING'' for encoding +
-  - choice of the version (see above)+
  
-50%+1 majority (see [[voting]]) for all votings+50%+1 majority (see [[voting]]) for all votings
  
 +It started on 2015-06-09 at 20:00 UTC and ended on 2015-06-16 at 20:00 UTC. 
 +
 +==== JSON_FLOAT_TO_STRING for decoding ====
 +
 +<doodle title="Include JSON_FLOAT_TO_STRING for decoding?" auth="bukka" voteType="single" closed="true">
 +   * Yes
 +   * No
 +</doodle>
 +
 +==== JSON_FLOAT_TO_STRING for encoding ====
 +
 +<doodle title="Include JSON_FLOAT_TO_STRING for encoding?" auth="bukka" voteType="single" closed="true">
 +   * Yes
 +   * No
 +</doodle>
 +
 +==== JSON_INT_TO_STRING for decoding ====
 +
 +<doodle title="Include JSON_INT_TO_STRING for decoding?" auth="bukka" voteType="single" closed="true">
 +   * Yes
 +   * No
 +</doodle>
 +
 +==== JSON_INT_TO_STRING for encoding ====
 +
 +<doodle title="Include JSON_INT_TO_STRING for encoding?" auth="bukka" voteType="single" closed="true">
 +   * Yes
 +   * No
 +</doodle>
 +
 +==== PHP version ====
 +
 +This option applies only if one of the above votes has 50%+1 votes
 +
 +<doodle title="PHP version used for the included constant" auth="bukka" voteType="single" closed="true">
 +   * PHP 5.6
 +   * PHP 7.0
 +   * PHP 7.1
 +</doodle>
  
 ===== Patches and Tests ===== ===== Patches and Tests =====
Line 157: Line 190:
   * JSON Schema spec: http://json-schema.org/   * JSON Schema spec: http://json-schema.org/
  
-===== Rejected Features ===== 
-None 
rfc/json_numeric_as_string.1432481439.txt.gz · Last modified: 2017/09/22 13:28 (external edit)