Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48196 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23621 invoked from network); 4 May 2010 14:08:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 May 2010 14:08:29 -0000 Authentication-Results: pb1.pair.com smtp.mail=daniel.egeberg@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=daniel.egeberg@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.224 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: daniel.egeberg@gmail.com X-Host-Fingerprint: 209.85.219.224 mail-ew0-f224.google.com Received: from [209.85.219.224] ([209.85.219.224:64479] helo=mail-ew0-f224.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BB/02-12067-C5A20EB4 for ; Tue, 04 May 2010 10:08:29 -0400 Received: by ewy24 with SMTP id 24so1010002ewy.33 for ; Tue, 04 May 2010 07:08:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=3SCL4/SgsiF2SmvrEsuvMWuH/glwrzuXv12ffRhcwV4=; b=MjBLhPujPgovewdMNgiABFtyn6lbeCM6aVtmhO7knfiPeySEtgxUC2h4eUwFaPdfs3 48lu9jPizpbETYP5LQLQznP36hAAyluZbXNEaxlwWXagYpmUmDj8ssxmFoS4Uu0NPf6r hYIjN3dWkwp8WpIebTAclF4/zA3+OaSmULaY4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=Qb5r/Fxtscnr0vRfztwx/kcAECOem6yCLzGBTq/wKsaFh7LMjVy6ieIKZ0brc8CnPm GhuduYOdsxv+9JjtE4mmou8ecAsOu/CVb0u8FYAV1TdiTVBVghPpBAnED/Vg4vV1MTl8 DC8us5xyhqtqBfOPcy25n7EOZJzjSo/ckxTxA= Received: by 10.213.47.74 with SMTP id m10mr302910ebf.38.1272982106129; Tue, 04 May 2010 07:08:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.213.26.81 with HTTP; Tue, 4 May 2010 07:08:06 -0700 (PDT) In-Reply-To: References: Date: Tue, 4 May 2010 16:08:06 +0200 Message-ID: To: Moriyoshi Koizumi Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Autoboxing in PHP From: daniel.egeberg@gmail.com (Daniel Egeberg) On Tue, May 4, 2010 at 05:48, Moriyoshi Koizumi wrote: > Hey, > > Just to let you know about a new RFC for adding autoboxing feature in PHP. > Look at http://wiki.php.net/rfc/autoboxing . > > Regards, > Moriyoshi Is there any reason why primitives couldn't be autoboxed to SplInt, SplBool, etc.? These classes could maybe even be extended with method aliases to the relevant functions in PHP's library. -- Daniel Egeberg