<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/pgsql/tests, branch php-5.1.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>- bug #36625 fix</title>
<updated>2006-03-13T22:56:20+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2006-03-13T22:56:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=0bcd459300d80e2d4787836eb3cb32ca1761ae38'/>
<id>0bcd459300d80e2d4787836eb3cb32ca1761ae38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- MFH Fix tests</title>
<updated>2005-12-31T17:42:39+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2005-12-31T17:42:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=847954692085d7bdc564a9bc4414fdfefb75c571'/>
<id>847954692085d7bdc564a9bc4414fdfefb75c571</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed test for ZTS</title>
<updated>2005-12-18T14:22:48+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2005-12-18T14:22:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6654b31e26ff1187d6b1b49a2b027034a245e691'/>
<id>6654b31e26ff1187d6b1b49a2b027034a245e691</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- MFH Bug #32223 weird behaviour of pg_last_notice</title>
<updated>2005-11-07T12:57:49+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2005-11-07T12:57:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ae1d56d0982959f036b551b2c0f03231e97c8a2e'/>
<id>ae1d56d0982959f036b551b2c0f03231e97c8a2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- MFH Make test check for PlPgSQL before using it</title>
<updated>2005-10-09T15:58:13+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2005-10-09T15:58:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=91682f88e4d346683b7dc1c79a84a7231eae757e'/>
<id>91682f88e4d346683b7dc1c79a84a7231eae757e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- MFH Add new test</title>
<updated>2005-10-09T15:14:22+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2005-10-09T15:14:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a8c5828ce077fe821e5c079d6adc5f6916107777'/>
<id>a8c5828ce077fe821e5c079d6adc5f6916107777</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(PHP pg_unescape_bytea) Use libpq version of PQunescapeBytea if it exists.</title>
<updated>2005-03-25T06:26:31+00:00</updated>
<author>
<name>Christopher Kings-Lynne</name>
<email>chriskl@php.net</email>
</author>
<published>2005-03-25T06:26:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=030ebaaa458f534871fe62a20fcea7e8ee1d5a57'/>
<id>030ebaaa458f534871fe62a20fcea7e8ee1d5a57</id>
<content type='text'>
# The version in libpq is newer and faster than the one in PHP, but it is
# necessary for me to add a string copy for freeing purposes.  This copy
# is only needed in Windows AFAIK, how can I detect that?

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# The version in libpq is newer and faster than the one in PHP, but it is
# necessary for me to add a string copy for freeing purposes.  This copy
# is only needed in Windows AFAIK, how can I detect that?

</pre>
</div>
</content>
</entry>
<entry>
<title>- Ensure that ext/pgsql tests work when linked against 7.2 or lower libpq</title>
<updated>2005-03-23T03:24:41+00:00</updated>
<author>
<name>Christopher Kings-Lynne</name>
<email>chriskl@php.net</email>
</author>
<published>2005-03-23T03:24:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=63ed4a19965cbc7345acc8afd935ae5412077028'/>
<id>63ed4a19965cbc7345acc8afd935ae5412077028</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak some #if's to be more orthogonal.</title>
<updated>2005-03-22T08:51:23+00:00</updated>
<author>
<name>Christopher Kings-Lynne</name>
<email>chriskl@php.net</email>
</author>
<published>2005-03-22T08:51:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e2b87e6230f617813adf9387f81f8eb8c53f013a'/>
<id>e2b87e6230f617813adf9387f81f8eb8c53f013a</id>
<content type='text'>
(PHP pg_set_error_verbosity) New function to set PostgreSQL error verbosity

(PHP pg_copy_from) Use non-deprecated API if it is available

(PHP pg_copy_to) Use non-deprecated API if it is available

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(PHP pg_set_error_verbosity) New function to set PostgreSQL error verbosity

(PHP pg_copy_from) Use non-deprecated API if it is available

(PHP pg_copy_to) Use non-deprecated API if it is available

</pre>
</div>
</content>
</entry>
<entry>
<title>Two of the diagnostic definitions were added in 8.0.  Add appropriate #ifdefs.</title>
<updated>2005-03-20T02:46:02+00:00</updated>
<author>
<name>Christopher Kings-Lynne</name>
<email>chriskl@php.net</email>
</author>
<published>2005-03-20T02:46:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=721d34bebc88ef88a157e4b7f93a6d75fd7f0ece'/>
<id>721d34bebc88ef88a157e4b7f93a6d75fd7f0ece</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
