summaryrefslogtreecommitdiff
path: root/ext/enchant
Commit message (Collapse)AuthorAgeFilesLines
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-2/+1
|
* - Year++Felipe Pena2011-01-012-2/+2
|
* - fix #39863, do not accept paths with NULL in them. See ↵Pierre Joye2010-11-181-0/+4
| | | | http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus
* - Fixed bug #53070 (Calling enchant_broker_get_dict_path before set_path ↵Felipe Pena2010-10-161-0/+4
| | | | crashes php)
* Fix bug in unaligned memory access fixRaphael Geissert2010-05-021-1/+1
|
* Fix unaligned memory accesses in enchant (bug #51289)Raphael Geissert2010-05-012-2/+32
|
* Merge safe_mode changes into extensions that are in sync in both branchesKalle Sommer Nielsen2010-04-261-0/+4
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-2/+2
|
* - Fix compiler warningFelipe Pena2009-10-111-3/+0
|
* - missing definePierre Joye2009-10-081-0/+1
|
* - typoPierre Joye2009-10-081-1/+1
|
* - [DOC] add enchant_broket_set_dict_path and enchant_broker_get_dict_pathPierre Joye2009-10-084-9/+123
| | | | | - add constants ENCHANT_MYSPELL and ENCHANT_ISPELL
* - drop unused var and fix examplePierre Joye2009-10-032-3/+1
|
* - MFH: Year++Felipe Pena2009-01-302-2/+2
|
* - MFH: Added arginfoFelipe Pena2009-01-291-19/+65
|
* - Re-added safe mode checkFelipe Pena2009-01-291-2/+2
|
* This commit was manufactured by cvs2svn to create branch 'PHP_5_3'.SVN Migration2009-01-282-0/+794
|
* This commit was manufactured by cvs2svn to create branch 'PHP_5_3'.SVN Migration2008-05-123-0/+288
|
* This commit was manufactured by cvs2svn to create branch 'PHP_5_3'.SVN Migration2007-09-269-0/+160
|
* This commit was manufactured by cvs2svn to create branch 'PHP_5_1'.SVN Migration2005-08-087-970/+0
|
* It's stable now.Ilia Alshanetsky2004-08-111-1/+1
|
* Prepare for 1.0 release of enchant.Ilia Alshanetsky2004-08-111-5/+15
|
* Fix some misbehaving pecls (my own included ;-)Wez Furlong2004-07-311-2/+6
|
* Fixed leak inside MINFO function.Ilia Alshanetsky2004-06-011-9/+19
| | | | | | | | Fixed crash inside enchant_dict_suggest() when there are no suggestions. Added missing safe_mode/open_basedir check inside enchant_broker_request_pwl_dict(). Fixed various function prototypes.
* - prepare 0.2.1Pierre Joye2004-03-111-5/+21
|
* Cleaned up phpinfo() output.Ilia Alshanetsky2004-03-091-1/+3
|
* - Fix sugg only if it exists...Pierre Joye2004-03-091-1/+2
|
* - free suggPierre Joye2004-03-091-0/+2
|
* Added enchant_dict_quick_check() function.Ilia Alshanetsky2004-03-094-2/+53
| | | | | Made enchant_dict_check() return a boolean.
* - Fixes protosPierre Joye2004-03-081-6/+6
|
* CleanupIlia Alshanetsky2004-03-081-152/+116
|
* - sources cleanup:Pierre Joye2004-03-081-57/+53
| | | | | | | | - merge the tests of broker/dict pointers, I can always set them back if we like to raise warnings here - proto fixes - remove printf() debug
* - Initial commitPierre Joye2004-03-086-0/+914