rfc:objectarrayliterals

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:objectarrayliterals [2011/06/06 20:05] – add ElasticSearch comments from mailing list seanrfc:objectarrayliterals [2017/09/22 13:28] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ===== RFC: First-Class Object and Array Literals ===== ===== RFC: First-Class Object and Array Literals =====
  
-  * Version: 1.0.2+  * Version: 1.0.3
   * Date: 2011-06-04 (Updated: 2011-06-06)   * Date: 2011-06-04 (Updated: 2011-06-06)
   * Author: Sean Coates <sean@php.net>   * Author: Sean Coates <sean@php.net>
-  * Status: Under Discussion+  * Status: Inactive
  
 ==== Introduction ==== ==== Introduction ====
Line 23: Line 23:
 This proposal calls for first-class JSON-like object and array literals This proposal calls for first-class JSON-like object and array literals
 (a.k.a. primitives, constructs) in PHP. (a.k.a. primitives, constructs) in PHP.
 +
 +This RFC supersedes the existing [[rfc:shortsyntaxforarrays|Short Syntax for Arrays RFC]].
  
  
Line 206: Line 208:
   * Performance concerns: encoding/re-encoding, memory usage.   * Performance concerns: encoding/re-encoding, memory usage.
  
 +==== Patch ====
 +  * A partial (arrays only, colons only) [[http://www.opendogs.org/pub/php-5.3dev-080109-sbar.patch|patch]] is available.
  
 ==== Discussions ==== ==== Discussions ====
rfc/objectarrayliterals.1307390752.txt.gz · Last modified: 2017/09/22 13:28 (external edit)