Revision tags: RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2 |
|
#
4d98e9ec |
| 29-Jul-2003 |
Ilia Alshanetsky |
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 f
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.
show more ...
|
#
7f1cf603 |
| 16-Jul-2003 |
Marcus Boerger |
Remove bogus comment (noticed by Zak)
|
Revision tags: php-5.0.0b1 |
|
#
a332df50 |
| 21-Jun-2003 |
Marcus Boerger |
Don't copy the filename when it is not needed
|
#
7eb9fc25 |
| 21-Jun-2003 |
Marcus Boerger |
Store the absolute path of the database file and use that in the external library
|
Revision tags: php-4.3.3RC1 |
|
#
5a3c09c4 |
| 16-Jun-2003 |
Edin Kadribasic |
Fixed win32 build
|
#
ab5b9b91 |
| 13-Jun-2003 |
Andrey Hristov |
proto fixes
|
#
48cc4a7b |
| 12-Jun-2003 |
Marcus Boerger |
Bugfix #2397: dba_open locking error with db3
|
#
f68c7ff2 |
| 10-Jun-2003 |
James Cox |
updating license information in the headers.
|
Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT |
|
#
1778caad |
| 19-May-2003 |
Marcus Boerger |
Fix protos
|
Revision tags: php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2 |
|
#
8a5ba51a |
| 24-Apr-2003 |
Marcus Boerger |
MFB: safe_emalloc()
|
Revision tags: RELEASE_0_6, RELEASE_0_5, init |
|
#
268ffda2 |
| 13-Apr-2003 |
Marcus Boerger |
Reenable dba_popen()
|
#
f14a65c7 |
| 20-Mar-2003 |
Marcus Boerger |
CS
|
Revision tags: php-4.3.2RC1 |
|
#
f5a7a1c0 |
| 04-Mar-2003 |
Marcus Boerger |
Use stream locking support # needs more testing
|
#
238abf8c |
| 04-Mar-2003 |
Marcus Boerger |
fix dba by fixing key_len retrieval
|
#
d7377413 |
| 26-Feb-2003 |
Marcus Boerger |
allow keys as array(group, name) for handler inifile
|
#
8ab1924c |
| 22-Feb-2003 |
Marcus Boerger |
@Added dba handler inifiles to support ini files. (Marcus)
|
Revision tags: php-4.3.1 |
|
#
037986db |
| 31-Jan-2003 |
Marcus Boerger |
Fix proto
|
Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix |
|
#
a7b91019 |
| 18-Jan-2003 |
Ilia Alshanetsky |
Removed pointless memory allocation checks.
|
#
59b37a5c |
| 06-Jan-2003 |
Edin Kadribasic |
Fixed win32 build.
|
#
b506f5c8 |
| 31-Dec-2002 |
Sebastian Bergmann |
Bump year.
|
#
4d2f7207 |
| 30-Dec-2002 |
Marcus Boerger |
Add info function to handlers and return handler info when dba_handlers is called with optional parameter full_info set true.
|
#
a213c717 |
| 30-Dec-2002 |
Marcus Boerger |
2nd part of the patch
|
#
4b9e8fc8 |
| 30-Dec-2002 |
Marcus Boerger |
-better parameter names for DBA_HND macros -remove unnecessary notice
|
#
9b22813c |
| 29-Dec-2002 |
Marcus Boerger |
Add a default handler that makes handler parameter to open functions optional. @Improved dba extension (Marcus) @-Made handler parameter of dba_(p)open() optional. @-Added php.ini opt
Add a default handler that makes handler parameter to open functions optional. @Improved dba extension (Marcus) @-Made handler parameter of dba_(p)open() optional. @-Added php.ini option 'dba.default_handler' to specify a default handler.
show more ...
|
Revision tags: php-4.3.0, php-4.3.0RC4 |
|
#
ddea2a19 |
| 21-Dec-2002 |
Andrei Zmievski |
Alias dba_popen() to dba_open() until persistent STDIO streams are implemented.
|