[PHP-WIN] Enchant packaging issue.

2009-10-15 Thread Richard Quadling
Hi. Has this extension been changed to use differently named external libraries. Previously in V5.3.2-dev, php_enchant.dll was working with ... libglib-2.0.0-0.dll libgmodule-2.0-0.dll This is no longer the case. I've had to copy (not rename - see below) these to glib-2.dll gmodule-2.dll to

Re: [PHP-WIN] Enchant packaging issue.

2009-10-15 Thread Pierre Joye
hi, Remove all enchant and glib related modules. Fetch: http://pecl2.php.net/downloads/php-windows-builds/php-libs/VC9/x86/glib-2.22.0-vc9-x86.zip http://pecl2.php.net/downloads/php-windows-builds/php-libs/VC9/x86/libenchant-1.5.0-vc9-x86.zip and put the dll (in the bin directory) in c:\php (or

RE: [PHP-WIN] Enchant packaging issue.

2009-10-15 Thread Louis Solomon
> As I'm on windows, I can't have a unix style link for the name. if you are on a modern version of windows and are using ntfs, then you can. http://ipggi.wordpress.com/2009/09/07/windows-file-junctions-symbolic-links-and-hard-links/ note: of the 3 types, some have certainly been around since wi

Re: [PHP-WIN] Enchant packaging issue.

2009-10-15 Thread Pierre Joye
no, you can't. That has nothing to do with filenames, the older files should not be used. On Thu, Oct 15, 2009 at 3:35 PM, Louis Solomon wrote: >> As I'm on windows, I can't have a unix style link for the name. > > if you are on a modern version of windows and are using ntfs, then you can. > http

Re: [PHP-WIN] Enchant packaging issue.

2009-10-15 Thread Ferenc Kovacs
with junction you can only symlink dirs, not files. Tyrael On Thu, Oct 15, 2009 at 3:35 PM, Louis Solomon wrote: >> As I'm on windows, I can't have a unix style link for the name. > > if you are on a modern version of windows and are using ntfs, then you can. > http://ipggi.wordpress.com/2009/09

RE: [PHP-WIN] Enchant packaging issue.

2009-10-15 Thread Louis Solomon
> with junction you can only symlink dirs, not files. Yes, but I didn't say to use a junction. I was pointing out that you can make hardlinks to files on windows contrary to popular belief. Read the article and checkout the command line tool mklink (in vista&7) Louis Solomon www.SteelBytes.com

Re: [PHP-WIN] Enchant packaging issue.

2009-10-15 Thread Pierre Joye
hi, Pls, don't hijack this thread with unrelated discussions. Thanks :) Cheers, On Fri, Oct 16, 2009 at 2:14 AM, Louis Solomon wrote: >> with junction you can only symlink dirs, not files. > > Yes, but I didn't say to use a junction.  I was pointing out that you can > make hardlinks to files o