Re: [PHP-DEV] Re: Recommended work flow for Win32 module compilation

2005-12-04 Thread Wez Furlong
Yeah, we should persuade Edin to upgrade his compiler :) --Wez. On 12/4/05, Patrick Barnes <[EMAIL PROTECTED]> wrote: > Wez, > > > > If you want your module to work with the stock Win32 PHP release, > > > you'll need MSVC6. The rest is described in the manual. > > > > VC6 or above... VC6 is real

Re: [PHP-DEV] Re: Recommended work flow for Win32 module compilation

2005-12-03 Thread Patrick Barnes
Wez, > > If you want your module to work with the stock Win32 PHP release, > > you'll need MSVC6. The rest is described in the manual. > > VC6 or above... VC6 is really old now, and there are newer, free, > versions of the MS compiler available. > > If you're targeting PHP 5, take a look at the >

Re: [PHP-DEV] Re: Recommended work flow for Win32 module compilation

2005-12-03 Thread Nuno Lopes
On 12/3/05, Michael Wallner <[EMAIL PROTECTED]> wrote: > Patrick Barnes wrote: > > Hi there, > > > > I was wondering what the recommended work flow was to generate shared > > modules compatible with the binary PHP .zip/installer for Win32. > > > > Additionally, what software would I need to use to

Re: [PHP-DEV] Re: Recommended work flow for Win32 module compilation

2005-12-03 Thread Wez Furlong
On 12/3/05, Michael Wallner <[EMAIL PROTECTED]> wrote: > Patrick Barnes wrote: > > Hi there, > > > > I was wondering what the recommended work flow was to generate shared > > modules compatible with the binary PHP .zip/installer for Win32. > > > > Additionally, what software would I need to use to

[PHP-DEV] Re: Recommended work flow for Win32 module compilation

2005-12-03 Thread Michael Wallner
Patrick Barnes wrote: Hi there, I was wondering what the recommended work flow was to generate shared modules compatible with the binary PHP .zip/installer for Win32. Additionally, what software would I need to use to compile my module? If you want your module to work with the stock Win32 PHP