summaryrefslogtreecommitdiff
path: root/ext/pspell/pspell.c
Commit message (Expand)AuthorAgeFilesLines
* Use zend_register_list_destructors_ex() instead.Andrei Zmievski2000-10-251-2/+2
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-4/+8
* Added capability to create and manipulate a config object that can beVlad Krupin2000-08-101-7/+307
* added support for personalized dictionaries.Vlad Krupin2000-08-081-4/+119
* Added a parameter type.Egon Schmid2000-08-061-1/+1
* Fixed some protos.Egon Schmid2000-08-061-11/+11
* Changed syntax of pspell_new() (one more parameter - mode)Vlad Krupin2000-07-261-90/+44
* - added several functions for manipulating wordlists - pspell_store_replaceme...Vlad Krupin2000-07-251-4/+140
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-15/+15
* - Making pspell compile as a shared moduleVlad Krupin2000-07-131-3/+2
* - PS_* constants changed to PSPELL_*Vlad Krupin2000-07-101-14/+14
* Initial release. Includes:Vlad Krupin2000-07-101-0/+272