Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11890 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97468 invoked by uid 1010); 4 Aug 2004 08:07:14 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 97398 invoked from network); 4 Aug 2004 08:07:14 -0000 Received: from unknown (HELO intranet.euneco.com) (194.108.144.38) by pb1.pair.com with SMTP; 4 Aug 2004 08:07:14 -0000 Received: from grafik2 (unknown [192.168.100.94]) by intranet.euneco.com (Postfix) with ESMTP id E3B8AD2A6 for ; Wed, 4 Aug 2004 10:07:12 +0200 (CEST) Date: Wed, 4 Aug 2004 10:07:19 +0200 X-Mailer: The Bat! (v2.01) Personal X-Priority: 3 (Normal) Message-ID: <131164997375.20040804100719@vrana.cz> To: internals@lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Document call_time_pass_reference From: vrana@php.net (Jakub Vrana) Hello! I want to document, why call_time_pass_reference was deprecated by establishing allow_call_time_pass_reference. I assume code cleanliness or performance reasons but I want to document official reason. Jakub Vrana