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
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&
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
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
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
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
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
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
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
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/
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
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
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
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
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
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
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
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'
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
19 matches
Mail list logo