php-src/ext/dba
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
..
libcdb updating license information in the headers. 2003-06-10 20:04:29 +00:00
libflatfile updating license information in the headers. 2003-06-10 20:04:29 +00:00
libinifile Fix handling of empty settings 2003-07-16 20:53:17 +00:00
tests Allow the extension to reside elsewhere 2003-06-19 15:48:06 +00:00
config.m4 - Fixed some /usr/lib leaks into LIBS/LDFLAGS which later on made other 2003-06-14 14:22:13 +00:00
CREDITS incorporate cdb-0.75 as suggested by D. J. Bernstein 2002-11-04 17:53:04 +00:00
dba_cdb.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
dba_db2.c Fix open mode (noticed by FutureQuest, Inc.) 2003-07-03 11:17:34 +00:00
dba_db3.c Fix open mode (noticed by FutureQuest, Inc.) 2003-07-03 11:17:34 +00:00
dba_db4.c Fix open mode (noticed by FutureQuest, Inc.) 2003-07-03 11:17:34 +00:00
dba_dbm.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
dba_flatfile.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
dba_gdbm.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
dba_inifile.c Fix possible SEGV 2003-06-22 15:53:50 +00:00
dba_ndbm.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
dba.c Finalize the closing process of persistent streams. The current 2003-07-29 18:26:34 +00:00
dba.dsp No need to declare functions used internally by DBA as PHPAPI. This 2002-11-19 01:06:42 +00:00
install_cdb.sh incorporate cdb-0.75 as suggested by D. J. Bernstein 2002-11-04 17:53:04 +00:00
php_cdb.h Change header protection macros to conform to standard. 2000-07-02 23:46:51 +00:00
php_db2.h Change header protection macros to conform to standard. 2000-07-02 23:46:51 +00:00
php_db3.h Change header protection macros to conform to standard. 2000-07-02 23:46:51 +00:00
php_db4.h Add Berkeley db4 support 2002-11-26 12:05:59 +00:00
php_dba.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_dbm.h Change header protection macros to conform to standard. 2000-07-02 23:46:51 +00:00
php_flatfile.h move newly introduced flatfile support from dbm to new flatfile handler 2002-11-06 04:16:18 +00:00
php_gdbm.h Change header protection macros to conform to standard. 2000-07-02 23:46:51 +00:00
php_inifile.h @Added dba handler inifiles to support ini files. (Marcus) 2003-02-22 17:20:06 +00:00
php_ndbm.h Change header protection macros to conform to standard. 2000-07-02 23:46:51 +00:00