I need some help with my attempt to provide win32 port for the spellchecker (pspell extension). Since I am pretty ignorant as far as win32 goes, can some kind win32 guru answer this?:
1. The spellchecker has dictionaries that are located somewhere on the system and there is a registry key pointing to that place. PHP needs to know where they are. We can
a) read it from the registry every time we open a new dictionary
b) create an ini option for that (I know that nobody likes making php.ini even larger)
c) force the developer provide a path (extra hassle, and the scripts won't be very portable between windows and other OSes, so I'd rather not do it)
What is the best way to do it?
2. What needs to be done to make sure the new dll gets built and distributed along with other extensions with the next releae of PHP? I assume that whoever does those win32 builds needs to know how to install the spellchecker, where to get the library, etc.
Thanks,
Vlad
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php