Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26978 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41934 invoked by uid 1010); 15 Dec 2006 19:52:14 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 41919 invoked from network); 15 Dec 2006 19:52:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Dec 2006 19:52:14 -0000 Authentication-Results: pb1.pair.com smtp.mail=helly@php.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=helly@php.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain php.net from 81.169.182.136 cause and error) X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 81.169.182.136 ajaxatwork.net Linux 2.4/2.6 Received: from [81.169.182.136] ([81.169.182.136:49751] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 55/A1-30677-ACCF2854 for ; Fri, 15 Dec 2006 14:52:13 -0500 Received: from baumbart.mbo (dslb-084-063-057-140.pools.arcor-ip.net [84.63.57.140]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id F22BE610283; Fri, 15 Dec 2006 20:51:34 +0100 (CET) Date: Fri, 15 Dec 2006 20:51:50 +0100 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <33145343.20061215205150@marcus-boerger.de> To: Marc Delling Cc: PHP internals In-Reply-To: <874F4FC3-2DA3-41BD-B1A7-7C3DD8E5210C@silpion.de> References: <874F4FC3-2DA3-41BD-B1A7-7C3DD8E5210C@silpion.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 5.2.0 Openssl PKCS12 patch From: helly@php.net (Marcus Boerger) Hello Marc, you cannot use c++ style comments '//', see CODING_STANDARDS. Rest looks good on a first glimpse. best regards marcus Friday, December 15, 2006, 6:27:13 PM, you wrote: > Hello, I'm Marc and I'm new to this list. Whew! That was easy! > I've read in the archive about a patch for supporting openssl pkcs12, > but nothing seems to be done so far. Since I was missing the same > thing when trying to code a quick-and-dirty certificate management > webapp I decided to write a patch by myself. Is there still need for > a patch introducing such functions? To whom should I post it? (I've > included it in this posting for discussion) Where does the > documentation go? > The patch Best regards, Marcus