summaryrefslogtreecommitdiff
path: root/ext/dba
Commit message (Collapse)AuthorAgeFilesLines
* - Fix problems with c modeMarcus Boerger2004-05-103-4/+16
|
* Search for db-4.2.xMarcus Boerger2004-03-071-2/+2
|
* Add READMEMarcus Boerger2004-01-261-0/+54
|
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-4/+4
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-086-12/+12
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* correct headerfoobar2004-01-081-16/+18
|
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-0816-32/+32
|
* enable inifile handler under new win32 build tooWez Furlong2003-12-231-2/+3
|
* Add this file tooMarcus Boerger2003-12-181-0/+12
|
* dded qdbm handler (http://qdbm.sourceforge.net).Marcus Boerger2003-12-184-1/+271
|
* Centralize ability to drop APPEND flag. This probably fixes some ini fileMarcus Boerger2003-12-184-26/+24
| | | | | issues.
* Improve dba tests: check in both modes external and database locking.Marcus Boerger2003-12-1810-8/+158
|
* Fix warningsMarcus Boerger2003-12-172-2/+5
|
* Add inifileMarcus Boerger2003-12-161-2/+18
|
* Fix winbuildMarcus Boerger2003-12-161-0/+5
|
* Change to more complicated 'c' moreMarcus Boerger2003-12-141-1/+1
|
* - Fix Bug #26304 Unexpected data loss when opening dba fileMarcus Boerger2003-12-142-7/+26
| | | | | - Correct handling for flatfile handler
* Not neededMarcus Boerger2003-12-142-3/+1
|
* Revert: need a PHP4.3 solution.Marcus Boerger2003-12-131-1/+1
| | | | | # This solution cannot be backported to PHP 4.3 -- damn!
* - Fixed bug #26304 (Unexpected data loss when opening dba file).Marcus Boerger2003-12-131-1/+1
|
* Remove unnecessary #includefoobar2003-12-071-1/+0
|
* revert here tooMarcus Boerger2003-12-071-3/+2
|
* Fix enabling shared builds.Marcus Boerger2003-12-071-3/+4
|
* Added dba to the new win32 build. Works both as sharedEdin Kadribasic2003-12-061-0/+17
| | | | | and built-in extension on windows.
* Proto fixes (Friedhelm Betz <holliwell|gmx.net>)Marcus Boerger2003-11-131-9/+9
|
* Bugfix #25794: Cannot open existing hash db3 file with writeMarcus Boerger2003-11-133-3/+3
|
* Pass eofMarcus Boerger2003-11-131-4/+13
|
* Add helper function that splits inifile keys into an array which againMarcus Boerger2003-11-122-0/+23
| | | | | can be used in dba_fetch calls.
* Aligned configure help texts.foobar2003-10-031-2/+2
|
* Alignment fixMoriyoshi Koizumi2003-10-021-2/+2
|
* - Fix win32 debug buildfoobar2003-08-311-1/+1
|
* Fixed format error.Ilia Alshanetsky2003-08-281-1/+1
|
* Fix warningMarcus Boerger2003-08-171-4/+4
|
* MFBfoobar2003-08-151-1/+1
|
* Finalize the closing process of persistent streams. The currentIlia Alshanetsky2003-07-291-2/+10
| | | | | | | | | | | | | | | behavior/API is as follows: 1) To close a persistent use php_stream_pclose(), it will close the stream and remove it from the persistent list. 2) Inside PHP code only explicit fclose() will close persistent streams, all other actions such as unset() or assigning a value to stream handle will not. 3) Regular streams can still be closed by either fclose(), unset() or an assignment of a value to the stream handler.
* Remove bogus comment (noticed by Zak)Marcus Boerger2003-07-161-2/+0
|
* Fix handling of empty settingsMarcus Boerger2003-07-161-1/+1
|
* Fix open mode (noticed by FutureQuest, Inc.)Marcus Boerger2003-07-033-3/+3
|
* Fix possible SEGVMarcus Boerger2003-06-221-2/+10
|
* Don't copy the filename when it is not neededMarcus Boerger2003-06-211-2/+4
|
* Store the absolute path of the database file and use that in the external ↵Marcus Boerger2003-06-211-10/+38
| | | | library
* When persistent then we may use threadsMarcus Boerger2003-06-211-0/+4
|
* Allow the extension to reside elsewhereMarcus Boerger2003-06-191-3/+3
|
* to be preciseMarcus Boerger2003-06-191-1/+2
|
* Fixed win32 buildEdin Kadribasic2003-06-161-0/+1
|
* - Fixed some /usr/lib leaks into LIBS/LDFLAGS which later on made otherfoobar2003-06-141-42/+38
| | | | | configure checks fail (old libs in /usr/lib, new ones in /opt/lib :)
* proto fixesAndrey Hristov2003-06-131-2/+2
|
* Bugfix #2397: dba_open locking error with db3Marcus Boerger2003-06-121-5/+10
|
* updating license information in the headers.James Cox2003-06-1021-63/+63
|
* Fix builddir entryMarcus Boerger2003-05-291-1/+1
|