Re: [PHP] how to build env to develop php extension

2006-09-18 Thread Eric Butera
On 9/18/06, 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 p

Re: [PHP] how to build env to develop php extension

2006-09-18 Thread Michael B Allen
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