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

2008-01-24 Thread Sara Golemon
pollita Thu Jan 24 10:27:59 2008 UTC Modified files: /php-src/ext/dbase dbase.c Log: Fix potential crash when non-array is used optimisticly http://cvs.php.net/viewvc.cgi/php-src/ext/dbase/dbase.c?r1=1.90&r2=1.91&diff_format=u Index: php-src/ext/dbase/dbase.c d

[PHP-CVS] cvs: php-src /ext/dbase dbase.c /ext/dbase/tests 001.phpt 002.phpt

2007-02-25 Thread Antony Dovgal
tony2001Sun Feb 25 23:16:32 2007 UTC Modified files: /php-src/ext/dbase dbase.c /php-src/ext/dbase/tests001.phpt 002.phpt Log: do not allow db without fields fix test http://cvs.php.net/viewvc.cgi/php-src/ext/dbase/dbase.c?r1=1.87&r2=1.88&

[PHP-CVS] cvs: php-src /ext/dbase dbase.c /ext/dbase/tests 002.phpt

2006-12-01 Thread Ilia Alshanetsky
iliaa Fri Dec 1 19:10:59 2006 UTC Modified files: /php-src/ext/dbase dbase.c /php-src/ext/dbase/tests002.phpt Log: MFB: Fixed a possible memory corruption in dbase_open() with invalid open mode http://cvs.php.net/viewvc.cgi/php-src/ext/dbase/db

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

2006-11-22 Thread Ilia Alshanetsky
iliaa Wed Nov 22 17:30:52 2006 UTC Modified files: /php-src/ext/dbase dbase.c Log: MFB: Fixed a possible crash in dbase_open() on empty filename. http://cvs.php.net/viewvc.cgi/php-src/ext/dbase/dbase.c?r1=1.84&r2=1.85&diff_format=u Index: php-src/ext/dbase

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

2006-10-10 Thread Antony Dovgal
tony2001Tue Oct 10 23:00:48 2006 UTC Modified files: /php-src/ext/dbase dbase.c Log: access mode for dbase_open() cannot be < 0 http://cvs.php.net/viewvc.cgi/php-src/ext/dbase/dbase.c?r1=1.83&r2=1.84&diff_format=u Index: php-src/ext/dbase/dbase.c dif

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

2006-08-08 Thread Michael Wallner
mikeTue Aug 8 15:53:54 2006 UTC Modified files: /php-src/ext/dbase dbase.c dbf_head.c Log: - implement #38357 (dbase_open can't open DBase 3 dbf file) http://cvs.php.net/viewvc.cgi/php-src/ext/dbase/dbase.c?r1=1.82&r2=1.83&diff_format=u Index: php-src/e

[PHP-CVS] cvs: php-src /ext/dbase dbase.c /ext/dbase/tests 001.phpt

2006-07-12 Thread Antony Dovgal
tony2001Wed Jul 12 13:17:25 2006 UTC Modified files: /php-src/ext/dbase dbase.c /php-src/ext/dbase/tests001.phpt Log: restore missing check and prevent segfaulting MFB and add test http://cvs.php.net/viewvc.cgi/php-src/ext/dbase/dbase.c?r1

[PHP-CVS] cvs: php-src /ext/dbase dbase.c /ext/dbase/tests bug31754.phpt

2005-02-04 Thread Derick Rethans
derick Fri Feb 4 09:28:50 2005 EDT Added files: /php-src/ext/dbase/testsbug31754.phpt Modified files: /php-src/ext/dbase dbase.c Log: - Fixed bug #31754 (dbase_open() fails for mode = 1). (Mehdi, Derick) http://cvs.php.net/diff

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

2003-11-27 Thread Uwe Steinmann
steinm Thu Nov 27 06:32:06 2003 EDT Modified files: /php-src/ext/dbase dbase.c Log: - set precision to 0 unless the field is of type N or I Index: php-src/ext/dbase/dbase.c diff -u php-src/ext/dbase/dbase.c:1.70 php-src/ext/dbase/dbase.c:1.71 --- php-src/ext/d

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

2003-10-14 Thread Uwe Steinmann
steinm Tue Oct 14 03:49:35 2003 EDT Modified files: /php-src/ext/dbase dbase.c Log: - limit writing of field data to field len + 1 This fixed many memory overrun errors which appeared in several scripts when writing a record. Index: php-src/ext/

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

2003-09-21 Thread Uwe Steinmann
steinm Sun Sep 21 09:17:20 2003 EDT Modified files: /php-src/ext/dbase dbase.c Log: - fixed typo in error message Index: php-src/ext/dbase/dbase.c diff -u php-src/ext/dbase/dbase.c:1.68 php-src/ext/dbase/dbase.c:1.69 --- php-src/ext/dbase/dbase.c:1.68 Thu

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

2003-07-31 Thread Jani Taskinen
sniper Thu Jul 31 14:28:48 2003 EDT Modified files: /php-src/ext/dbase dbase.c Log: - Removed the unnecessary check of array_init() return value. Index: php-src/ext/dbase/dbase.c diff -u php-src/ext/dbase/dbase.c:1.66 php-src/ext/dbase/dbase.c:1.67 --- php-src

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

2003-07-16 Thread Sterling Hughes
woops :) -Sterling On Wed, 2003-07-16 at 10:06, Derick Rethans wrote: > On Wed, 16 Jul 2003, Sterling Hughes wrote: > > > Right, and if they change, then old code doesn't work. > > There is NO old code... this was added yesterday. > > Derick -- There is no safe investment. To love at all is

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

2003-07-16 Thread Derick Rethans
On Wed, 16 Jul 2003, Sterling Hughes wrote: > Right, and if they change, then old code doesn't work. There is NO old code... this was added yesterday. Derick -- "Interpreting what the GPL actually means is a job best left to those that read the future by examining animal en

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

2003-07-16 Thread Sterling Hughes
Right, and if they change, then old code doesn't work. Function names are just elements within an associative array after all ;-) -Sterling On Wed, 2003-07-16 at 09:54, Derick Rethans wrote: > On Wed, 16 Jul 2003, Sterling Hughes wrote: > > > Why create such names? Where is the advantage? If

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

2003-07-16 Thread Derick Rethans
On Wed, 16 Jul 2003, Sterling Hughes wrote: > Why create such names? Where is the advantage? If you are going to > change it, please just make them aliases, so you can use either. uhm? Those were just names for the keys of the elements in an associative array... Derick -- "Interpreting what

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

2003-07-16 Thread Sterling Hughes
Why create such names? Where is the advantage? If you are going to change it, please just make them aliases, so you can use either. -Sterling On Wed, 2003-07-16 at 07:08, Zak Greant wrote: > zak Wed Jul 16 07:08:03 2003 EDT > > Modified files: > /php-src/ext/dbase

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

2003-07-16 Thread Zak Greant
zak Wed Jul 16 07:08:03 2003 EDT Modified files: /php-src/ext/dbase dbase.c Log: Created shorter/sensible key names for dbase_get_header_info * 'decimal places' becomes 'precision' * 'printf format' becomes 'format' * 'record offset' becomes 'offset'

[PHP-CVS] cvs: php-src /ext/dbase dbase.c php_dbase.h

2003-07-15 Thread Zak Greant
zak Tue Jul 15 14:19:51 2003 EDT Modified files: /php-src/ext/dbase php_dbase.h dbase.c Log: Added function dbase_get_header_info * Passed a handle for an open dbase database, it returns an array of associative arrays. Each associative array contains