summaryrefslogtreecommitdiff
path: root/ext/enchant
Commit message (Collapse)AuthorAgeFilesLines
* Bump yearXinchen Hui2014-01-032-2/+2
|
* Fix long-standing visual pain point: the misalignment of './configure help' ↵Christopher Jones2013-08-061-1/+1
| | | | | | text. Whitespace changes and a couple of grammar fixes.
* typo fixesVeres Lajos2013-07-151-1/+1
|
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | | | | * pull-request/341: (23 commits) typofixes
* fix enchant compilation under vc11Anatoliy Belsky2013-02-011-1/+1
|
* Happy New YearXinchen Hui2013-01-012-2/+2
|
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-091-0/+0
|\
| * Fixed bug #63236 (Executable permission on various source files)Xinchen Hui2012-10-091-0/+0
| |
* | Merge commit '8649e42' into PHP-5.4Antony Dovgal2012-08-161-2/+1
|\ \ | |/ | | | | | | * commit '8649e42': Fixed bug #62838
| * Fixed bug #62838Antony Dovgal2012-08-161-2/+1
| | | | | | | | enchant_dict_quick_check() destroys zval, but fails to initialize it
* | Merge branch 'PHP-5.3' into PHP-5.4David Soria Parra2012-03-201-1/+1
|\ \ | |/ | | | | | | | | | | | | | | * PHP-5.3: Replace $Revision$ with $Id$ in keyword expansion enable files Enable $Id$ expansion for files with the $Revision$ keyword Conflicts: ext/mysqlnd/mysqlnd.h
| * Replace $Revision$ with $Id$ in keyword expansion enable filesDavid Soria Parra2012-03-201-1/+1
| |
| * - Year++Felipe Pena2012-01-012-2/+2
| |
| * - 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
| |
* | - Year++Felipe Pena2012-01-012-2/+2
| |
* | - Improve void arg checkFelipe Pena2011-10-011-4/+9
| | | | | | | | | | | | - Removed unused variable - Added check for empty tag in enchant_broker_request_dict() (to avoid assert warning)
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-2/+1
| |
* | - Added new parameter parsing option (p - for valid path (string without ↵Felipe Pena2011-06-061-1/+1
| | | | | | | | | | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits
* | - Year++Felipe Pena2011-01-012-2/+2
| |
* | - 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
| |
* | Removed safe_modeKalle Sommer Nielsen2010-04-261-0/+4
| | | | | | | | | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
* | Remove main/php3_compat.h, for that a few references to `function_entry` haveJohannes Schlüter2010-03-301-1/+1
|/ | | | | to be replaced by `zend_function_entry`.
* 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
|