<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/dbase, branch php-4.2.3RC2</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/'/>
<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://git.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://git.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://git.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://git.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://git.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://git.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://git.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://git.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>
<entry>
<title>Unified the configure messages.</title>
<updated>2001-11-30T19:00:13+00:00</updated>
<author>
<name>foobar</name>
<email>sniper@php.net</email>
</author>
<published>2001-11-30T19:00:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f1397d533969095577f9d11005015a1291b16568'/>
<id>f1397d533969095577f9d11005015a1291b16568</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* zend_module_entry change: apino, debug and zts are moved first,</title>
<updated>2001-10-11T23:33:59+00:00</updated>
<author>
<name>Stig Bakken</name>
<email>ssb@php.net</email>
</author>
<published>2001-10-11T23:33:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=689252082c2660e2b6fddc674047922d8b2c7845'/>
<id>689252082c2660e2b6fddc674047922d8b2c7845</id>
<content type='text'>
  see README.EXTENSIONS file for upgrade help.
@Introduced extension version numbers (Stig)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  see README.EXTENSIONS file for upgrade help.
@Introduced extension version numbers (Stig)

</pre>
</div>
</content>
</entry>
</feed>
