Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added a skip condition if the English dictionary needed for the test is not | Ilia Alshanetsky | 2002-11-08 | 1 | -1/+6 |
| | | | | | avaliable. | ||||
* | - note aspell | Jan Lehnardt | 2002-10-09 | 1 | -1/+2 |
| | |||||
* | - initial checkin of basic testcases for pspell | Jan Lehnardt | 2002-03-24 | 1 | -0/+138 |
| | |||||
* | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 2 | -8/+1 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 2 | -2/+2 |
| | |||||
* | Fix crash bug 15607 | Yasuo Ohgaki | 2002-02-22 | 1 | -0/+1 |
| | |||||
* | fixed bug preventing pspell from building when pspell header files are | Vlad Krupin | 2001-12-29 | 1 | -1/+1 |
| | | | | | | located in an unusual (e.g. /usr/local/include/pspell) location. @fixed bug that made pspell include pspell.h from a wrong location. (Vlad) | ||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 2 | -4/+4 |
| | |||||
* | - Nuke REGISTER_MAIN_*. Extension maintainers please make sure I didn't | Andi Gutmans | 2001-12-03 | 1 | -4/+4 |
| | | | | | - change something I wasn't supposed to. It should be fine IMO. | ||||
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -1/+3 |
| | |||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -1/+2 |
| | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -63/+63 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | - TSRMLS_FETCH work | Zeev Suraski | 2001-08-05 | 1 | -12/+24 |
| | | | | | - whitespace fixes | ||||
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -2/+4 |
| | |||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -1/+2 |
| | |||||
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -0/+17 |
| | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | ||||
* | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -0/+4 |
| | |||||
* | ...and this fixes the typo I made long ago. It prevented people that have | Vlad Krupin | 2001-05-17 | 1 | -1/+1 |
| | | | | | | certain weird installations of pspell from compiling properly (couldn't find pspell header files). No-one noticed... | ||||
* | Fix for bug 10912. | Vlad Krupin | 2001-05-17 | 1 | -1/+6 |
| | | | | | | | Also, if you explicily specify path in --with-pspell, the directories /usr, /usr/local will no longer be searched even if the library is not found at the specified location (this seems to make more sense) | ||||
* | Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. | foobar | 2001-03-27 | 1 | -2/+2 |
| | | | | | # Heads up people! I tested this before committing but you never know.. | ||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 2 | -2/+2 |
| | |||||
* | Added myself to CREDITS (vlad) | Vlad Krupin | 2001-02-05 | 1 | -0/+2 |
| | |||||
* | now when pspell/pspell.h is included, it will recognize | Vlad Krupin | 2001-02-05 | 1 | -1/+3 |
| | | | | | | that it has to work in compatibility mode. (The previous fix had the right idea, but was too far down in the source) | ||||
* | pspell .12 fix | Rasmus Lerdorf | 2001-02-02 | 1 | -0/+1 |
| | | | | | @ pspell .12 fix (Hugh Jones) | ||||
* | 2nd step towards auto-credits | Hartmut Holzgraefe | 2000-11-20 | 1 | -0/+0 |
| | |||||
* | Use zend_register_list_destructors_ex() instead. | Andrei Zmievski | 2000-10-25 | 1 | -2/+2 |
| | |||||
* | Mega-patch to get better resource information for modules. | Andrei Zmievski | 2000-10-20 | 1 | -4/+8 |
| | | | | | | | | | | | | | * Fixed a bug in zend_rsrc_list_get_rsrc_type() * Switched register_list_destructors() to use zend_register_list_destructors_ex() instead * Updated all relevant modules to provide the resource type name to register_list_destructors() call * Updated var_dump() to output resource type name instead of number @- Made resource type names visible, e.g. var_dump() and @ get_resource_type() display "file" for file resources. (Andrei) | ||||
* | Added capability to create and manipulate a config object that can be | Vlad Krupin | 2000-08-10 | 2 | -7/+315 |
| | | | | | | used later to create an instance of the spellchecker based on that config. | ||||
* | #fixed typos | David Croft | 2000-08-10 | 1 | -3/+3 |
| | |||||
* | Added instructions on how to use personalized dictionaries | Vlad Krupin | 2000-08-08 | 1 | -0/+16 |
| | |||||
* | added support for personalized dictionaries. | Vlad Krupin | 2000-08-08 | 2 | -4/+121 |
| | | | | | | | | new functions: pspell_new_personal(), pspell_save_wordlist(). pspell_save_wordlist() needs to be changed to return error-codes once pspell library gets fixed | ||||
* | Added a parameter type. | Egon Schmid | 2000-08-06 | 1 | -1/+1 |
| | |||||
* | Fixed some protos. | Egon Schmid | 2000-08-06 | 1 | -11/+11 |
| | |||||
* | Changed syntax of pspell_new() (one more parameter - mode) | Vlad Krupin | 2000-07-26 | 1 | -90/+44 |
| | | | | | | | | | | | | | | | | | | | pspell_new() parameters that are empty ("") are now ignored Removed pspell_mode() and pspell_runtogether() - their functionality moved to pspell_new() because the ability to dynamically change those settings is not in ISPELL, and is likely do disappear from ASPELL, according to ASPELL author. Created a new constant - PSPELL_RUN_TOGETHER for pspell_new() fixed a bug in pspell_new() that caused non-English dictionaries to be ignored removed a bogus line from pspell_new() that could result in a memory leak | ||||
* | Removed pspell_mode() and pspell_runtogether() | Vlad Krupin | 2000-07-26 | 1 | -2/+0 |
| | |||||
* | added several functions for manipulating wordlists: | Vlad Krupin | 2000-07-25 | 1 | -0/+4 |
| | | | | | | | | pspell_store_replacement() pspell_add_to_personal() pspell_add_to_session() pspell_clear_session() | ||||
* | - added several functions for manipulating wordlists - ↵ | Vlad Krupin | 2000-07-25 | 1 | -4/+140 |
| | | | | | | | pspell_store_replacement(), pspell_add_to_personal(), pspell_add_to_session(), pspell_clear_session(). - fixed a few confusing typos in comments | ||||
* | Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. | David Croft | 2000-07-24 | 2 | -37/+25 |
| | | | | | | | | | Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers. | ||||
* | - Making pspell compile as a shared module | Vlad Krupin | 2000-07-13 | 5 | -34/+34 |
| | | | | | | - fix a couple typos @ Making pspell compile as a shared module | ||||
* | - PS_* constants changed to PSPELL_* | Vlad Krupin | 2000-07-10 | 1 | -14/+14 |
| | | | | | | | | | - zval is used instead of pval (as Andrei Zmievski suggested) Modified Files: ext/pspell/pspell.c | ||||
* | Initial release. Includes: | Vlad Krupin | 2000-07-10 | 5 | -0/+393 |
- Functionality of aspell - 3 modes of spellchecking (fast, normal, bad_spellers) - support for run-together words |