Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | 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 |
| | | |||||
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -5/+5 |
| | | |||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -1/+1 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | master renames phase 7PRE_AST_MERGE | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
| | | |||||
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
| | | |||||
* | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -2/+2 |
| | | |||||
* | | Refactored ext/dba (tests passes, but segfaults need to be fixed) | Xinchen Hui | 2014-05-21 | 1 | -2/+2 |
|/ | |||||
* | 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: Bump year. | Sebastian Bergmann | 2007-01-01 | 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 |
| | |||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | - unify configure mechanisms (include file handling) | Marcus Boerger | 2003-02-01 | 1 | -2/+21 |
| | | | | | | - fix dbm - allow dbm to be based on gdbm | ||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Add info function to handlers and return handler info when dba_handlers is | Marcus Boerger | 2002-12-30 | 1 | -0/+5 |
| | | | | | called with optional parameter full_info set true. | ||||
* | -Fix memory handling of persistent dba connections. | Marcus Boerger | 2002-12-20 | 1 | -2/+2 |
| | | | | | | -Update tests. # cdb and flatfile still FAIL for dba_popen since the known streams problem | ||||
* | emalloc never returns 0, so we can simplify the code paths. | Sascha Schumann | 2002-11-06 | 1 | -5/+2 |
| | | | | | also replace ecalloc with emalloc+memset, so that the latter can be inlined. | ||||
* | move newly introduced flatfile support from dbm to new flatfile handler | Marcus Boerger | 2002-11-06 | 1 | -109/+32 |
| | | | | | | # do not make the same mistake as with ext/db where it was not clear # which format was used. | ||||
* | correct file open modes | Marcus Boerger | 2002-11-06 | 1 | -2/+4 |
| | |||||
* | #add myself | Marcus Boerger | 2002-11-06 | 1 | -1/+2 |
| | |||||
* | Incorporate rewritten version of dbm from db extension. | Marcus Boerger | 2002-11-06 | 1 | -31/+105 |
| | | | | | # currently locks are missing :-( | ||||
* | Why did open fail? | Marcus Boerger | 2002-11-05 | 1 | -0/+4 |
| | |||||
* | use ecmalloc/efree functions instead of (c|m)alloc/free | Marcus Boerger | 2002-11-04 | 1 | -2/+2 |
| | |||||
* | - MFH: Make DBA compile as a shared module again | Derick Rethans | 2002-04-18 | 1 | -0/+4 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | 2nd phase in back-substitution those macro's | Jeroen van Wolffelaar | 2001-09-25 | 1 | -1/+1 |
| | | | | | I've got pretty much everything now... | ||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | - TSRMLS_FETCH work | Zeev Suraski | 2001-08-05 | 1 | -1/+1 |
| | | | | | - whitespace fixes | ||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -21/+11 |
| | |||||
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -0/+8 |
| | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | ||||
* | - Change macros from V_ to VCWD_ because of AIX name clash | Andi Gutmans | 2001-04-30 | 1 | -1/+1 |
| | |||||
* | - In PHP we're supposed to only use MAXPATHLEN (defined in php.h) | Andi Gutmans | 2000-12-16 | 1 | -8/+4 |
| | |||||
* | Unify use of my email address | Sascha Schumann | 2000-07-10 | 1 | -1/+1 |
| | |||||
* | - Change some open's to V_OPEN()'s | Andi Gutmans | 2000-04-30 | 1 | -1/+1 |
| | |||||
* | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 1 | -1/+1 |
| | | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. | ||||
* | Convert to Ex API. Does anyone have a better name for it? | Sascha Schumann | 1999-09-17 | 1 | -2/+2 |
| | |||||
* | initial import of DBA | Sascha Schumann | 1999-07-21 | 1 | -0/+190 |