Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44205 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29088 invoked from network); 8 Jun 2009 13:36:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Jun 2009 13:36:54 -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 209.85.220.220 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: 209.85.220.220 mail-fx0-f220.google.com Received: from [209.85.220.220] ([209.85.220.220:38001] helo=mail-fx0-f220.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D6/44-05173-4F31D2A4 for ; Mon, 08 Jun 2009 09:36:53 -0400 Received: by fxm20 with SMTP id 20so3408496fxm.23 for ; Mon, 08 Jun 2009 06:36:50 -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=FEM58ZOEHjtx6NDv4ATOclXaHodnIDEz90HLRXqDIeM=; b=ZrsSQSs7QKPGq9GDWt9yB6Y7BWyvXoiqDs2wIcGbuKlV5Wdv3f6OJvLOWl6KsOXenA 271auTgNnqga18sFYhag/qC0XtJZHA7uTskHoFWzrwW43qb7oV5hUu6XxU19iUwgvqKM ye5DdiPGM/mGAfKv0fxfZaFKfjlszF3kyX5M8= 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=dvgvos1nwC3NGTAtioUnIC3xVkB5zJP04AIda/JG3G1oHZcM3bTr8TXgdqExBn4xeW b0I5M2DbE5H3MmVKpqwt8mYHDO7Fa6Awf2dTMKpK4puOJifgwYQwLXwoXwa++GztmxLW xdLQBHjfYajXVc/WgSa9tpY6qI3hk813GOKHk= MIME-Version: 1.0 Sender: kalle.php@gmail.com Received: by 10.86.1.1 with SMTP id 1mr7262867fga.0.1244468209932; Mon, 08 Jun 2009 06:36:49 -0700 (PDT) In-Reply-To: References: Date: Mon, 8 Jun 2009 15:36:49 +0200 X-Google-Sender-Auth: 014d42994d35152b Message-ID: <2dedb8a0906080636o3cbeb098me243c04613b81043@mail.gmail.com> To: Patrick ALLAERT Cc: PHP Development Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [PATCH] ext/ldap: PHP 6 & bug #48441 From: kalle@php.net (Kalle Sommer Nielsen) Hi Patrick 2009/6/8 Patrick ALLAERT : > (b) Converting ext/ldap to work with PHP 6: > Patch: > http://87.98.252.90/02-ldap_unicode.patch.txt You may want to add the "U" modifier in the function protos to identify they work under Unicode, and so they will show up as "Safe" here: http://www.php.net/~scoates/unicode/ > Cheers, > -- > Patrick Allaert > --- > http://patrickallaert.blogspot.com/ > http://code.google.com/p/peclapm/ - Alternative PHP Monitor > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > -- regrads, Kalle Sommer Nielsen kalle@php.net