Re: [PHP-DEV] win32 questions - try 2

2003-08-18 Thread Scott MacVicar
Hi Vlad, I got php_pspell.dll compiled without any problems. If anyone was getting compile errors because pspell.h couldn't be found you have to remember to set the path to aspell. Tools > Options Click Directory tab for Include files put the path to aspell/include/pspell for library aspell/lib o

Re: [PHP-DEV] win32 questions - try 2

2003-08-14 Thread Edin Kadribasic
Hi Vlad, 1. Where can I get includes and libs for MSVC++? 2. Snap builder compiles everything it can automatically :) 3. We'll do that once we get the extension building on the snaps box. Edin - Original Message - From: "Vlad Krupin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wedn

Re: [PHP-DEV] win32 questions - try 2

2003-08-14 Thread Vlad Krupin
Edin Kadribasic wrote: Hi Vlad, 1. Where can I get includes and libs for MSVC++? http://aspell.net/win32/files/aspell-dev-0-50-3-3.zip It has both the headers and the library. Just uncompress it into the same directory where 'php-src' is located, and then rename the directory to 'aspell' (I foll

Re: [PHP-DEV] win32 questions - try 2

2003-08-14 Thread Vlad Krupin
I wasn't really intending for it to be there since it is in RC stage, and this is technically "new functionality". I thought it is "too late", but, if not, I'll do that. There are only a few lines of code to backport. My big question is how to get the code to be in win32 snapshots and ultimatel

Re: [PHP-DEV] win32 questions - try 2

2003-08-14 Thread Ilia Alshanetsky
Vald, If you want it to be part of the 4.3.3 release, you need to backport your changed to PHP_4_3 branch. Ilia On August 13, 2003 03:19 pm, Vlad Krupin wrote: > Ok, looks like all win32 experts are on vacation, or have no opinion. > I've implemented win32 build to the best of my knowledge, and

Re: [PHP-DEV] win32 questions - try 2

2003-08-14 Thread Ilia Alshanetsky
As far as I can tell your patch would not have any affect on existing *nix based code. So, the only possibility is either a working pspell extension for windows or a broken one. The latter would not be an issue since we didn't have such an extension before anyway. I'll talk to Edin who is our w