Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42201 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26188 invoked from network); 9 Dec 2008 13:37:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Dec 2008 13:37:04 -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.134.186 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.134.186 mu-out-0910.google.com Received: from [209.85.134.186] ([209.85.134.186:42486] helo=mu-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1A/82-11210-E747E394 for ; Tue, 09 Dec 2008 08:37:04 -0500 Received: by mu-out-0910.google.com with SMTP id i2so1591996mue.3 for ; Tue, 09 Dec 2008 05:36:58 -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=OBqC6SJEWjogluUWtgmr7cgNMlJYfswBCT7xIXAtbds=; b=UgZLlOy93dBkDsYhz8oZEgxaNb7Kd3hJezFpq772sGWyS3h+tsz0ZyGcne6iGs5pe5 1dS3TFJPAY4wxEA6+FTurKmJxrXt4HcArgBJPwg0bXMNtgrwitNH6LvEgjNRNP4rtSHG l05vU1N8AAHOktoOZo/+qdaUBMA+YH7Cvg+zY= 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=nLasTvJyFaemCveyR4Ov9JhulbiQ6LEQ6KPekJW66/ChLliwOlRhnLqwE6FnZM+h7X cWQeK9jKxdHIaK02ifKvHjFgdK737SMhCoxnqBaLENxlWaeuv/o5GTPet+p0GrFg3Ozk o/Q3DiftwauIRnujsQk+0TXF5ZguntI2BkJWg= Received: by 10.180.232.16 with SMTP id e16mr40936bkh.77.1228829818130; Tue, 09 Dec 2008 05:36:58 -0800 (PST) Received: by 10.181.51.17 with HTTP; Tue, 9 Dec 2008 05:36:58 -0800 (PST) Message-ID: <7f3ed2c30812090536k7af82240wbb3d0ea7a6c701c8@mail.gmail.com> Date: Tue, 9 Dec 2008 14:36:58 +0100 To: "PHP Development" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Stuff that still needs to be merged from HEAD? From: hannes.magnusson@gmail.com ("Hannes Magnusson") Hello all There are still several items that should be merged from HEAD to 5.3. - Changed allow_url_fopen/allow_url_include to allow per-wrapper enable/disable and runtime tightening. (Sara) (no idea what this actually is though) - Added "context" and "binary_pipes" params in "other_options" for proc_open(). (Sara) - Added stream_resolve_include_path() function which checks which file fopen() with a relative path will open. (Sara) - Added shm_has_var() function. (Mike) Don't see any reason why this shouldn't be in 5.3 - Added runtime JIT auto-globals fetching and caching. (Dmitry, Sara) What about this one? To risky for 5.3? There is also a bugfix item in NEWS which I will not mention since for some weird reason it has already been rejected. -Hannes