Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:53596 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35428 invoked from network); 27 Jun 2011 10:48:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jun 2011 10:48:02 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.161.170 mail-gx0-f170.google.com Received: from [209.85.161.170] ([209.85.161.170:56411] helo=mail-gx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D4/A2-16466-1EF580E4 for ; Mon, 27 Jun 2011 06:48:02 -0400 Received: by gxk27 with SMTP id 27so2309876gxk.29 for ; Mon, 27 Jun 2011 03:47:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=VRu9sJh/IexOMzyqBCDZzbXjjyhzjpExuptmfDx38PQ=; b=LatkmgRKiXUPXFbWVc99YSzwgBcNsPORUva8EUSIpirUexlSE5Jmb7mdfdbHBEoGp1 neTfzGd3w3xQGgKHGCkHevSBU9UO+8Qtf7kHlTlfo4rqV6R/5RG+0vdUQyhpnNo7U4cP 97YqQ+H5j/2zMKX3fiw76UOmA+Mcn2+sUuPG0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=F3n0FXNvbKlXVt9IvgnUq7NY/r3bIL8k6JvjRUsJzkWgR/uyAthzFk2APvhIRJYbV5 22f7D07xS5Lpst4PbUBPthZGg8Nd0qjvtSmYjIPx1ybJbsHHrCA1XtLeAQ1ls7wVVWEo MHaVxFTrvratJ7f0rIATKuL+oaIxO8Pxy5YDw= MIME-Version: 1.0 Received: by 10.236.185.3 with SMTP id t3mr9376741yhm.175.1309171679300; Mon, 27 Jun 2011 03:47:59 -0700 (PDT) Received: by 10.146.210.3 with HTTP; Mon, 27 Jun 2011 03:47:59 -0700 (PDT) In-Reply-To: References: Date: Mon, 27 Jun 2011 12:47:59 +0200 Message-ID: To: rod Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] SplClassLoader From: hannes.magnusson@gmail.com (Hannes Magnusson) On Mon, Jun 27, 2011 at 12:19, rod wrote: > Quick question: is there any planned inclusion in PHP for an SplClassLoader? > What would that class do that the spl_autoload*() functions don't? -Hannes