Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30419 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7490 invoked by uid 1010); 3 Jul 2007 12:31:43 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 7394 invoked from network); 3 Jul 2007 12:30:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jul 2007 12:30:24 -0000 Authentication-Results: pb1.pair.com smtp.mail=ilia@prohost.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=ilia@prohost.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain prohost.org from 64.233.166.182 cause and error) X-PHP-List-Original-Sender: ilia@prohost.org X-Host-Fingerprint: 64.233.166.182 py-out-1112.google.com Received: from [64.233.166.182] ([64.233.166.182:23814] helo=py-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 54/57-41468-4514A864 for ; Tue, 03 Jul 2007 08:30:20 -0400 Received: by py-out-1112.google.com with SMTP id f31so1318654pyh for ; Tue, 03 Jul 2007 05:30:03 -0700 (PDT) Received: by 10.35.12.10 with SMTP id p10mr7769239pyi.1183465803263; Tue, 03 Jul 2007 05:30:03 -0700 (PDT) Received: from ?192.168.1.155? ( [204.101.63.110]) by mx.google.com with ESMTP id v55sm9058531pyh.2007.07.03.05.30.00 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 03 Jul 2007 05:30:01 -0700 (PDT) In-Reply-To: <000a01c7bd5d$cc6110b0$087a81d4@thinkpad> References: <000a01c7bd5d$cc6110b0$087a81d4@thinkpad> Mime-Version: 1.0 (Apple Message framework v752.3) X-Priority: 3 (Normal) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: <15B177FC-121E-4056-AF1A-D93057991247@prohost.org> Cc: , "Stanislav Malyshev" Content-Transfer-Encoding: 7bit Date: Tue, 3 Jul 2007 08:30:00 -0400 To: Dmitry Stogov X-Mailer: Apple Mail (2.752.3) Subject: Re: [PHP-CVS] cvs: php-src /ext/standard basic_functions.c streamsfuncs.c streamsfuncs.h /ext/standard/tests/file include_userstream_001.phpt include_userstream_002.phpt /main main.c php_globals.h php_streams.h /main/streams streams.c userspa From: ilia@prohost.org (Ilia Alshanetsky) You are changing a global struct and it does not break BC, how does that work? Ilia