<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/dbase, branch php-4.3.0dev</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>the 'setup' script was removed more than two years ago.</title>
<updated>2002-03-16T00:21:40+00:00</updated>
<author>
<name>jim winstead</name>
<email>jimw@php.net</email>
</author>
<published>2002-03-16T00:21:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=d3400b2b5f065c9fcef9d655afd4c1c81e7a2c18'/>
<id>d3400b2b5f065c9fcef9d655afd4c1c81e7a2c18</id>
<content type='text'>
these can be safely removed from the 4.2 branch, too.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
these can be safely removed from the 4.2 branch, too.

</pre>
</div>
</content>
</entry>
<entry>
<title>extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed</title>
<updated>2002-03-12T16:44:00+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2002-03-12T16:44:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=5cba3a99c207c338b70e8bca7d434c975e5c5a4a'/>
<id>5cba3a99c207c338b70e8bca7d434c975e5c5a4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Killing compiler warning</title>
<updated>2002-03-05T00:28:20+00:00</updated>
<author>
<name>Frank M. Kromann</name>
<email>fmk@php.net</email>
</author>
<published>2002-03-05T00:28:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=5f4fe6255e4703fe1d6347eee3a73dcc955d20c9'/>
<id>5f4fe6255e4703fe1d6347eee3a73dcc955d20c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Making dbase compule under WIn32</title>
<updated>2002-03-05T00:28:07+00:00</updated>
<author>
<name>Frank M. Kromann</name>
<email>fmk@php.net</email>
</author>
<published>2002-03-05T00:28:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=68caa643285143fbccb51b6eaf4f15b699c79fe5'/>
<id>68caa643285143fbccb51b6eaf4f15b699c79fe5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Maintain headers.</title>
<updated>2002-02-28T08:29:35+00:00</updated>
<author>
<name>Sebastian Bergmann</name>
<email>sebastian@php.net</email>
</author>
<published>2002-02-28T08:29:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=90613d2282e4863630b2facc023af175dd973311'/>
<id>90613d2282e4863630b2facc023af175dd973311</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Now dbase_pack() actually truncates the resulting .dbf file to the right</title>
<updated>2001-12-31T12:52:34+00:00</updated>
<author>
<name>Vlad Krupin</name>
<email>vlad@php.net</email>
</author>
<published>2001-12-31T12:52:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=543077d9153900fc13b00829bba7e345459175f0'/>
<id>543077d9153900fc13b00829bba7e345459175f0</id>
<content type='text'>
size (possibly fixing bug #6852 #3).
@Make dbase_pack() truncate the file to the right size. (Vlad)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
size (possibly fixing bug #6852 #3).
@Make dbase_pack() truncate the file to the right size. (Vlad)

</pre>
</div>
</content>
</entry>
<entry>
<title>Verified and fixed bug 6852 #2. Now memo fields are 10 butes long, not 9.</title>
<updated>2001-12-31T10:23:30+00:00</updated>
<author>
<name>Vlad Krupin</name>
<email>vlad@php.net</email>
</author>
<published>2001-12-31T10:23:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=2f0cd79621ffc21f9fd1aa50d6eb497a1f59b879'/>
<id>2f0cd79621ffc21f9fd1aa50d6eb497a1f59b879</id>
<content type='text'>
That does not seem to affect how the code works except when creating a new
structure, in which case 'M' fields used to get created with size 9.
@Fixed bug 6852 #2. Mem fields are now 10 bytesin size, not 9. (Vlad)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
That does not seem to affect how the code works except when creating a new
structure, in which case 'M' fields used to get created with size 9.
@Fixed bug 6852 #2. Mem fields are now 10 bytesin size, not 9. (Vlad)

</pre>
</div>
</content>
</entry>
<entry>
<title>Verified and fixed bug 6852 #1. No more null byte after terminating 0x0D.</title>
<updated>2001-12-31T09:13:08+00:00</updated>
<author>
<name>Vlad Krupin</name>
<email>vlad@php.net</email>
</author>
<published>2001-12-31T09:13:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=431c1f1d310dea4f400e8dd12292ecb61a16724a'/>
<id>431c1f1d310dea4f400e8dd12292ecb61a16724a</id>
<content type='text'>
Verified that the problem is real when creating new files and writing
a record. Both fixed and old versions seem to be able to somehow read
and write already existing files properly though.
@Fixed bug 6852 #1. No more null byte after terminating 0x0D. (Vlad)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Verified that the problem is real when creating new files and writing
a record. Both fixed and old versions seem to be able to somehow read
and write already existing files properly though.
@Fixed bug 6852 #1. No more null byte after terminating 0x0D. (Vlad)

</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #5993. Now if the result returned from a database is bigger</title>
<updated>2001-12-14T04:22:01+00:00</updated>
<author>
<name>Vlad Krupin</name>
<email>vlad@php.net</email>
</author>
<published>2001-12-14T04:22:01+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=fb8c06324948c88368d7de5c9033515a49ee2117'/>
<id>fb8c06324948c88368d7de5c9033515a49ee2117</id>
<content type='text'>
than a long, dbase_get_record() and dbase_get_record_with_names() will
return a string instead.
# Need to update documentation to reflect that change
@ Fixed problem with dbase not returning very large (larger than long)
@ integers properly. (Vlad)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
than a long, dbase_get_record() and dbase_get_record_with_names() will
return a string instead.
# Need to update documentation to reflect that change
@ Fixed problem with dbase not returning very large (larger than long)
@ integers properly. (Vlad)

</pre>
</div>
</content>
</entry>
<entry>
<title>Update headers.</title>
<updated>2001-12-11T15:32:16+00:00</updated>
<author>
<name>Sebastian Bergmann</name>
<email>sebastian@php.net</email>
</author>
<published>2001-12-11T15:32:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=38933514e1d60ac2f93225a705ed36b5b23d4e45'/>
<id>38933514e1d60ac2f93225a705ed36b5b23d4e45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
