summaryrefslogtreecommitdiff
path: root/ext/dba/libinifile/inifile.c
Commit message (Expand)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-011-1/+1
* 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-051-1/+1
|\
| * year++Xinchen Hui2012-09-051-1/+1
* | 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-031-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* 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-311-1/+1
* fixed compiler warningsIlia Alshanetsky2007-01-011-3/+3
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* E_ERROR > E_RECOVERABLE_ERRORIlia Alshanetsky2006-07-061-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* - 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-141-2/+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-101-3/+3
* 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-221-0/+629