Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43749 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58816 invoked from network); 21 Apr 2009 04:35:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Apr 2009 04:35:43 -0000 Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.152 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 72.14.220.152 fg-out-1718.google.com Received: from [72.14.220.152] ([72.14.220.152:51647] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0B/A6-48755-D1D4DE94 for ; Tue, 21 Apr 2009 00:35:42 -0400 Received: by fg-out-1718.google.com with SMTP id 19so320980fgg.0 for ; Mon, 20 Apr 2009 21:35:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=FwfLudlC/rDQFZNdYT6Qku8oDi9oqf6jrOp25ftM9+M=; b=AD7+HVl/6T5yc8wonKIwZt3H3KOfIH5Ha9jFvbWw3uSVsngvhJde05OJtow2PfphPT awRzHb6NZ1C9RAeUPLFBQdQm08BV0HMns9XV3KBdksuPAS9Xfj8uOV/pT74rMh9/wi5g iduRT0fjcsudVl6Crk8AXQpgAFeJPGr13WmgE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=bxwSAjIBkV5/Hiqn9scqp5WofZx62ZFkD/usJptEODDeswnBx3QDv8w1fwP8q2N3Cx hh2lkRHth1JYMrgSicgXAMUodXVFAZMQkIOf4sOuyNOz9+WOYzAQc9I0kF7MWDUwu+f/ 7znkB90/arDoWzhSLFInjmW4WaPhrCErRf2ok= MIME-Version: 1.0 Sender: kalle.php@gmail.com Received: by 10.86.80.5 with SMTP id d5mr4379578fgb.6.1240288538369; Mon, 20 Apr 2009 21:35:38 -0700 (PDT) In-Reply-To: <49ED2DF8.2060403@anderiasch.de> References: <49ED2DF8.2060403@anderiasch.de> Date: Tue, 21 Apr 2009 06:35:38 +0200 X-Google-Sender-Auth: e52359b99668b945 Message-ID: <2dedb8a0904202135t6733b2a8qedeb83780afbabf0@mail.gmail.com> To: Florian Anderiasch Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] patch for bug #47839 From: kalle@php.net (Kalle Sommer Nielsen) Hi Florian 2009/4/21 Florian Anderiasch : > Hello, > bug #47839 > > Here's a small patch, trying to add the manual page as well (got karma > there) once I figured out how insert a new one, but I can't access > php-src/UPGRADING obviously. > > Greetings, > Florian > > --- UPGRADING.old =A0 =A0 =A0 2009-04-18 07:22:26.000000000 -0400 > +++ UPGRADING =A0 2009-04-18 07:23:05.000000000 -0400 > @@ -287,6 +287,7 @@ > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 mysqli_get_connection_stats() > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 mysqli_poll() > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 mysqli_reap_async_query() > + =A0 =A0 =A0 - Network: gethostname() > =A0 =A0 =A0 =A0- OpenSSL: openssl_random_pseudo_bytes() > =A0 =A0 =A0 =A0- PCNTL: =A0 pcntl_signal_dispatch() > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 pcntl_sigprocmask() I just added the function to UPGRADING > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > regrads --=20 Kalle Sommer Nielsen kalle@php.net