Joe Orton
2685ca935f
Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/lib
...
to support multi-ABI platforms.
2004-11-03 14:32:52 +00:00
Marcus Boerger
16f30e1951
- Fix lib substitution (rurban at x-ray dot at )
2004-09-25 15:29:19 +00:00
Marcus Boerger
ba75dd7877
Fix issue in test
2004-08-19 08:04:20 +00:00
Marcus Boerger
5310de975c
Change to use md5_file()
2004-08-12 00:38:01 +00:00
Marcus Boerger
3988ee2df9
- Fix problems with c mode
2004-05-10 01:42:43 +00:00
Marcus Boerger
4ee3282ec6
Search for db-4.2.x
2004-03-07 23:45:31 +00:00
Marcus Boerger
7e6b108a96
Add README
2004-01-26 08:37:23 +00:00
foobar
f4983c0d3f
- Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5
2004-01-17 13:00:38 +00:00
foobar
ccfc46b0aa
- Happy new year and PHP 5 for rest of the files too..
...
# Should the LICENSE and Zend/LICENSE dates be updated too?
2004-01-08 17:33:29 +00:00
foobar
17fd860e5e
correct header
2004-01-08 16:47:18 +00:00
Andi Gutmans
dbeb4158d2
- A belated happy holidays and PHP 5
2004-01-08 08:18:22 +00:00
Wez Furlong
46c4147ab7
enable inifile handler under new win32 build too
2003-12-23 14:05:33 +00:00
Marcus Boerger
3203957864
Add this file too
2003-12-18 20:32:39 +00:00
Marcus Boerger
c69fb4133d
dded qdbm handler ( http://qdbm.sourceforge.net ).
2003-12-18 20:25:21 +00:00
Marcus Boerger
0283b50316
Centralize ability to drop APPEND flag. This probably fixes some ini file
...
issues.
2003-12-18 20:14:15 +00:00
Marcus Boerger
a6dd097484
Improve dba tests: check in both modes external and database locking.
2003-12-18 20:10:24 +00:00
Marcus Boerger
fb37c4306a
Fix warnings
2003-12-17 08:50:50 +00:00
Marcus Boerger
b4e4d81777
Add inifile
2003-12-16 21:50:03 +00:00
Marcus Boerger
42ad99b62f
Fix winbuild
2003-12-16 21:40:19 +00:00
Marcus Boerger
661b203e89
Change to more complicated 'c' more
2003-12-14 22:09:28 +00:00
Marcus Boerger
43d06f50e0
- Fix Bug #26304 Unexpected data loss when opening dba file
...
- Correct handling for flatfile handler
2003-12-14 22:08:18 +00:00
Marcus Boerger
620bf0c37f
Not needed
2003-12-14 22:07:29 +00:00
Marcus Boerger
70ca95aa0e
Revert: need a PHP4.3 solution.
...
# This solution cannot be backported to PHP 4.3 -- damn!
2003-12-13 15:00:04 +00:00
Marcus Boerger
d1a6deb785
- Fixed bug #26304 (Unexpected data loss when opening dba file).
2003-12-13 14:50:06 +00:00
foobar
bade2e7df6
Remove unnecessary #include
2003-12-07 16:56:51 +00:00
Marcus Boerger
923d0bcfb4
revert here too
2003-12-07 15:59:13 +00:00
Marcus Boerger
9c8678eb7b
Fix enabling shared builds.
2003-12-07 00:21:47 +00:00
Edin Kadribasic
a05a42c8ea
Added dba to the new win32 build. Works both as shared
...
and built-in extension on windows.
2003-12-06 23:39:07 +00:00
Marcus Boerger
2bed6c2b8a
Proto fixes (Friedhelm Betz <holliwell|gmx.net>)
2003-11-13 19:08:41 +00:00
Marcus Boerger
a18bd05f32
Bugfix #25794 : Cannot open existing hash db3 file with write
2003-11-13 08:59:02 +00:00
Marcus Boerger
4d752bd78e
Pass eof
2003-11-13 07:53:15 +00:00
Marcus Boerger
daaef88047
Add helper function that splits inifile keys into an array which again
...
can be used in dba_fetch calls.
2003-11-12 21:43:03 +00:00
foobar
db50cd251e
Aligned configure help texts.
2003-10-03 05:24:33 +00:00
Moriyoshi Koizumi
daf7528d90
Alignment fix
2003-10-02 10:47:12 +00:00
foobar
c952ea0bb3
- Fix win32 debug build
2003-08-31 16:28:19 +00:00
Ilia Alshanetsky
4f2e9bbc45
Fixed format error.
2003-08-28 17:56:41 +00:00
Marcus Boerger
ddf4ad5744
Fix warning
2003-08-17 17:14:11 +00:00
foobar
1ba3e3a6dc
MFB
2003-08-15 18:47:23 +00:00
Ilia Alshanetsky
4d98e9ec97
Finalize the closing process of persistent streams. The current
...
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.
2003-07-29 18:26:34 +00:00
Marcus Boerger
7f1cf60331
Remove bogus comment (noticed by Zak)
2003-07-16 22:55:02 +00:00
Marcus Boerger
a86eff2162
Fix handling of empty settings
2003-07-16 20:53:17 +00:00
Marcus Boerger
bc16d962a6
Fix open mode (noticed by FutureQuest, Inc.)
2003-07-03 11:17:34 +00:00
Marcus Boerger
1cdc2d48b6
Fix possible SEGV
2003-06-22 15:53:50 +00:00
Marcus Boerger
a332df50fb
Don't copy the filename when it is not needed
2003-06-21 18:43:25 +00:00
Marcus Boerger
7eb9fc251a
Store the absolute path of the database file and use that in the external library
2003-06-21 18:17:20 +00:00
Marcus Boerger
814c0be675
When persistent then we may use threads
2003-06-21 18:16:38 +00:00
Marcus Boerger
ba3e315b65
Allow the extension to reside elsewhere
2003-06-19 15:48:06 +00:00
Marcus Boerger
44401fa0e7
to be precise
2003-06-19 11:10:14 +00:00
Edin Kadribasic
5a3c09c440
Fixed win32 build
2003-06-16 09:11:31 +00:00
foobar
f07f3267e2
- Fixed some /usr/lib leaks into LIBS/LDFLAGS which later on made other
...
configure checks fail (old libs in /usr/lib, new ones in /opt/lib :)
2003-06-14 14:22:13 +00:00