Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #79311: enchant_dict_suggest() fails on big endian architecture | Christoph M. Becker | 2020-02-28 | 1 | -10/+6 |
* | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 1 | -1/+0 |
* | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 22 | -83/+83 |
* | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 1 | -1/+0 |
* | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 3 | -6/+1 |
* | Remove enchant version from the phpinfo output | Peter Kokot | 2018-06-04 | 1 | -4/+1 |
* | Merge branch 'PHP-7.2' | Thomas Punt | 2018-04-29 | 1 | -1/+1 |
|\ | |||||
| * | Fix potential memory leak in the enchant extension | Thomas Punt | 2018-04-29 | 1 | -1/+1 |
| * | year++ | Xinchen Hui | 2018-01-02 | 2 | -2/+2 |
* | | Use bool instead of boolean in proto | Gabriel Caruso | 2018-02-04 | 1 | -1/+1 |
* | | year++ | Xinchen Hui | 2018-01-02 | 2 | -2/+2 |
* | | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -1/+1 |
* | | Encapsulate reference-counting primitives. | Dmitry Stogov | 2017-10-27 | 1 | -2/+2 |
* | | Merge branch 'PHP-7.2' | Christoph M. Becker | 2017-10-15 | 2 | -0/+25 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Christoph M. Becker | 2017-10-15 | 2 | -0/+25 |
| |\ | |||||
| | * | Fixed bug #53070 (enchant_broker_get_path crashes if no path is set) | Jelle van der Waa | 2017-10-15 | 2 | -0/+25 |
* | | | Merge branch 'PHP-7.2' | Christoph M. Becker | 2017-10-15 | 2 | -2/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Christoph M. Becker | 2017-10-15 | 2 | -2/+1 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #75365 (Enchant still reports version 1.1.0) | Christoph M. Becker | 2017-10-15 | 2 | -2/+1 |
| | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 2 | -2/+2 |
| * | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 2 | -2/+2 |
* | | | Remove enchant PHP example | Peter Kokot | 2017-10-05 | 1 | -25/+0 |
* | | | Get rid of all these old package[2].xml files, most of these had no had a rel... | Kalle Sommer Nielsen | 2017-08-17 | 1 | -162/+0 |
* | | | Skip these enchant tests if no dicts or providers are installed | Kalle Sommer Nielsen | 2017-07-25 | 3 | -6/+59 |
* | | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 2 | -2/+2 |
|/ / | |||||
* | | Remove version checks | Nikita Popov | 2016-01-30 | 1 | -4/+0 |
|/ | |||||
* | Update header to PHP Version 7 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 2 | -2/+2 |
|\ | |||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 2 | -2/+2 |
* | | Merge branch 'pull-request/1471' | Christoph M. Becker | 2015-08-19 | 1 | -0/+59 |
|\ \ | |||||
| * | | add test for php_enchant_broker_free() | marcosptf | 2015-08-19 | 1 | -0/+59 |
* | | | Merge branch 'pull-request/1472' | Christoph M. Becker | 2015-08-19 | 1 | -0/+52 |
|\ \ \ | |||||
| * | | | This is a new test for enchant_broker_free_dict(). | marcosptf | 2015-08-19 | 1 | -0/+52 |
| |/ / | |||||
* | | | testing enchant_broker_(g|s)et_dict_path | marcosptf | 2015-08-19 | 1 | -0/+53 |
* | | | no need to skip this test if no dictionaries are installed | Christoph M. Becker | 2015-08-17 | 1 | -1/+0 |
* | | | new test for enchant pwl file | marcosptf | 2015-08-17 | 2 | -0/+51 |
|/ / | |||||
* | | Merge branch 'marcosptf-enchant-phpt' of https://github.com/marcosptf/php-src | Xinchen Hui | 2015-08-11 | 20 | -40/+614 |
|\ \ | |||||
| * | | Update broker_describe.phpt | marcosptf | 2015-08-10 | 1 | -11/+7 |
| * | | Update broker_describe.phpt | marcosptf | 2015-08-10 | 1 | -1/+3 |
| * | | Update dict_check.phpt | marcosptf | 2015-08-10 | 1 | -2/+3 |
| * | | Update broker_free.phpt | marcosptf | 2015-08-09 | 1 | -0/+2 |
| * | | Update broker_dict_exists.phpt | marcosptf | 2015-08-09 | 1 | -0/+1 |
| * | | Update broker_describe.phpt | marcosptf | 2015-08-09 | 1 | -0/+2 |
| * | | Update dict_suggest.phpt | marcosptf | 2015-08-09 | 1 | -2/+4 |
| * | | Update dict_store_replacement.phpt | marcosptf | 2015-08-09 | 1 | -9/+7 |
| * | | Update dict_quick_check_01.phpt | marcosptf | 2015-08-09 | 1 | -9/+8 |
| * | | Update dict_quick_check.phpt | marcosptf | 2015-08-09 | 1 | -0/+4 |
| * | | Update dict_is_in_session.phpt | marcosptf | 2015-08-09 | 1 | -9/+8 |
| * | | Update dict_get_error.phpt | marcosptf | 2015-08-09 | 1 | -11/+9 |
| * | | Update dict_describe.phpt | marcosptf | 2015-08-09 | 1 | -10/+11 |