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
Last revisionBoth sides next revision
rfc:json_numeric_as_string [2015/05/24 16:05] – Update date bukkarfc:json_numeric_as_string [2017/09/22 13:28] – external edit 127.0.0.1
Line 3: Line 3:
   * Date: 2015-05-24   * 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: Rejected
   * 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.txt · Last modified: 2020/08/01 23:51 by carusogabriel