summaryrefslogtreecommitdiff
path: root/ext/standard/metaphone.c
Commit message (Collapse)AuthorAgeFilesLines
* - Fix for #16176.Markus Fischer2002-03-201-6/+20
|
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Converting to use new parameter parsing API.Andrei Zmievski2001-10-191-10/+6
|
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-2/+2
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-2/+5
|
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+1
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* update my email.Thies C. Arntzen2000-10-291-1/+1
|
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-2/+5
| | | | | | | | | Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers.
* another bunch of proto fixesHartmut Holzgraefe2000-05-231-1/+3
|
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
|
* @Cleaned up extension namespace (Stig)Stig Bakken2000-03-061-17/+7
| | | | | | Cleaned up extension namespace, and changed ext/standard into one single extension.
* Don't export LookaheadSascha Schumann2000-03-041-1/+1
|
* Breaks funclist.txtEgon Schmid2000-02-251-3/+2
|
* the pipe is breaking all the timeZeev Suraski2000-02-191-1/+1
|
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
| | | | | you start counting at 0 or 1).
* - The tree compiles againZeev Suraski1999-12-181-2/+2
|
* use ex-APIThies C. Arntzen1999-12-141-7/+7
|
* added Metaphone supportThies C. Arntzen1999-09-131-0/+475