Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:34267 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97102 invoked by uid 1010); 28 Dec 2007 11:56:14 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 97087 invoked from network); 28 Dec 2007 11:56:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Dec 2007 11:56:14 -0000 Authentication-Results: pb1.pair.com smtp.mail=slackmase2@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=slackmase2@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.188 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: slackmase2@gmail.com X-Host-Fingerprint: 209.85.198.188 rv-out-0910.google.com Received: from [209.85.198.188] ([209.85.198.188:3661] helo=rv-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 29/01-22266-C54E4774 for ; Fri, 28 Dec 2007 06:56:14 -0500 Received: by rv-out-0910.google.com with SMTP id k15so2739447rvb.23 for ; Fri, 28 Dec 2007 03:56:05 -0800 (PST) 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:mime-version:content-type:content-transfer-encoding:content-disposition; bh=y4nIQBFPQQuFL+eDlbGIKELUAOY78+taysdHtuLbgyo=; b=OINT7XVPLEOCjTVz0fns8PhP/loUwCa54k20qIqXq54S0EwYrSFl7/E9HoeSQKBs85UTGiqxHmZPe6uF9TGf50TlCKPv8wPL+h3T+Yd/rEHRbC/HaP5pxkRdua3TUSAH006q4QxnGolHZ4HLeX4syxyECQqEN973d3tPr4KRccM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=x4p4CF0M/UdlHFd+it49OErNzX06zmej2rsBFl3OD5tSnPMeJTHk1PNxZpG/eTRo0wKHXgygfInxcqI3f97XnSgwxu3AsHy78liP4cvb5zXLGoFjvFpl+7vDTngi0+KBL7OS+Lip8unV4uYi8NtDEpCpqt41ED199Pf3J2xR1J0= Received: by 10.142.214.5 with SMTP id m5mr2897759wfg.151.1198842965503; Fri, 28 Dec 2007 03:56:05 -0800 (PST) Received: by 10.70.33.12 with HTTP; Fri, 28 Dec 2007 03:56:05 -0800 (PST) Message-ID: <99cd336d0712280356v680cc82fh3b1396c9c608bb96@mail.gmail.com> Date: Fri, 28 Dec 2007 22:26:05 +1030 To: internals@lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: spl_autoload vs __autoload From: slackmase2@gmail.com ("Andrew Mason") Hi guys, Can anyone shed some light on the advantages of the spl_autoload over the standard __autoload ? is there any ? kind regards Andrew