Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46930 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37190 invoked from network); 2 Feb 2010 13:54:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Feb 2010 13:54:15 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.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: pierre.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:60302] helo=mail-fx0-f220.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EC/F9-15300-58E286B4 for ; Tue, 02 Feb 2010 08:54:14 -0500 Received: by fxm20 with SMTP id 20so72189fxm.1 for ; Tue, 02 Feb 2010 05:54:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=Lh8Ib2gXjcZjqrcs79sH/mSUcbKSC9v7oG1sZEBse/M=; b=Yoc9oY0ZtFtumSxhHe2+ri/a8uIeK26Aqhyu+KH6ajyVeekbUROx4y+4CWmfg6YbLy 2IBEugWKMpEH4I2lV/hu8KU1DCgbE+z6uEKMDG6BSse/gd4emrdAqrVO0t9MOwbsHeNj QCK7UnkAXYZ4NkOdb4Oj3VvRgNluLWi51bw30= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=EWXsG2QK+4lObDr/5R/rpQTYgr1il1cXDkbg8h14dAUtwFGpgwUTBdFZYAuTmrmwbA WVRZDsuI+WIjK0HnVam6Y2pTib0kcuagz0Um50i0qCTQD3VMB4p5u42B5dNXg4rIjKmo JwfRjO53rospkNSI76J4W0wj1PpOw0ha8TC1Q= MIME-Version: 1.0 Received: by 10.216.85.9 with SMTP id t9mr1045790wee.79.1265118850399; Tue, 02 Feb 2010 05:54:10 -0800 (PST) In-Reply-To: <0_22642400_1265112348.22444.cbgrn@enoch.corp.cybozu.co.jp> References: <0_38978400_1264671673.1668.cbgrn@enoch.corp.cybozu.co.jp> <0_94293100_1264988130.11390.cbgrn@enoch.corp.cybozu.co.jp> <0_22642400_1265112348.22444.cbgrn@enoch.corp.cybozu.co.jp> Date: Tue, 2 Feb 2010 14:54:10 +0100 Message-ID: To: KITAZAKI Shigeru Cc: Christopher Jones , internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] adding GB18030 support for mbstring From: pierre.php@gmail.com (Pierre Joye) 2010/2/2 KITAZAKI Shigeru : > hi, > > Pierre Joye wrote: >> > * php_syslog.patch >> It has to be optional. Maybe a mbstring.syslog* option to set a given >> encoding for the syslog functions. >> > Thank you for your advise. It sounds good to be optional. > Let me consider about it again. > >> > * php_ldap.patch >> That's something I have done too but I don't think we can do it in a >> minor version as it introduces some BC breaks. For example with SSL, >> as far as I know it is not possible to use custom cerficates in custom >> places (via openssl). >> > I see. If you remember your work, please give me the points such as > summary of URL or patches and the test suites. > >> Where did you read that openldap stops to support windows? Last time I >> checked I saw that they stoped (they never really did) to stupport >> VC++ but they did support windows. Some openldap contributors even >> provide windows builds as commercial packages. >> > Ah, sorry to misguide you. You are right. > My concern is why we cannot build it with VC++ with official documents. > I want to use the same compiler and to keep distributing PHP binary as > small as possible. And, OpenLDAP had supported VC++ in several years ago > as much as I know. > But, this is not a issue of PHP but OpenLDAP, I guess. By the way, I patched the openldap libraries to build them with VC6/9/10. You can find the dev files here: http://pecl2.php.net/downloads/php-windows-builds/php-libs/VC9/x86/ and the sources here: http://pecl2.php.net/downloads/php-windows-builds/source/ It could be nice to port the 2.4.x libs instead of 2.3. That should not be too hard :) Would you like to give me a hand here? Cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org