<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/interbase/php_interbase.h, branch php-4.0.2</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>- Made Interbase compile under Win32, cleaned warnings</title>
<updated>2000-07-17T20:51:47+00:00</updated>
<author>
<name>Zeev Suraski</name>
<email>zeev@php.net</email>
</author>
<published>2000-07-17T20:51:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1237a33c790a847cd2ec12aeac133780d0369ac6'/>
<id>1237a33c790a847cd2ec12aeac133780d0369ac6</id>
<content type='text'>
@- Added Win32 project for the Interbase module (Zeev)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
@- Added Win32 project for the Interbase module (Zeev)

</pre>
</div>
</content>
</entry>
<entry>
<title>- Move away from encoding transaction number into link_id and use properly</title>
<updated>2000-07-07T12:06:05+00:00</updated>
<author>
<name>Jouni Ahto</name>
<email>jah@php.net</email>
</author>
<published>2000-07-07T12:06:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=99c6e63e66e7a24f62061f5882430109132a5fde'/>
<id>99c6e63e66e7a24f62061f5882430109132a5fde</id>
<content type='text'>
  resources instead for both.
- Some cleaning.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  resources instead for both.
- Some cleaning.

</pre>
</div>
</content>
</entry>
<entry>
<title>- First try at getting interbase to compile and work in ZTS-mode. Compiles.</title>
<updated>2000-07-05T04:21:00+00:00</updated>
<author>
<name>Jouni Ahto</name>
<email>jah@php.net</email>
</author>
<published>2000-07-05T04:21:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ec62b2d1cd4ae4a0cc79d94aaa8677dcb750d255'/>
<id>ec62b2d1cd4ae4a0cc79d94aaa8677dcb750d255</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename macros which begin with underscore to appropiate macros. The general</title>
<updated>2000-07-03T00:41:19+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2000-07-03T00:41:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=cd754d7825924708ac00aef2e9c9f17d8e2f037c'/>
<id>cd754d7825924708ac00aef2e9c9f17d8e2f037c</id>
<content type='text'>
rule is:

	macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'`

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rule is:

	macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'`

</pre>
</div>
</content>
</entry>
<entry>
<title>- Close cursor immediately before reuse so that calling ibase_free_result is</title>
<updated>2000-06-24T16:24:29+00:00</updated>
<author>
<name>Jouni Ahto</name>
<email>jah@php.net</email>
</author>
<published>2000-06-24T16:24:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8f1ff9e85e7b717ea896a7ad4220e11f8980cfe1'/>
<id>8f1ff9e85e7b717ea896a7ad4220e11f8980cfe1</id>
<content type='text'>
  not necessary anymore. Seems to also prevent a a situation where at request
  shutdown cursor was first dropped and tried to close it afterwards when
  all the resources were not manually freed, and could occasionally segfault.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  not necessary anymore. Seems to also prevent a a situation where at request
  shutdown cursor was first dropped and tried to close it afterwards when
  all the resources were not manually freed, and could occasionally segfault.

</pre>
</div>
</content>
</entry>
<entry>
<title>- Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows</title>
<updated>2000-06-10T08:48:01+00:00</updated>
<author>
<name>Andi Gutmans</name>
<email>andi@php.net</email>
</author>
<published>2000-06-10T08:48:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a9d4cf90237f9ac0d859f2c8f5203cfa4b7c807e'/>
<id>a9d4cf90237f9ac0d859f2c8f5203cfa4b7c807e</id>
<content type='text'>
- need to define both COMPILE_DL_MODULE and HAVE_MODULE=1

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- need to define both COMPILE_DL_MODULE and HAVE_MODULE=1

</pre>
</div>
</content>
</entry>
<entry>
<title>Update the license with the new clause 6</title>
<updated>2000-05-18T15:34:45+00:00</updated>
<author>
<name>Zeev Suraski</name>
<email>zeev@php.net</email>
</author>
<published>2000-05-18T15:34:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e043439ff61535bf6994d55a5056ff8b29b9828e'/>
<id>e043439ff61535bf6994d55a5056ff8b29b9828e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed ibase_num_fields to use high-performance api (which fixed a *very*</title>
<updated>2000-05-12T08:37:03+00:00</updated>
<author>
<name>Jouni Ahto</name>
<email>jah@php.net</email>
</author>
<published>2000-05-12T08:37:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4132ec828dd9df2bdbf90f388c11547b0b3b5280'/>
<id>4132ec828dd9df2bdbf90f388c11547b0b3b5280</id>
<content type='text'>
obscure bug).

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
obscure bug).

</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed all (?) remaining issues with InterBase 6 datatypes, especially</title>
<updated>2000-05-12T03:02:14+00:00</updated>
<author>
<name>Jouni Ahto</name>
<email>jah@php.net</email>
</author>
<published>2000-05-12T03:02:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=fc5daee43465ef8fccfbfeedf0a2f317e7adaf21'/>
<id>fc5daee43465ef8fccfbfeedf0a2f317e7adaf21</id>
<content type='text'>
with timestamp, date and time.
Incombatible change: renamed constant IBASE_TIMESTAMP to IBASE_UNIXTIME.
Incompatible change: renamed configuration directive ibase.timeformat
to ibase.timestampformat.
Added constants IBASE_TIMESTAMP, IBASE_DATE, IBASE_TIME.
Added configuration directives ibase.dateformat and ibase.timeformat.
ibase_timefmt() now takes an optional second argument specifying which
format to change, default is IBASE_TIMESTAMP (for even a little backwards
compatibility).

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
with timestamp, date and time.
Incombatible change: renamed constant IBASE_TIMESTAMP to IBASE_UNIXTIME.
Incompatible change: renamed configuration directive ibase.timeformat
to ibase.timestampformat.
Added constants IBASE_TIMESTAMP, IBASE_DATE, IBASE_TIME.
Added configuration directives ibase.dateformat and ibase.timeformat.
ibase_timefmt() now takes an optional second argument specifying which
format to change, default is IBASE_TIMESTAMP (for even a little backwards
compatibility).

</pre>
</div>
</content>
</entry>
<entry>
<title>Support (partially) the new datatypes in InterBase 6.</title>
<updated>2000-05-09T20:30:23+00:00</updated>
<author>
<name>Jouni Ahto</name>
<email>jah@php.net</email>
</author>
<published>2000-05-09T20:30:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b826d6a43d857113f2d57c55cee2d84f6c0ff0ea'/>
<id>b826d6a43d857113f2d57c55cee2d84f6c0ff0ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
