Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
* | MFH: sync | Jani Taskinen | 2007-11-06 | 1 | -77/+69 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
* | remove redundant error message | Antony Dovgal | 2006-11-21 | 1 | -1/+1 |
* | Updated protos & vim folding | Hannes Magnusson | 2006-06-26 | 1 | -1/+1 |
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
* | Removed unneeded checks around Zend allocation macros. | Ilia Alshanetsky | 2004-06-20 | 1 | -7/+2 |
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
* | emalloc -> safe_emalloc | Ilia Alshanetsky | 2003-08-11 | 1 | -2/+2 |
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
* | Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and ... | Sebastian Bergmann | 2003-03-25 | 1 | -4/+2 |
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
* | -php_error -> php_error_docref | Marcus Boerger | 2002-12-05 | 1 | -3/+5 |
* | email address change | Hartmut Holzgraefe | 2002-11-25 | 1 | -1/+1 |
* | php_error_docref | Marcus Boerger | 2002-08-24 | 1 | -1/+1 |
* | Unify error messages | Derick Rethans | 2002-07-08 | 1 | -1/+1 |
* | fix and regression test for Bug #16473 | Hartmut Holzgraefe | 2002-04-07 | 1 | -14/+12 |
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
* | Converting to use new parameter parsing API. | Andrei Zmievski | 2001-10-19 | 1 | -12/+7 |
* | 2nd phase in back-substitution those macro's | Jeroen van Wolffelaar | 2001-09-25 | 1 | -6/+6 |
* | Back-substitute for Z_* macro's. If it breaks some extension (the script isn'... | Jeroen van Wolffelaar | 2001-09-25 | 1 | -4/+4 |
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -11/+11 |
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -3/+15 |
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
* | enforce lenght limit and catch out-ouf-memory conditions | Hartmut Holzgraefe | 2000-12-14 | 1 | -4/+14 |
* | levenshtein() fixed, regression tests added (bug id #6562 and #7368) | Hartmut Holzgraefe | 2000-12-13 | 1 | -155/+43 |
* | Cleaning up some mess | Sascha Schumann | 2000-08-21 | 1 | -2/+2 |
* | "undefined function" error message will now suggest similar named | Hartmut Holzgraefe | 2000-08-01 | 1 | -1/+1 |
* | typo fix | Hartmut Holzgraefe | 2000-06-16 | 1 | -1/+1 |
* | C++ // comments are evil ... | Hartmut Holzgraefe | 2000-06-16 | 1 | -15/+147 |
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -1/+1 |
* | @ Fixed min()/max() segfault. (Andrei) | Andrei Zmievski | 2000-05-24 | 1 | -1/+2 |
* | one little unimportant detail (cut&paste is evil :) | Hartmut Holzgraefe | 2000-05-23 | 1 | -1/+1 |
* | a little less optimized, but no dirty tricks anymore | Hartmut Holzgraefe | 2000-05-23 | 1 | -11/+5 |
* | Make calc_levdist static and fix pointer swapping. | Sascha Schumann | 2000-05-23 | 1 | -3/+11 |
* | - English fix. | Andi Gutmans | 2000-05-23 | 1 | -1/+1 |
* | name changed from levdist() to levenshtein() | Hartmut Holzgraefe | 2000-05-23 | 1 | -3/+3 |
* | added function "int levdist(string str1, string str2)" | Hartmut Holzgraefe | 2000-05-23 | 1 | -0/+117 |