summaryrefslogtreecommitdiff
path: root/ext/dba/php_dba.h
Commit message (Collapse)AuthorAgeFilesLines
* Generate function entries from stubs for a couple of extensionsMáté Kocsis2020-04-041-16/+0
| | | | Closes GH-5347
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
| | | | Closes GH-4732.
* Remove year range from copyright noticeZeev Suraski2019-01-301-1/+1
|
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
| | | | | | | | | | | | | | | The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore.
* year++Xinchen Hui2018-01-021-1/+1
|
* move dba handlers to size_tAnatol Belski2017-05-291-12/+12
|
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|
* Merge branch 'PHP-7.0'Lior Kaplan2016-01-011-1/+1
|\ | | | | | | | | | | | | * PHP-7.0: Update header to PHP Version 7 Happy new year (Update copyright to 2016) Happy new year (Update copyright to 2016)
| * Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
| |\ | | | | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| | * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| | |
| | * bump yearXinchen Hui2015-01-151-1/+1
| | |
* | | Remove the VALLEN macro, this is not used anyway and wouldn't work as it was ↵Kalle Sommer Nielsen2015-10-191-2/+0
|/ / | | | | | | assuming zval**
* | cleaning up the version macrosAnatol Belski2015-03-231-0/+3
| |
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | trailing whitespace removalStanislav Malyshev2015-01-101-3/+3
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-22/+22
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| |
* | master renames phase 1Anatol Belski2014-08-251-1/+1
| |
* | basic macro replacements, all at onceAnatol Belski2014-08-191-1/+1
| |
* | Refactored ext/dba (tests passes, but segfaults need to be fixed)Xinchen Hui2014-05-211-1/+1
|/
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* Centralize ability to drop APPEND flag. This probably fixes some ini fileMarcus Boerger2003-12-181-0/+4
| | | | | issues.
* Add helper function that splits inifile keys into an array which againMarcus Boerger2003-11-121-0/+1
| | | | | can be used in dba_fetch calls.
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Use stream locking supportMarcus Boerger2003-03-041-1/+0
| | | | | # needs more testing
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Add info function to handlers and return handler info when dba_handlers isMarcus Boerger2002-12-301-1/+21
| | | | | called with optional parameter full_info set true.
* -Fix memory handling of persistent dba connections.Marcus Boerger2002-12-201-0/+1
| | | | | | -Update tests. # cdb and flatfile still FAIL for dba_popen since the known streams problem
* Fix locking behaviour: On some systems read during write is permitted butMarcus Boerger2002-11-141-0/+2
| | | | | | most libraries are not capable of that. GDBM is system dependant so there we only test that we do not deadlock.
* -Centralise open stream for builtin modules that use streamsMarcus Boerger2002-11-101-5/+8
| | | | | -If locks work on database file then only one stream open call is used
* -lock support moved from dba_flatfile.c to dba.cMarcus Boerger2002-11-081-0/+17
| | | | | | | | | -flatfile, cdb, cdb_make use locking now #locking is blocking per default use 'rt', 'wt', ct' or 'nt' for non blocking alias #test access to a database file. #locking uses flock() which will be emulated or warned if that is not eally #possible in ext/standard/flock_compat.c
* Why did open fail?Marcus Boerger2002-11-051-1/+1
|
* passing around TSRMMarcus Boerger2002-11-041-9/+9
| | | | | #going to add CDB_MAKE support
* cdb now allows multiple key-value pairs with same keyMarcus Boerger2002-11-031-1/+1
|
* Implemented dba_list() that returns an array rsrcid=>filename and a test.Marcus Boerger2002-10-251-0/+1
|
* implemented dba_handlers()Marcus Boerger2002-10-241-0/+1
| | | | | @Added dba_handlers() that lists all installed handlers in an array. (marcus)
* Made this extension to use the resource stufffoobar2002-08-231-1/+1
|
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Another TSRMLS_FETCH() nuke.foobar2001-08-141-1/+1
|