Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | |||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -7/+7 |
* | | exhaust zend_long/size_t potential in levenstein | Anatol Belski | 2014-10-23 | 1 | -6/+7 |
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -1/+1 |
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -3/+3 |
* | | yet more fixes to zpp | Anatol Belski | 2014-08-20 | 1 | -2/+2 |
* | | fix macros in the 5 basic extensions | Anatol Belski | 2014-08-16 | 1 | -1/+1 |
|/ | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | - 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 |