Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72558 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4424 invoked from network); 13 Feb 2014 16:52:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Feb 2014 16:52:31 -0000 Authentication-Results: pb1.pair.com header.from=chobieee@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=chobieee@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.41 as permitted sender) X-PHP-List-Original-Sender: chobieee@gmail.com X-Host-Fingerprint: 209.85.160.41 mail-pb0-f41.google.com Received: from [209.85.160.41] ([209.85.160.41:56501] helo=mail-pb0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D2/34-09050-B48FCF25 for ; Thu, 13 Feb 2014 11:52:28 -0500 Received: by mail-pb0-f41.google.com with SMTP id up15so11108188pbc.28 for ; Thu, 13 Feb 2014 08:52:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=g2dEsbcF6TUIV+G46W790beV0AyY8srF/SgZZ+3J+h8=; b=L1SQOMptqMwdxIB1tI9iTZuSezVWFfKjIIpYgQE0bYRqyv8wzuE7RvWSBULiLnFdru 9GhMRe3M4pwdtRH6uej3q+ZfistnQ//DFxD6KLyTCNxsizWqVTK1ZhoHNr8oPZGnYetf KeQhj8/Sg/tDyJ3ZdkjI+4+5eWrb1SZhsa5jYNv6cE9IaCZm1dbWRq5c6YfIvND2yeaF NlND2G4o4x5f1wFhxqW273fVkOxHEgpcLBgKrEKy7GAZhkBKhFRUzTReJFmZtmIr2ILM vQaBB8qsPfnyokJBJH79NKQbbIDzSwdMhYto75u/Q0UfCkOHcXUucN+xJgaMBBUN7We5 EdyA== MIME-Version: 1.0 X-Received: by 10.68.197.8 with SMTP id iq8mr2899189pbc.124.1392310344169; Thu, 13 Feb 2014 08:52:24 -0800 (PST) Received: by 10.68.204.198 with HTTP; Thu, 13 Feb 2014 08:52:24 -0800 (PST) Date: Fri, 14 Feb 2014 01:52:24 +0900 Message-ID: To: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: request for mark php_json_serializable_ce as PHP_JSON_API. From: chobieee@gmail.com (chobie) Hi, all I recall json extension couldn't fetch php_json_serializable_ce from module'd extension. as It doesn't mark with PHP_JSON_API. fixing this issue would be nice before release 5.6. [bug report] https://bugs.php.net/bug.php?id=65753 [internal ml] http://marc.info/?l=php-internals&m=137856864818778&w=2 http://marc.info/?l=php-internals&m=137857538520255&w=2 If you have any thoughts? Shuhei