Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44491 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50086 invoked from network); 26 Jun 2009 21:02:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jun 2009 21:02:44 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.224 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.220.224 mail-fx0-f224.google.com Received: from [209.85.220.224] ([209.85.220.224:45458] helo=mail-fx0-f224.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FF/B7-08868-377354A4 for ; Fri, 26 Jun 2009 17:02:43 -0400 Received: by fxm24 with SMTP id 24so1593606fxm.23 for ; Fri, 26 Jun 2009 14:02:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=qWA+6Ou3+JkFVoQd+ZuyqtFrB+Tf5CxIazctSbK27G0=; b=qbYNCxNTy7DfZr2V3DEfS5gvLyz8NFaQYWRNl/h/ZBicC30JEOq+VZ2CTRAFNAD1YE U7kMe2YyrRdRLVWeACla8B41BF4udY88v2L4M8V1UJMbUINPh9h887KGKAyzSzgZHG/0 +Qx0oDw/VZCO3McqJeh01qDcu9nZZOMBfcgqw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=xhzaNhr/29COLdB6zsL4lsEQY8EghY5e5KRENZcJt6akpLeH/3OUFhmsS20jImXMF0 qfQOfzux1YgXO5Pz1Nyvt/sBL85Qu0VIbr/FaAgh0XxGXT9yEe0mBrn+sWXCg5JVraVh N9wgx1GEl0bhUPnNsCUCJVa1lQKcQO/mxUxjw= MIME-Version: 1.0 Sender: kalle.php@gmail.com Received: by 10.204.69.66 with SMTP id y2mr4126765bki.49.1246050160053; Fri, 26 Jun 2009 14:02:40 -0700 (PDT) In-Reply-To: <4A451651.7020302@zend.com> References: <4A451651.7020302@zend.com> Date: Fri, 26 Jun 2009 23:02:40 +0200 X-Google-Sender-Auth: 812806e94eb2e191 Message-ID: <2dedb8a0906261402y789ce50dvcba51b649337e6a2@mail.gmail.com> To: Stanislav Malyshev Cc: PHP Internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] json functions export From: kalle@php.net (Kalle Sommer Nielsen) Hi 2009/6/26 Stanislav Malyshev : > Hi! > > I see that ext/json functions are exported in 5.x branches but not exported > in 6. Is there any specific reason for that? I belive Andrei put in a UTODO in there about some additional work that needed to be done while exporting them: /* * UTODO * - take a look at json_decode, some weird IS_STRING checks there * - expose encode/decode API once that's done */ -- regrads, Kalle Sommer Nielsen kalle@php.net