Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45830 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11516 invoked from network); 16 Oct 2009 15:09:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Oct 2009 15:09:35 -0000 Authentication-Results: pb1.pair.com smtp.mail=samuel.roze@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=samuel.roze@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.227 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: samuel.roze@gmail.com X-Host-Fingerprint: 209.85.219.227 mail-ew0-f227.google.com Received: from [209.85.219.227] ([209.85.219.227:43169] helo=mail-ew0-f227.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FC/29-02734-EAC88DA4 for ; Fri, 16 Oct 2009 11:09:35 -0400 Received: by ewy27 with SMTP id 27so2045486ewy.23 for ; Fri, 16 Oct 2009 08:09:30 -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:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=HCmud4WbCzsKO6WUxyNyhvMLlJC9obohXR4yErKou4g=; b=T/P3hf5sVeWehRSWwuehMIvk4Mdu41/GAXQ7OwyjhgDn3nkyl2LF9WsznRfAW0fMtz 1FN06R1/jgW8THGYe2/KLH5upmTj3A9Q+v1biiC3pJepQdpi4hm5SWdVabepx2ManyLz tHy+p4wenKet8WcDdBgOgKqPQZa8oRDylXUZo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=tergxFR84kbdqu0chCF5vlZ5wFyCmD1mXoVipevOFJGDoKeNFl4CgwRkHywKSyVO10 tTGuK1b3lBf+DiiK1FePMsy0JW8hmms933OsfZz6bAoteYXlCX6J6KteCSb3yk0VjIOy clMi1tDGtBovWkOOcrhRYNLmTYocAMQBUihuE= Received: by 10.211.157.7 with SMTP id j7mr1763438ebo.2.1255705770509; Fri, 16 Oct 2009 08:09:30 -0700 (PDT) Received: from ?192.168.0.10? (lns-bzn-25-82-254-189-81.adsl.proxad.net [82.254.189.81]) by mx.google.com with ESMTPS id 7sm5286886eyb.24.2009.10.16.08.09.29 (version=SSLv3 cipher=RC4-MD5); Fri, 16 Oct 2009 08:09:29 -0700 (PDT) To: Rack-Soft security Cc: internals@lists.php.net In-Reply-To: <20091016143251.e95b77e5@mailro.4psa.com> References: <20091016143251.e95b77e5@mailro.4psa.com> Content-Type: text/plain; charset="UTF-8" Date: Fri, 16 Oct 2009 17:09:52 +0200 Message-ID: <1255705792.4199.9.camel@samuel-laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Autofunc patch (automatically loading functions like autoload) From: samuel.roze@gmail.com (Samuel ROZE) Hi, This is a good idea, it appears that it works fine ! I'm not really fond of auto-loading (class or here functions) but it can be a good thing ! :-) Le vendredi 16 octobre 2009 à 17:32 +0300, Rack-Soft security a écrit : [...] > Management of large no OOP projects (or mixed OOP/procedural) is much > easier with this. Are there still new projects no OOP which are using PHP 5.x ? > I have attached some PHP files to test with, you must execute > index.php that will load autofunc when the loaded functions can not be > found. For people who are reading our message from archive, it must be better the host these files on a web server. ;-) For me, it is good. (the functionality, I didn't have the time to look at the code) Thanks for PHP. Samuel.