<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/pgsql, branch PHP-5</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'PHP_5'.</title>
<updated>2003-02-27T17:43:39+00:00</updated>
<author>
<name>SVN Migration</name>
<email>svn@php.net</email>
</author>
<published>2003-02-27T17:43:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=078bcec0997ad0e07b720c43cc9e6d0e046a75ab'/>
<id>078bcec0997ad0e07b720c43cc9e6d0e046a75ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove C++-style comment.  (Breaks Sun Forte compiler.)</title>
<updated>2003-02-20T21:48:58+00:00</updated>
<author>
<name>Justin Erenkrantz</name>
<email>jerenkrantz@php.net</email>
</author>
<published>2003-02-20T21:48:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=9d89ef32956e1e5593d22232a5a0eaa5015343c1'/>
<id>9d89ef32956e1e5593d22232a5a0eaa5015343c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug: #22306 (pg_lo_seek($h, 0, PGSQL_SEEK_SET) succeeds but returns false)</title>
<updated>2003-02-20T07:10:07+00:00</updated>
<author>
<name>foobar</name>
<email>sniper@php.net</email>
</author>
<published>2003-02-20T07:10:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=0f593f899f6b6839163a88f2a83edc273678d585'/>
<id>0f593f899f6b6839163a88f2a83edc273678d585</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct the spelling of 'supported'.</title>
<updated>2003-02-10T15:46:47+00:00</updated>
<author>
<name>Jon Parise</name>
<email>jon@php.net</email>
</author>
<published>2003-02-10T15:46:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=1b8755994e2974b8693037159de90ca70c1eab2e'/>
<id>1b8755994e2974b8693037159de90ca70c1eab2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed one more improper row offset handling.</title>
<updated>2003-02-09T07:50:16+00:00</updated>
<author>
<name>Yasuo Ohgaki</name>
<email>yohgaki@php.net</email>
</author>
<published>2003-02-09T07:50:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=7f81a4a62f97e5f848c4f3ad51f95beaa92ef37a'/>
<id>7f81a4a62f97e5f848c4f3ad51f95beaa92ef37a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed improper result offset handling.</title>
<updated>2003-02-09T07:24:18+00:00</updated>
<author>
<name>Yasuo Ohgaki</name>
<email>yohgaki@php.net</email>
</author>
<published>2003-02-09T07:24:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=ac16adae0a8eb34721124167196a26857801c58c'/>
<id>ac16adae0a8eb34721124167196a26857801c58c</id>
<content type='text'>
Prevent error when connection is broken. (optional)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prevent error when connection is broken. (optional)

</pre>
</div>
</content>
</entry>
<entry>
<title>Made the row parameter in pg_result_seek() non-optional, the current</title>
<updated>2003-02-04T18:34:00+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2003-02-04T18:34:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=a89a651a46b87f39e5e966db0561cd4e6810f836'/>
<id>a89a651a46b87f39e5e966db0561cd4e6810f836</id>
<content type='text'>
implementation would result in random behavior if the 2nd argument is not
passed.
Fixed bug #22042 (pg_result_seek() would never seek to the 1st row in the
result due to always seeking to row next to the one requested).
Removed dead code from pg_result_seek().

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
implementation would result in random behavior if the 2nd argument is not
passed.
Fixed bug #22042 (pg_result_seek() would never seek to the 1st row in the
result due to always seeking to row next to the one requested).
Removed dead code from pg_result_seek().

</pre>
</div>
</content>
</entry>
<entry>
<title>Removed pointless memory allocation checks.</title>
<updated>2003-01-18T19:28:10+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2003-01-18T19:28:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=72b356c1bccb511e9a3414cbfe6ff25b5a20b91f'/>
<id>72b356c1bccb511e9a3414cbfe6ff25b5a20b91f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed proto</title>
<updated>2003-01-15T10:21:15+00:00</updated>
<author>
<name>Yasuo Ohgaki</name>
<email>yohgaki@php.net</email>
</author>
<published>2003-01-15T10:21:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=345ada81c8e5f89ff831793e8b996460e7732957'/>
<id>345ada81c8e5f89ff831793e8b996460e7732957</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed #ifdef NetWare and made the necessary changes in the directory structure of NetWare.</title>
<updated>2003-01-06T10:28:34+00:00</updated>
<author>
<name>Anantha Kesari H Y</name>
<email>hyanantha@php.net</email>
</author>
<published>2003-01-06T10:28:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=b3d80fe441208a05e729257f4149a8630277d632'/>
<id>b3d80fe441208a05e729257f4149a8630277d632</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
