Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40963 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38272 invoked from network); 14 Oct 2008 02:04:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Oct 2008 02:04:46 -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.146.182 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.146.182 wa-out-1112.google.com Received: from [209.85.146.182] ([209.85.146.182:3059] helo=wa-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 44/98-36838-D3EF3F84 for ; Mon, 13 Oct 2008 22:04:46 -0400 Received: by wa-out-1112.google.com with SMTP id j32so1078295waf.7 for ; Mon, 13 Oct 2008 19:04:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:mime-version:content-type:content-transfer-encoding :content-disposition; bh=sHSvglVU5D9Vz7EnHNnRyaqrd7TzUnERq5c8JPYzhhY=; b=hccFE+xEKaY3SRbKe2OuyPZdqHZ6+ObOuy2yiZMzWTkyInsoc6b2kFN697uL5eLWT4 NZYbGPUOMSz09nDj1FYXK+lW5PHuvy9zzaZLEUyIMTLur+qKF4BMPdKvtjFPn/2WgsjH VLrufPAxXtU4jMPCE2sXx7wYnemgRoReNViiE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:mime-version:content-type :content-transfer-encoding:content-disposition; b=g1fVSoUzFlUac+HK8xl0/mGMBhyc0Uf0bUpZYKB7gDwPmR+hfouXGY/BJX6cvuAuoU YD3sGaebNuChtKbZmcBp7OLAQfx43PQquOArMAiUczX/N+on/9y2r31uH+zkw7a3gmKR 0eisNf8dfsXmITu49lfm78FKPDHE8uv85h9uE= Received: by 10.114.47.12 with SMTP id u12mr6237448wau.187.1223949882785; Mon, 13 Oct 2008 19:04:42 -0700 (PDT) Received: by 10.114.67.12 with HTTP; Mon, 13 Oct 2008 19:04:42 -0700 (PDT) Message-ID: <2dedb8a0810131904x523ffceau26c9ab299baf66fa@mail.gmail.com> Date: Tue, 14 Oct 2008 04:04:42 +0200 To: "PHP Development" Cc: "Lukas Kahwe Smith" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Deprecate define_syslog_variables in 5.3 From: kalle.php@gmail.com ("Kalle Sommer Nielsen") Hello internals I've been looking at the function define_syslog_variables(), and I'm unsure if its intentional to keep this old functionality in PHP, seeing as define_syslog_variables defines a shortcut for each of the LOG_* constants in the form of $LOG_*. Therefore I propose the function is being deprecated in 5.3 and removed in HEAD. -- Kalle Sommer Nielsen