Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68357 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73371 invoked from network); 2 Aug 2013 06:27:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Aug 2013 06:27:25 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.49 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.215.49 mail-la0-f49.google.com Received: from [209.85.215.49] ([209.85.215.49:55424] helo=mail-la0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CB/26-31319-B415BF15 for ; Fri, 02 Aug 2013 02:27:24 -0400 Received: by mail-la0-f49.google.com with SMTP id ev20so168752lab.22 for ; Thu, 01 Aug 2013 23:27:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=s29+cjJ7xAenjnaY6dpgkR6vy6b/DY4c3bdInD45ivM=; b=wp3dO82yQ1WWhID6uC6v2net1J20iEms4IIxkFCFRpmUHtK9hlBQlhigeRc9LXVZCV P1ZEcrsRUR+TcDDBe0XTfG3ltUkq/R+RdDMSKr7YtuRrSRgujnTBLO/u683OuPwauEfC 3kLXvQl4nP+6X4bDWh+XxyXBBzFrPV5nT1UNxihdlJiF99ZF27cgKtl8nLzE0/NBwJkZ h8V+OVFO+SXOTHm1eKcbI5xSjWLOfnoIVmsUcDkdRpdjY75u5Ucbns2WvemhIQuu7Ty1 ENP0WK0rj+MNimLfTZsG3zfEqtbbKETPyvCGzYQEzt96hd+FLEN9nESL+06YRWshNqBd NxFw== MIME-Version: 1.0 X-Received: by 10.112.157.226 with SMTP id wp2mr2763638lbb.65.1375424839926; Thu, 01 Aug 2013 23:27:19 -0700 (PDT) Sender: mike.php.net@gmail.com Received: by 10.114.184.19 with HTTP; Thu, 1 Aug 2013 23:27:19 -0700 (PDT) In-Reply-To: <1375234789-704495-1-git-send-email-crrodriguez@opensuse.org> References: <1375234789-704495-1-git-send-email-crrodriguez@opensuse.org> Date: Fri, 2 Aug 2013 08:27:19 +0200 X-Google-Sender-Auth: YSzTheXy9IXLGTaUmC-5emkHazU Message-ID: To: =?UTF-8?Q?Cristian_Rodr=C3=ADguez?= Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: =?UTF-8?Q?Re=3A_=5BPHP=2DDEV=5D_=5BPATCH=5D_=5BRESEND=5D_sapi=2Fapache2=2A=3A_USe_th?= =?UTF-8?Q?e_correct_API_at=C2=B7server_startup?= From: mike@php.net (Michael Wallner) On 31 July 2013 03:39, Cristian Rodr=C3=ADguez w= rote: > To proceed with startup at the second load only ap_query_state() must be > used in newish versions of apache Hi Chrisitian! Chris Jones already mentioned a year ago, that patches on the mailing list are likely to get lost, and it indeed happened! Sorry. I would really like to apply your patches but please send them complying with our coding standards, please (in your case it's mostly about indentation and trailing whitespace)! Thank you! PS: Please consider using our bug tracker http://bugs.php.net in the future= .