summaryrefslogtreecommitdiff
path: root/ext/dba/libflatfile/flatfile.c
Commit message (Collapse)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-09-051-1/+1
|\ | | | | | | | | Conflicts: ext/interbase/interbase.rc
| * year++Xinchen Hui2012-09-051-1/+1
| |
* | Merge branch 'PHP-5.3' into PHP-5.4David Soria Parra2012-03-201-1/+1
|\ \ | |/ | | | | | | | | | | | | | | * PHP-5.3: Replace $Revision$ with $Id$ in keyword expansion enable files Enable $Id$ expansion for files with the $Revision$ keyword Conflicts: ext/mysqlnd/mysqlnd.h
| * Replace $Revision$ with $Id$ in keyword expansion enable filesDavid Soria Parra2012-03-201-1/+1
| |
| * Fixed compiler warningsIlia Alshanetsky2010-12-201-4/+4
| |
* | Fixed compiler warningsIlia Alshanetsky2010-12-201-4/+4
| |
* | Removed safe_modeKalle Sommer Nielsen2010-04-261-1/+0
|/ | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
* 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
|
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* MFB: safe_emalloc()Marcus Boerger2003-04-241-1/+1
|
* - wrong use of sizeof(char)Marcus Boerger2003-02-181-100/+85
| | | | | | - use define for block size - a bit faster
* coding styleMarcus Boerger2003-02-181-23/+47
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Add info function to handlers and return handler info when dba_handlers isMarcus Boerger2002-12-301-0/+7
| | | | | called with optional parameter full_info set true.
* No need to declare functions used internally by DBA as PHPAPI. ThisEdin Kadribasic2002-11-191-6/+6
| | | | | fixes windows build.
* -use size_tMarcus Boerger2002-11-131-11/+13
| | | | | -recheckin header as unix file
* Add missing flushMarcus Boerger2002-11-111-0/+1
|
* -rename anything to flatfile_xxx/FLATFILE_xxxMarcus Boerger2002-11-071-16/+16
| | | | | | -fix update function -add warnings for update function
* Use the the name 'flatfile' correctly so the handler support can be built now.Marcus Boerger2002-11-061-7/+7
| | | | | | #I do not like the lock solution since a crashed php would leave the *lck #file locked now.
* move newly introduced flatfile support from dbm to new flatfile handlerMarcus Boerger2002-11-061-0/+302
# do not make the same mistake as with ext/db where it was not clear # which format was used.