Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71423 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2225 invoked from network); 23 Jan 2014 08:00:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jan 2014 08:00:41 -0000 Authentication-Results: pb1.pair.com smtp.mail=ondra.hosek@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ondra.hosek@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.83.53 as permitted sender) X-PHP-List-Original-Sender: ondra.hosek@gmail.com X-Host-Fingerprint: 74.125.83.53 mail-ee0-f53.google.com Received: from [74.125.83.53] ([74.125.83.53:37829] helo=mail-ee0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B9/B1-23060-82CC0E25 for ; Thu, 23 Jan 2014 03:00:41 -0500 Received: by mail-ee0-f53.google.com with SMTP id t10so221888eei.26 for ; Thu, 23 Jan 2014 00:00:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=yedlaGUrmCNPO6Vb58bHgfYdN1GxlWieLS0Om+3jG6A=; b=PoiOGkDvHo0RtWOJD8OlnTTPipM+oa37eDvPrT260rsVueA0+8h6NZMGOtaxAbbU2b NRVQ/KMm+grcoZCdFuEG8m7bWhUz9TV9XScl0z60/o8oIJ6LjIjT8zMKFcv4cvvW0UAJ oKeM1PPbYJjQ2dX86l6FMJ0YCQGcB8lYG40tQgRAzSyvM+A30AwM3+bB3xJqBVnU/Fq8 SXHZHVgQcPPIBBWehwSIdQw8cp8WRnhjQSzmjqS+cjOgzmD2FW7oX2aTVWcE9Qzv2KPe 0GWdntnJLmUa7Kzy1OljpKNHUIMPfU3YkSzcqV8UH+w3cXbPbOZULmyBJ0q2VrRpLcC/ Euqg== X-Received: by 10.15.82.201 with SMTP id a49mr903924eez.99.1390464036544; Thu, 23 Jan 2014 00:00:36 -0800 (PST) MIME-Version: 1.0 Received: by 10.14.87.136 with HTTP; Thu, 23 Jan 2014 00:00:16 -0800 (PST) In-Reply-To: References: <1389884675.2057.4.camel@smugmug> Date: Thu, 23 Jan 2014 09:00:16 +0100 Message-ID: To: Ferenc Kovacs Cc: Mike , PHP Internals List , Julien Pauli Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC] [accepted] ldap_modify_batch From: ondra.hosek@gmail.com (=?UTF-8?B?T25kxZllaiBIb8WhZWs=?=) On Wed, Jan 22, 2014 at 2:37 PM, Ferenc Kovacs wrote: > I agree with Stas here, it could go to 5.4 and upwards. Alright, I've opened a pull request against 5.4: https://github.com/php/php-src/pull/571 Cheers, ~~ Ondra