[dev] Re: misconfigured ezmlm

Cynic cynic@mail.cz
Wed, 08 Aug 2001 19:33:49 +0200


At 19:13 8/8/2001, Chuck Hagenbuch wrote the following:
-------------------------------------------------------------- 
>Quoting Cynic <cynic@mail.cz>:
>
>> Hm, would/do you use IMP to handle ~ 250 messages a day? 
>
>I've been doing just that for almost 2 years now. I used to use mutt, and was 
>very used to the keyboard shortcuts, etc. But I made a decision that I ought to 
>eat my own dogfood, as the saying goes, and I switched. It's certainly made IMP 
>a better program. :) And I'm used to it now, and am pretty darn efficient with 
>it, too.

Well, duh. I'm glad I'm not you. :)) Even I wanted to do that, 
I couldn't, since my accounts are generally 10MB, and I couldn't 
keep any emails. Plus, I pay for transmitted data, using IMP
would increase that 4x or 5x.




cynic@mail.cz
-------------
And the eyes of them both were opened and they saw that their files
were world readable and writable, so they chmoded 600 their files.
    - Book of Installation chapt 3 sec 7 



>From chuck@horde.org Date: Wed,  8 Aug 2001 14:54:16 -0400
Return-Path: <chuck@horde.org>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 13071 invoked from network); 8 Aug 2001 18:56:12 -0000
Received: from h00104bc60b3c.ne.mediaone.net (HELO marina.horde.org) (24.91.198.7)
  by horde.org with SMTP; 8 Aug 2001 18:56:12 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id 5748439F6; Wed,  8 Aug 2001 14:54:16 -0400 (EDT)
Received: from 206.243.191.252 ( [206.243.191.252])
	as user chuck@localhost by marina.horde.org with HTTP;
	Wed,  8 Aug 2001 14:54:16 -0400
Message-ID: <997296856.3b718ad80c921@marina.horde.org>
Date: Wed,  8 Aug 2001 14:54:16 -0400
From: Chuck Hagenbuch <chuck@horde.org>
To: dev@lists.horde.org
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
Subject: Fwd: [PHP-DEV] PHP 4.0.7

All right...how do we want to handle _this_ in our standards?

----- Forwarded message from Zeev Suraski <zeev@zend.com> -----
    Date: Wed, 08 Aug 2001 21:48:19 +0300
    From: Zeev Suraski <zeev@zend.com>
Reply-To: Zeev Suraski <zeev@zend.com>
 Subject: [PHP-DEV] PHP 4.0.7
      To: php-dev@lists.php.net, php-qa@lists.php.net

As those of you who are subscribed to php-cvs may have noticed, Andi and I
implemented today the functionality I suggested to replace register_globals:

- $_GET, $_POST, $_COOKIE, $_FILES, $_ENV and $_SERVER replace $HTTP_*_VARS
(the old vars still remain for downwards compatibility)
- The new variables are auto-globals - they're available in all function
contexts - there's no need to import them using the 'global' statement or
reference them using $GLOBALS.
- $_REQUEST (this name might change) - includes the data from $_GET,
$_POST, $_COOKIE and $_FILES, all in one array, for those users who don't
really care to differentiate between the various types of input.

This change was my last major TODO item for PHP 4.0.7.  At this point, we
should try to get PHP 4.0.7 out the door soon.  I suggest we branch 4.0.7
away next Tuesday, and start the QA process.  This should give people
enough time to make any final changes they want to put into 4.0.7.

One other idea I'd like to pitch is releasing 4.0.7 and 4.1.0
simultaneously, with the only difference between them being the default
value for register_globals.  This would create lots of noise and encourage
people to start actually using the new $_GET&friends features, which can
otherwise go unnoticed.

Zeev


--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe@lists.php.net
For additional commands, e-mail: php-dev-help@lists.php.net
To contact the list administrators, e-mail: php-list-admin@lists.php.net


----- End forwarded message -----


-chuck

--
Charles Hagenbuch, <chuck@horde.org>
Some fallen angels have their good reasons.