Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -2/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 2 | -2/+2 |
| | |||||
* | - fix #39863, do not accept paths with NULL in them. See ↵ | Pierre Joye | 2010-11-18 | 1 | -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 Pena | 2010-10-16 | 1 | -0/+4 |
| | | | | crashes php) | ||||
* | Fix bug in unaligned memory access fix | Raphael Geissert | 2010-05-02 | 1 | -1/+1 |
| | |||||
* | Fix unaligned memory accesses in enchant (bug #51289) | Raphael Geissert | 2010-05-01 | 2 | -2/+32 |
| | |||||
* | Merge safe_mode changes into extensions that are in sync in both branches | Kalle Sommer Nielsen | 2010-04-26 | 1 | -0/+4 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 2 | -2/+2 |
| | |||||
* | - Fix compiler warning | Felipe Pena | 2009-10-11 | 1 | -3/+0 |
| | |||||
* | - missing define | Pierre Joye | 2009-10-08 | 1 | -0/+1 |
| | |||||
* | - typo | Pierre Joye | 2009-10-08 | 1 | -1/+1 |
| | |||||
* | - [DOC] add enchant_broket_set_dict_path and enchant_broker_get_dict_path | Pierre Joye | 2009-10-08 | 4 | -9/+123 |
| | | | | | - add constants ENCHANT_MYSPELL and ENCHANT_ISPELL | ||||
* | - drop unused var and fix example | Pierre Joye | 2009-10-03 | 2 | -3/+1 |
| | |||||
* | - MFH: Year++ | Felipe Pena | 2009-01-30 | 2 | -2/+2 |
| | |||||
* | - MFH: Added arginfo | Felipe Pena | 2009-01-29 | 1 | -19/+65 |
| | |||||
* | - Re-added safe mode check | Felipe Pena | 2009-01-29 | 1 | -2/+2 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_5_3'. | SVN Migration | 2009-01-28 | 2 | -0/+794 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_5_3'. | SVN Migration | 2008-05-12 | 3 | -0/+288 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_5_3'. | SVN Migration | 2007-09-26 | 9 | -0/+160 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_5_1'. | SVN Migration | 2005-08-08 | 7 | -970/+0 |
| | |||||
* | It's stable now. | Ilia Alshanetsky | 2004-08-11 | 1 | -1/+1 |
| | |||||
* | Prepare for 1.0 release of enchant. | Ilia Alshanetsky | 2004-08-11 | 1 | -5/+15 |
| | |||||
* | Fix some misbehaving pecls (my own included ;-) | Wez Furlong | 2004-07-31 | 1 | -2/+6 |
| | |||||
* | Fixed leak inside MINFO function. | Ilia Alshanetsky | 2004-06-01 | 1 | -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.1 | Pierre Joye | 2004-03-11 | 1 | -5/+21 |
| | |||||
* | Cleaned up phpinfo() output. | Ilia Alshanetsky | 2004-03-09 | 1 | -1/+3 |
| | |||||
* | - Fix sugg only if it exists... | Pierre Joye | 2004-03-09 | 1 | -1/+2 |
| | |||||
* | - free sugg | Pierre Joye | 2004-03-09 | 1 | -0/+2 |
| | |||||
* | Added enchant_dict_quick_check() function. | Ilia Alshanetsky | 2004-03-09 | 4 | -2/+53 |
| | | | | | Made enchant_dict_check() return a boolean. | ||||
* | - Fixes protos | Pierre Joye | 2004-03-08 | 1 | -6/+6 |
| | |||||
* | Cleanup | Ilia Alshanetsky | 2004-03-08 | 1 | -152/+116 |
| | |||||
* | - sources cleanup: | Pierre Joye | 2004-03-08 | 1 | -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 commit | Pierre Joye | 2004-03-08 | 6 | -0/+914 |