Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39695 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56114 invoked from network); 6 Aug 2008 11:48:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Aug 2008 11:48:31 -0000 Authentication-Results: pb1.pair.com smtp.mail=steph@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=steph@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 64.99.136.133 as permitted sender) X-PHP-List-Original-Sender: steph@php.net X-Host-Fingerprint: 64.99.136.133 smtprelay-virgin0133.hostedemail.com Linux 2.5 (sometimes 2.4) (4) Received: from [64.99.136.133] ([64.99.136.133:47403] helo=smtprelay-virgin.hostedemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 97/42-41960-C8F89984 for ; Wed, 06 Aug 2008 07:48:30 -0400 Received: from filter.hostedemail.com (ff-bigip1 [10.5.19.254]) by smtprelay05.hostedemail.com (Postfix) with SMTP id 8BBA3374C50 for ; Wed, 6 Aug 2008 11:48:26 +0000 (UTC) X-SpamScore: 1 X-Spam-Summary: 10,1,0,e978fc96e401a133,7a18b55964ea0351,steph@php.net,,RULES_HIT:355:379:539:540:541:542:543:567:599:601:967:968:973:980:988:989:1155:1156:1260:1277:1311:1313:1314:1345:1437:1515:1516:1518:1534:1541:1587:1593:1594:1622:1711:1730:1747:1766:1792:2073:2075:2078:2198:2199:2393:2525:2565:2682:2685:2693:2731:2828:2857:2859:2906:2933:2937:2939:2942:2945:2947:2951:2954:3022:3027:3353:3865:3866:3867:3868:3869:3870:3871:3872:3873:3874:3934:3936:3938:3941:3944:3947:3950:3953:4250:4321:4362:5007:6119:6261:7653:7679:7875:7903,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:none,DNSBL:none X-session-marker: 73746570682E666F78 Received: from foxbox (77-97-189-167.cable.ubr07.shef.blueyonder.co.uk [77.97.189.167]) (Authenticated sender: steph.fox) by omf10.hostedemail.com (Postfix) with ESMTP for ; Wed, 6 Aug 2008 11:48:26 +0000 (UTC) Message-ID: <009e01c8f7ba$87c547d0$a7bd614d@foxbox> To: "PHP Developers Mailing List" References: <048401c8f73d$8e04bcc0$a7bd614d@foxbox> Date: Wed, 6 Aug 2008 12:49:48 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Re: [PHP-DEV] towards alpha2 From: steph@php.net ("Steph Fox") Hi Lukas >>> - shutdown order issues (Greg) >> >> Greg will be back on board next week, but I think this was a ZE item >> anyway? > > Yes, probably something for Stas or Dmitry? There's a patch out there (from Greg): http://php.markmail.org/search/?q=%22potential+shutdown+order%22+list%3Anet.php.lists.internals that removes regular_list destruction from the Engine and puts it into main.c. There was some discussion with Stas at the time, who more or less ended up in agreement with Greg once he realized there was no dl() involved in the scenario - but no movement, and no alternative proposal. Shutdown order is historically problematic, as I'm sure you're aware - we need to be 100% sure about this one. >>> - unix path separators in spl (Steph/Greg/Marcus) >> >> Didn't know that one was on any list, sorry. I committed a flag to >> provide unix paths in SPL iterators a couple of weeks ago. > > ok, marked as done. Thanks. > these are the ml posts i was referring t:o > http://marc.info/?l=php-internals&m=121626110032715 rmdir etc are working now (Dmitry fixed that during his Phar-week). > http://marc.info/?l=php-internals&m=121507100804623 Dmitry also improved performance while he was in there, but whether Greg will still want to try and squeeze a few more ms out of it is another matter :) >> You're missing the UPGRADE file from your TODO? > > I have upgrading the 5.3 scratchpad as a perpetual todo on the wiki. I > guess starting with the beta we should have an UPGRADE file though. OK, let me know when. - Steph