Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39570 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15796 invoked from network); 3 Aug 2008 13:12:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Aug 2008 13:12:10 -0000 Authentication-Results: pb1.pair.com smtp.mail=felipensp@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=felipensp@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.46.28 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: felipensp@gmail.com X-Host-Fingerprint: 74.125.46.28 yw-out-2324.google.com Received: from [74.125.46.28] ([74.125.46.28:21087] helo=yw-out-2324.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B5/3A-50899-9AEA5984 for ; Sun, 03 Aug 2008 09:12:09 -0400 Received: by yw-out-2324.google.com with SMTP id 5so868909ywb.83 for ; Sun, 03 Aug 2008 06:12:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:content-type :date:message-id:mime-version:x-mailer:content-transfer-encoding; bh=lkzMTNQcWNn45LMAesDZqOb/Rs37m3z611DqYjsJwV4=; b=QZo2pPBZydRtrL6m0jlU4z3MGks679L9SAf/7vheKJZgDREmzx0KuwJWdfU82zyspj A7al5nDofZpt7FinlmgJllULae/lX80n3WwpKs9IZB+WLbgNtZDS8HStCfmnJgGZPnVp oxX4csH12eyRMTExULAyVEv+UzeqFM8jtxaTY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; b=B6rIDgT7ZxjqgMIKKowjIIqGLa32kn/dE41cjyf71WLkg5uVpfbR7ZQVb33hquynLz vxs+kjVNcP/50Oawq0E2WwqiMoxj781430yye05l4Q/boA58xXA4Gk4/F7x1mvJ4P1aH Mew0NocJLUiNInWwpKRL2vdhPnMWQspTcp0AM= Received: by 10.151.112.10 with SMTP id p10mr6504891ybm.198.1217769126468; Sun, 03 Aug 2008 06:12:06 -0700 (PDT) Received: from ?192.168.1.2? ( [189.24.46.32]) by mx.google.com with ESMTPS id 6sm4330587ywp.3.2008.08.03.06.12.04 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 03 Aug 2008 06:12:05 -0700 (PDT) To: internals@lists.php.net Content-Type: text/plain Date: Sun, 03 Aug 2008 10:12:01 -0300 Message-ID: <1217769121.5923.10.camel@pena> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 7bit Subject: Const-correctness From: felipensp@gmail.com (Felipe Pena) Hi all, I made a patch that add the const qualifier in several function parameters in Zend/* where it seems suitable (mostly the API). http://felipe.ath.cx/diff/const-ness.diff (5_3) HEAD comming soon in case of no objection. (And yes... I'm thinking commit it just when HEAD has been done too.) Since then, anyone have an objection? -- Regards, Felipe Pena.