[PHP-CVS] cvs: php-src /ext/dba dba.c

2008-11-07 Thread Alexey Zakhlestin
indeyetsFri Nov 7 12:50:59 2008 UTC Modified files: /php-src/ext/dbadba.c Log: MFB: new parameter-parsing API http://cvs.php.net/viewvc.cgi/php-src/ext/dba/dba.c?r1=1.128r2=1.129diff_format=u Index: php-src/ext/dba/dba.c diff -u

[PHP-CVS] cvs: php-src /ext/dba dba.c dba_db4.c /ext/dba/tests dba_db4.phpt

2008-06-19 Thread Christopher Jones
sixdThu Jun 19 22:39:04 2008 UTC Modified files: /php-src/ext/dbadba.c dba_db4.c /php-src/ext/dba/tests dba_db4.phpt Log: Fix bug #45266 (Fix build with BDB 4) Fix bug #45267 (Revert invalid assumption about BDB 4 locking; let DBA handle

[PHP-CVS] cvs: php-src /ext/dba dba.c /ext/mhash mhash.c /ext/session session.c /ext/shmop shmop.c /ext/standard basic_functions.c /ext/xmlwriter php_xmlwriter.c /ext/zip php_zip.c

2006-10-07 Thread Hannes Magnusson
bjori Sat Oct 7 22:55:19 2006 UTC Modified files: /php-src/ext/sessionsession.c /php-src/ext/mhash mhash.c /php-src/ext/dbadba.c /php-src/ext/shmop shmop.c /php-src/ext/standard basic_functions.c /php-src/ext/xmlwriter

[PHP-CVS] cvs: php-src /ext/dba dba.c /ext/dba/libinifile inifile.c

2006-07-06 Thread Ilia Alshanetsky
iliaa Thu Jul 6 23:13:42 2006 UTC Modified files: /php-src/ext/dbadba.c /php-src/ext/dba/libinifile inifile.c Log: MFB: E_ERROR E_RECOVERABLE_ERROR http://cvs.php.net/viewvc.cgi/php-src/ext/dba/dba.c?r1=1.120r2=1.121diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/dba dba.c

2005-12-05 Thread Jani Taskinen
sniper Mon Dec 5 17:43:05 2005 EDT Modified files: /php-src/ext/dbadba.c Log: - Do not use the PHP3 era names http://cvs.php.net/diff.php/php-src/ext/dba/dba.c?r1=1.112r2=1.113ty=u Index: php-src/ext/dba/dba.c diff -u php-src/ext/dba/dba.c:1.112

[PHP-CVS] cvs: php-src /ext/dba dba.c dba_db4.c /ext/dba/tests dba_db4.phpt dba_handler.inc

2005-11-20 Thread Marcus Boerger
helly Sun Nov 20 07:39:05 2005 EDT Modified files: /php-src/ext/dbadba.c dba_db4.c /php-src/ext/dba/tests dba_db4.phpt dba_handler.inc Log: - Do locking in lib rather then on streams

[PHP-CVS] cvs: php-src /ext/dba dba.c dba_flatfile.c php_dba.h /ext/dba/libinifile inifile.c

2003-12-18 Thread Marcus Boerger
helly Thu Dec 18 15:14:16 2003 EDT Modified files: /php-src/ext/dbadba.c dba_flatfile.c php_dba.h /php-src/ext/dba/libinifile inifile.c Log: Centralize ability to drop APPEND flag. This probably fixes some ini file issues. Index:

[PHP-CVS] cvs: php-src /ext/dba dba.c dba_flatfile.c

2003-12-14 Thread Marcus Boerger
helly Sun Dec 14 17:08:19 2003 EDT Modified files: /php-src/ext/dbadba.c dba_flatfile.c Log: - Fix Bug #26304 Unexpected data loss when opening dba file - Correct handling for flatfile handler Index: php-src/ext/dba/dba.c diff -u

[PHP-CVS] cvs: php-src /ext/dba dba.c

2003-11-13 Thread Marcus Boerger
helly Thu Nov 13 14:08:42 2003 EDT Modified files: /php-src/ext/dbadba.c Log: Proto fixes (Friedhelm Betz holliwell|gmx.net) Index: php-src/ext/dba/dba.c diff -u php-src/ext/dba/dba.c:1.102 php-src/ext/dba/dba.c:1.103 --- php-src/ext/dba/dba.c:1.102

[PHP-CVS] cvs: php-src /ext/dba dba.c php_dba.h

2003-11-12 Thread Marcus Boerger
helly Wed Nov 12 16:43:04 2003 EDT Modified files: /php-src/ext/dbadba.c php_dba.h Log: Add helper function that splits inifile keys into an array which again can be used in dba_fetch calls. Index: php-src/ext/dba/dba.c diff -u

[PHP-CVS] cvs: php-src /ext/dba dba.c

2003-08-28 Thread Ilia Alshanetsky
iliaa Thu Aug 28 13:56:42 2003 EDT Modified files: /php-src/ext/dbadba.c Log: Fixed format error. Index: php-src/ext/dba/dba.c diff -u php-src/ext/dba/dba.c:1.99 php-src/ext/dba/dba.c:1.100 --- php-src/ext/dba/dba.c:1.99 Sun Aug 17 13:14:11 2003 +++

[PHP-CVS] cvs: php-src /ext/dba dba.c

2003-08-17 Thread Marcus Boerger
helly Sun Aug 17 13:14:11 2003 EDT Modified files: /php-src/ext/dbadba.c Log: Fix warning Index: php-src/ext/dba/dba.c diff -u php-src/ext/dba/dba.c:1.98 php-src/ext/dba/dba.c:1.99 --- php-src/ext/dba/dba.c:1.98 Tue Jul 29 14:26:34 2003 +++

[PHP-CVS] cvs: php-src /ext/dba dba.c /ext/standard file.c /main php_streams.h /main/streams streams.c

2003-07-29 Thread Ilia Alshanetsky
iliaa Tue Jul 29 14:26:34 2003 EDT Modified files: /php-src/main/streams streams.c /php-src/main php_streams.h /php-src/ext/standard file.c /php-src/ext/dbadba.c Log: Finalize the closing process of persistent streams. The