<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/pgsql/tests, branch php-5.4.19</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>Fixed bug #65047 (Test skip on client / server version)</title>
<updated>2013-06-19T09:48:03+00:00</updated>
<author>
<name>Matteo Beccati</name>
<email>mbeccati@php.net</email>
</author>
<published>2013-06-19T09:46:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c666239265048abd3cc0b2c48493a5db1eacc28e'/>
<id>c666239265048abd3cc0b2c48493a5db1eacc28e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove broken client version checking</title>
<updated>2013-06-19T09:48:03+00:00</updated>
<author>
<name>Matteo Beccati</name>
<email>mbeccati@php.net</email>
</author>
<published>2013-06-19T06:34:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=25e9aa6b0a86b2b3b098949b0fe866a5edeff02f'/>
<id>25e9aa6b0a86b2b3b098949b0fe866a5edeff02f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up leftover file after the test</title>
<updated>2013-06-19T09:48:03+00:00</updated>
<author>
<name>Matteo Beccati</name>
<email>mbeccati@php.net</email>
</author>
<published>2013-06-19T06:28:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5edd53051169c0765479fc34d709814c8a0a0bda'/>
<id>5edd53051169c0765479fc34d709814c8a0a0bda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.3' into PHP-5.4</title>
<updated>2013-06-02T04:33:54+00:00</updated>
<author>
<name>Matteo Beccati</name>
<email>mbeccati@php.net</email>
</author>
<published>2013-06-02T04:33:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=51c065f611c563c4b9fc0432be27fafd99424d8e'/>
<id>51c065f611c563c4b9fc0432be27fafd99424d8e</id>
<content type='text'>
* PHP-5.3:
  Fixed bug #64609 (pg_convert enum type support)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.3:
  Fixed bug #64609 (pg_convert enum type support)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #64609 (pg_convert enum type support)</title>
<updated>2013-06-02T04:29:35+00:00</updated>
<author>
<name>Matteo Beccati</name>
<email>mbeccati@php.net</email>
</author>
<published>2013-06-02T04:29:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=25aae37229a439109c020150d0f496ef4a237ecd'/>
<id>25aae37229a439109c020150d0f496ef4a237ecd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.3' into PHP-5.4</title>
<updated>2013-06-01T21:22:50+00:00</updated>
<author>
<name>Matteo Beccati</name>
<email>mbeccati@php.net</email>
</author>
<published>2013-06-01T21:22:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=de428331158a8850c1bb7b1b187efb52c34a6b34'/>
<id>de428331158a8850c1bb7b1b187efb52c34a6b34</id>
<content type='text'>
* PHP-5.3:
  Fixed bug #62857 (bytea test failures)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.3:
  Fixed bug #62857 (bytea test failures)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #62857 (bytea test failures)</title>
<updated>2013-06-01T21:15:48+00:00</updated>
<author>
<name>Matteo Beccati</name>
<email>mbeccati@php.net</email>
</author>
<published>2013-06-01T21:15:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=79803bebdea2827d66c0f96fd3dbaf4a2747ff27'/>
<id>79803bebdea2827d66c0f96fd3dbaf4a2747ff27</id>
<content type='text'>
Postgres 9.1+ test fixes. Tests were failing due to the default
standard_conforming_strings GUC being changed to on. Also the
pg_escape_bytea test was encoding the data before estabilishing
a connection, thus falling back to the old escaping type which
isn't properly handled by the backend when using a default
configuration.

I haven't updated the NEWS file as it's just test fixes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Postgres 9.1+ test fixes. Tests were failing due to the default
standard_conforming_strings GUC being changed to on. Also the
pg_escape_bytea test was encoding the data before estabilishing
a connection, thus falling back to the old escaping type which
isn't properly handled by the backend when using a default
configuration.

I haven't updated the NEWS file as it's just test fixes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove executable permission on phpt</title>
<updated>2012-10-10T02:27:49+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2012-10-10T02:27:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=610c7fbe7b93498154b17e4e81018b72fa15ec45'/>
<id>610c7fbe7b93498154b17e4e81018b72fa15ec45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.3' into PHP-5.4</title>
<updated>2012-10-10T02:31:31+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2012-10-10T02:31:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e081c55fb50d5a088d93a15834e7ec8129097fb3'/>
<id>e081c55fb50d5a088d93a15834e7ec8129097fb3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add pg_escape_identifier/pg_escape_literal</title>
<updated>2012-04-19T20:40:24+00:00</updated>
<author>
<name>Yasuo Ohgaki</name>
<email>yohgaki@php.net</email>
</author>
<published>2011-11-25T02:21:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=655245afef75613551929610873d0ba09754777f'/>
<id>655245afef75613551929610873d0ba09754777f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
