summaryrefslogtreecommitdiff
path: root/ext/enchant
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-8.0'Nikita Popov2021-02-161-0/+2
|\
| * Mark resource-like objects as non-comparableNikita Popov2021-02-161-0/+2
* | Improve class entry generationMáté Kocsis2021-02-161-3/+2
* | Implicitly enable function entry generation when class entry generation is en...Máté Kocsis2021-02-092-5/+2
* | Generate class entries from stubs for another batch of extensionsMáté Kocsis2021-02-083-10/+32
|/
* Review parameter names in ext/enchantMáté Kocsis2020-10-022-28/+28
* Run tidyNikita Popov2020-09-183-18/+18
* Promote warning to exception in ext/enchantMáté Kocsis2020-08-241-2/+2
* Throw ValueError on empty tag in enchant_broker_request_dict()George Peter Banyard2020-07-312-2/+22
* Add a few missing parameter types in stubsMáté Kocsis2020-07-302-1/+2
* Remove proto comments from C filesMax Semenik2020-07-061-50/+25
* Remove leftover debug commentNikita Popov2020-07-021-1/+1
* Skip enchant test under asanNikita Popov2020-07-022-1/+2
* Replace EXPECTF when possibleFabien Villepinte2020-06-291-1/+1
* Add flag to forbid dynamic property creation on internal classesNikita Popov2020-06-241-2/+2
* Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* Remove outdated PHPDoc from ext/enchant's stubMáté Kocsis2020-06-231-2/+0
* Call zpp in enchant_broker_*_dict_path with libenchant-2Nikita Popov2020-06-181-22/+7
* Convert enchant resources to opaque objectsMáté Kocsis2020-05-2930-289/+335
* Return empty array instead of null from enchant APIsNikita Popov2020-05-273-15/+8
* Revert "convert enchant resources to objects of new classes - EnchantBroker -...Remi Collet2020-05-1332-618/+282
* Revert "add myself as enchant maintainer"Remi Collet2020-05-131-1/+1
* convert enchant resources to objects of new classes - EnchantBroker - Enchant...Remi Collet2020-05-1332-282/+618
* add myself as enchant maintainerRemi Collet2020-05-061-1/+1
* Fix enchant stubChristoph M. Becker2020-05-062-3/+3
* enchant: bump license versionRemi Collet2020-05-062-6/+6
* Fix UNKNOWN default values in various extensionsMáté Kocsis2020-05-053-3/+3
* Use libenchant2 if available on WindowsChristoph M. Becker2020-05-041-7/+17
* Use libenchant-2 when availableRemi Collet2020-05-041-16/+28
* remove deprecated call and deprecate function to be removed in libenchant v2Remi Collet2020-04-3011-31/+74
* Generate function entries from stubs for a couple of extensionsMáté Kocsis2020-04-044-54/+52
* Merge branch 'PHP-7.4'Christoph M. Becker2020-02-281-10/+6
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-02-281-10/+6
| |\
| | * Fix #79311: enchant_dict_suggest() fails on big endian architectureChristoph M. Becker2020-02-281-10/+6
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-151-1/+0
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-1422-83/+83
| | * Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* | | Reindent phpt filesNikita Popov2020-02-035-14/+14
* | | Fix #78880 Another roundMáté Kocsis2020-01-191-1/+1
* | | Use RETURN_THROWS() in various placesMáté Kocsis2020-01-031-1/+1
* | | Use ZEND_THROWS() during ZPP in the GD, gettext, GMP, and hash extensionsMáté Kocsis2019-12-311-1/+1
* | | Use ZEND_THROWS() during ZPP in enchant, exif, fileinfo, filter, and FTP exte...Máté Kocsis2019-12-311-21/+21
* | | Add union return types for function stubsMáté Kocsis2019-11-112-12/+6
* | | Merge branch 'PHP-7.4'Fabien Villepinte2019-10-191-1/+1
|\ \ \ | |/ /
| * | Fix proto of enchant_broker_list_dicts()Fabien Villepinte2019-10-191-1/+1
* | | Fix grammar in skipif messagesFabien Villepinte2019-10-1217-17/+17
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-252-4/+0
* | | Don't explicitly set return value on ZPP failureChristoph M. Becker2019-08-161-20/+20
* | | creating stubs for echant extVictor Gazotti2019-08-153-67/+183
|/ /
* | Show actual enchant version if possibleChristoph M. Becker2019-06-273-4/+11