summaryrefslogtreecommitdiff
path: root/ext/dba/libinifile
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-042-2/+2
* Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-251-0/+1
|\
| * Fix #70825: Cannot fetch multiple values with group in ini fileChristoph M. Becker2016-08-251-0/+1
| * Fix #71514: Bad dba_replace condition because of wrong API usageChristoph M. Becker2016-08-251-5/+5
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-012-2/+2
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-012-2/+2
| * bump yearXinchen Hui2015-01-152-2/+2
* | bump yearXinchen Hui2015-01-152-2/+2
* | trailing whitespace removalStanislav Malyshev2015-01-101-19/+19
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-132-59/+59
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-192-2/+2
* | Merge branch 'PHP-5.6'Xinchen Hui2014-01-032-2/+2
|\ \ | |/
| * Bump yearXinchen Hui2014-01-032-2/+2
* | fix bug #62490Michael Wallner2013-12-052-6/+27
* | fix php_stream_copy_to_stream_ex usageMichael Wallner2013-12-031-5/+5
|/
* Happy New YearXinchen Hui2013-01-012-2/+2
* Fix inifile.c:419:6: warning: variable 'ret' set but not used [-Wunused-but-s...Remi Collet2012-12-031-2/+2
* use php_stream_copy_to_stream_ex instead of deprecated php_stream_copy_to_streamRemi Collet2012-12-031-5/+5
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-09-052-2/+2
|\
| * year++Xinchen Hui2012-09-052-2/+2
* | Merge branch 'PHP-5.3' into PHP-5.4David Soria Parra2012-03-201-1/+1
|\ \ | |/
| * Replace $Revision$ with $Id$ in keyword expansion enable filesDavid Soria Parra2012-03-201-1/+1
* | Removed safe_modeKalle Sommer Nielsen2010-04-261-1/+0
|/
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-2/+2
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-312-2/+2
* Fixed a bug inside dba_replace() that could cause file truncation withIlia Alshanetsky2008-11-131-1/+3
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-312-2/+2
* fixed compiler warningsIlia Alshanetsky2007-01-011-3/+3
* MFH: Bump year.Sebastian Bergmann2007-01-012-2/+2
* E_ERROR > E_RECOVERABLE_ERRORIlia Alshanetsky2006-07-061-1/+1
* bump year and license versionfoobar2006-01-012-6/+6
* - Bumber up yearfoobar2005-08-032-2/+2
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Centralize ability to drop APPEND flag. This probably fixes some ini fileMarcus Boerger2003-12-181-5/+1
* Fix warningsMarcus Boerger2003-12-171-1/+1
* Not neededMarcus Boerger2003-12-142-3/+1
* Remove unnecessary #includefoobar2003-12-071-1/+0
* Fix handling of empty settingsMarcus Boerger2003-07-161-1/+1
* updating license information in the headers.James Cox2003-06-102-6/+6
* Another big commit (tm).Wez Furlong2003-02-271-3/+3
* if skip param of dba_fetch is -1 stop do not restart search after last elementMarcus Boerger2003-02-261-3/+3
* Dropped optimizationMarcus Boerger2003-02-221-35/+7
* INI files are case insensitiveMarcus Boerger2003-02-221-2/+2
* Remove testcodeMarcus Boerger2003-02-221-3/+0
* @Added dba handler inifiles to support ini files. (Marcus)Marcus Boerger2003-02-222-0/+696