Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14125 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62520 invoked by uid 1010); 20 Dec 2004 22:08:07 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 61985 invoked from network); 20 Dec 2004 22:08:03 -0000 Received: from unknown (HELO colo.lerdorf.com) (66.198.51.121) by pb1.pair.com with SMTP; 20 Dec 2004 22:08:03 -0000 Received: from [172.23.36.206] (UNKNOWN-204-50-168-65.yahoo.com [204.50.168.65] (may be forged)) (authenticated bits=0) by colo.lerdorf.com (8.13.2/8.13.2/Debian-1) with ESMTP id iBKM82uf018823; Mon, 20 Dec 2004 14:08:02 -0800 Message-ID: <41C74D41.7060608@lerdorf.com> Date: Mon, 20 Dec 2004 17:08:01 -0500 User-Agent: Mozilla Thunderbird 1.0 (Macintosh/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nuno Lopes CC: internals@lists.php.net, Sebastian Bergmann References: <000601c4e6d2$6bda0f30$0100a8c0@pc07653> In-Reply-To: <000601c4e6d2$6bda0f30$0100a8c0@pc07653> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Why we =?windows-1252?Q?don=92t_like_PHP_/_?= =?windows-1252?Q?PHP=92s_anti-Apache2_FUD?= From: rasmus@lerdorf.com (Rasmus Lerdorf) Like with most of the criticisms along these lines, they don't bother actually researching why something is a certain way. There was a time when there was no AddHandler directive. Addtype was the way you did this. Since AddType works with every version of Apache I never saw a reason to change this even after AddHandler was added since it is purely academic in nature. -Rasmus Nuno Lopes wrote: > Is the AddType stuff true? > > If yes, I can change the docs to AddHandler.. > > Nuno