summaryrefslogtreecommitdiff
path: root/ext/aspell/php3_aspell.h
Commit message (Collapse)AuthorAgeFilesLines
* More symbol work.Andrey Hristov1999-07-261-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | I've defined a few macros to help with module/request init/startup function definitions. Basically: PHP_MINIT_FUNCTION(module) PHP_MSHUTDOWN_FUNCTION(module) PHP_RINIT_FUNCTION(module) PHP_RSHUTDOWN_FUNCTION(module) PHP_MINFO_FUNCTION(module) These will expand to proper function prototypes. Now to specify these in the module entry, use: PHP_MINIT(module) PHP_MSHUTDOWN(module) PHP_RINIT(module) PHP_RSHUTDOWN(module) PHP_MINFO(module) I've updated all modules in ext/standard and everything from ext/apache to ext/db. If you can, please update your module to use these macros.
* Finish porting aspell - tested and works ok nowRasmus Lerdorf1999-07-121-3/+6
|
* Add Aspell moduleRasmus Lerdorf1999-07-091-0/+50