Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27349 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37071 invoked by uid 1010); 10 Jan 2007 19:57:24 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 37056 invoked from network); 10 Jan 2007 19:57:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jan 2007 19:57:24 -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:37977] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4F/41-24473-32545A54 for ; Wed, 10 Jan 2007 14:57:23 -0500 Received: from baumbart.mbo (dslb-084-063-034-220.pools.arcor-ip.net [84.63.34.220]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id 7967635C20F; Wed, 10 Jan 2007 20:57:20 +0100 (CET) Date: Wed, 10 Jan 2007 20:57:30 +0100 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <15755622.20070110205730@marcus-boerger.de> To: "Thomas J. Hruska" Cc: internals@lists.php.net In-Reply-To: <45A51BDB.2050902@shininglightpro.com> References: <45A51BDB.2050902@shininglightpro.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] OpenSSL integration From: helly@php.net (Marcus Boerger) Hello Thomas, read all README.* files and the CODING_STANDARDS (php is very picky). For an introduction to writing extensions look here: http://talks.somabo.de There is also an artivel series from Sara Golemon somewhere on the Zend site and she also published a neat book on the topic. However PHP 5.2 is already released so you'd need to hope for 5.3 or develop for HEAD directly - generally we only accept new features for HEAD and eventually backport them. Besides that any help is always welcome! best regards marcus Wednesday, January 10, 2007, 6:01:15 PM, you wrote: > I want to access some of the more obscure OpenSSL functions (about 20) > from PHP and would like to contribute what I need access to from OpenSSL > in PHP back to the community. > To that end, I've downloaded the source code for PHP 5.2.0 and started > looking at the C source for the OpenSSL portion to how the functions are > implemented. My dev platform is Windows and VS.NET 2003 (armed, of > course, with Visual Assist X). > Since this is my first contribution to any open source project (source > code-wise), I will probably need some hand holding (e.g. help with CVS > stuff, first build in my preferred dev environment (VC++ GUI), and > properly using 'diff'/'patch' when I'm done). However, I am an expert > C/C++ programmer, so there's not much to worry about there - but I do > need to know where the official documentation is for functions like > zend_parse_parameters() and what in the world TSRMLS_CC is (a macro, > obviously, but what it is good for and its historical significance is > usually lost in documentation). > I think that's all I need to know. The rest I can handle on my own. > And web links to the right portions of the manual (i.e. RTMs) are fine - > I know how to read once I get the right page. Finding the page is the > tricky part. > (And I'm willing to document undocumented functions as I go along too). > -- > Thomas Hruska > CubicleSoft President > Ph: 517-803-4197 > http://www.CubicleSoft.com/ Best regards, Marcus