| a2045ff |
|
01-Jan-2013 |
Xinchen Hui <laruence@php.net> |
Happy New Year~
/PHP_5_3/ext/dba/libinifile/inifile.c
|
| d64d9e3 |
|
05-Sep-2012 |
Xinchen Hui <laruence@php.net> |
year++
/PHP_5_3/ext/dba/libinifile/inifile.c
|
| f7b10ab |
|
20-Mar-2012 |
David Soria Parra <dsp@php.net> |
Replace $Revision$ with $Id$ in keyword expansion enable files
/PHP_5_3/ext/dba/libinifile/inifile.c
|
| 9ba1e81 |
|
03-Jan-2010 |
Sebastian Bergmann <sebastian@php.net> |
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
/PHP_5_3/ext/dba/libinifile/inifile.c
|
| 08659c2 |
|
31-Dec-2008 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump copyright year, 3 of 3.
/PHP_5_3/ext/dba/libinifile/inifile.c
|
| 9c9b5b3 |
|
13-Nov-2008 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed a bug inside dba_replace() that could cause file truncation with invalid keys
/PHP_5_3/ext/dba/libinifile/inifile.c
|
| d1dded8 |
|
31-Dec-2007 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump copyright year, 2 of 2.
/PHP_5_3/ext/dba/libinifile/inifile.c
|
| 18548c1 |
|
01-Jan-2007 |
Ilia Alshanetsky <iliaa@php.net> |
fixed compiler warnings
/PHP_5_3/ext/dba/libinifile/inifile.c
|
| 4223aa4 |
|
01-Jan-2007 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump year.
/PHP_5_3/ext/dba/libinifile/inifile.c
|
| 89635eb |
|
06-Jul-2006 |
Ilia Alshanetsky <iliaa@php.net> |
E_ERROR > E_RECOVERABLE_ERROR
/PHP_5_3/ext/dba/libinifile/inifile.c
|
| 5bd9322 |
|
01-Jan-2006 |
foobar <sniper@php.net> |
bump year and license version
/PHP_5_3/ext/dba/libinifile/inifile.c
|
| 23e671a |
|
03-Aug-2005 |
foobar <sniper@php.net> |
- Bumber up year
/PHP_5_3/ext/dba/libinifile/inifile.c
|
| dbeb415 |
|
08-Jan-2004 |
Andi Gutmans <andi@php.net> |
- A belated happy holidays and PHP 5
/PHP_5_3/ext/dba/libinifile/inifile.c
|
| 0283b50 |
|
18-Dec-2003 |
Marcus Boerger <helly@php.net> |
Centralize ability to drop APPEND flag. This probably fixes some ini file issues.
/PHP_5_3/ext/dba/libinifile/inifile.c
|
| fb37c43 |
|
17-Dec-2003 |
Marcus Boerger <helly@php.net> |
Fix warnings
/PHP_5_3/ext/dba/libinifile/inifile.c
|
| 620bf0c |
|
14-Dec-2003 |
Marcus Boerger <helly@php.net> |
Not needed
/PHP_5_3/ext/dba/libinifile/inifile.c
|
| bade2e7 |
|
07-Dec-2003 |
foobar <sniper@php.net> |
Remove unnecessary #include
/PHP_5_3/ext/dba/libinifile/inifile.c
|
| a86eff2 |
|
16-Jul-2003 |
Marcus Boerger <helly@php.net> |
Fix handling of empty settings
/PHP_5_3/ext/dba/libinifile/inifile.c
|
| f68c7ff |
|
10-Jun-2003 |
James Cox <imajes@php.net> |
updating license information in the headers.
/PHP_5_3/ext/dba/libinifile/inifile.c
|
| fd61f69 |
|
27-Feb-2003 |
Wez Furlong <wez@php.net> |
Another big commit (tm). Main Changes: - Implement a socket transport layer for use by all code that needs to open some kind of "special" socket for network or IPC. - Extensions can register (and override) transports. - Implement ftruncate() on streams via the ioctl-alike option interface. - Implement mmap() on streams via the ioctl-alike option interface. - Implement generic crypto API via the ioctl-alike option interface. (currently only supports OpenSSL, but could support other SSL toolkits, and other crypto transport protocols). Impact: - tcp sockets can be overloaded by the openssl capable sockets at runtime, removing the link-time requirement for ssl:// and https:// sockets and streams. - checking stream types using PHP_STREAM_IS_SOCKET is deprecated, since there are now a range of possible socket-type streams. Working towards: - socket servers using the new transport layer - mmap support under win32 - Cleaner code. # I will be updating the win32 build to add the new files shortly # after this commit.
/PHP_5_3/ext/dba/libinifile/inifile.c
|
| 6fd9c32 |
|
26-Feb-2003 |
Marcus Boerger <helly@php.net> |
if skip param of dba_fetch is -1 stop do not restart search after last element
/PHP_5_3/ext/dba/libinifile/inifile.c
|
| fbe7e1d |
|
22-Feb-2003 |
Marcus Boerger <helly@php.net> |
Dropped optimization # It is impossible to combine skip=-1 searches with firstkey/nextkey results
/PHP_5_3/ext/dba/libinifile/inifile.c
|
| c0e9bd0 |
|
22-Feb-2003 |
Marcus Boerger <helly@php.net> |
INI files are case insensitive
/PHP_5_3/ext/dba/libinifile/inifile.c
|
| fef5b7c |
|
22-Feb-2003 |
Marcus Boerger <helly@php.net> |
Remove testcode
/PHP_5_3/ext/dba/libinifile/inifile.c
|
| 8ab1924 |
|
22-Feb-2003 |
Marcus Boerger <helly@php.net> |
@Added dba handler inifiles to support ini files. (Marcus)
/PHP_5_3/ext/dba/libinifile/inifile.c
|