Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85422 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56362 invoked from network); 23 Mar 2015 06:45:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Mar 2015 06:45:07 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.46 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.220.46 mail-pa0-f46.google.com Received: from [209.85.220.46] ([209.85.220.46:35603] helo=mail-pa0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 01/62-44294-276BF055 for ; Mon, 23 Mar 2015 01:45:07 -0500 Received: by pagv19 with SMTP id v19so6915604pag.2 for ; Sun, 22 Mar 2015 23:45:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=0t0VOfWZVr4Yiqm1/AlJV6XYPn15p919iTb33y0Zibk=; b=fOECwH9y0CwYwaI3iaRycEzoV2EbHUrB5VQhegB6XIwHK1JhCu3txYLdeW9pfRNFm+ cq3AczA3Wn6DHDhZSbaMO7YM9qiEAEFM1DtOLwENjU3GPACCgQ+VC1bFz8wRrv7tEDv2 d+GKberUMue1XwFHVX42rcY550c2/fxSGSsiU8Svkx0a4PQEYIa2MpxhlRmihci6unbb lOK0B4FU3MObSb2VFxxce47Oy8rh83J58f+0VRf3weliKi7LI3zF6T7pKxwWnJGx2QDX p84TpRXnmdAM76TR22Q1gtyRilF5FcbC1GWLXoxSBWhpS8yQrgnBFuKwACkb1Y2W6OEf GNUg== X-Received: by 10.66.142.100 with SMTP id rv4mr212236326pab.84.1427093104540; Sun, 22 Mar 2015 23:45:04 -0700 (PDT) Received: from Stas-Air.local (108-66-6-48.lightspeed.sntcca.sbcglobal.net. [108.66.6.48]) by mx.google.com with ESMTPSA id cj2sm6137897pbb.10.2015.03.22.23.45.03 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 22 Mar 2015 23:45:03 -0700 (PDT) Message-ID: <550FB66E.1070003@gmail.com> Date: Sun, 22 Mar 2015 23:45:02 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Juan Basso CC: PHP Internals References: <550FA2ED.6080000@gmail.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Serializing exceptions From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > Maybe you can implement the __sleep method and just return the > documented attributes (message, code, file, line). That would be an option, but before going there, my question is - does anybody need it, really? -- Stas Malyshev smalyshev@gmail.com