On Mon, 18 Sep 2006 15:53:21 +0800
"junhui bai" <[EMAIL PROTECTED]> wrote:

> 
> There are a lot of documentation to tell you how to create php extension on
> unix platform . For example, using tool phpize to create skeleton and son.
> But I can't find information on how to create php extension on window
> platform. 
> 
> I installed php on window xp flatform from both source code and binary
> package, but I can't find the tool phpize on window hosts. 
> 
> So could you please tell me how to create php extension on window platform?
> Thank you very much.

I don't have a definitive answer for you but there's not much to the
bare skeleton of an extension. Just copy one of the existing ones and
start from that. That's what I did (although I didn't use Windows).

Mike

-- 
Michael B Allen
PHP Active Directory SSO
http://www.ioplex.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to