<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/pdo_pgsql, branch php-7.4.3</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>Merge branch 'PHP-7.3' into PHP-7.4</title>
<updated>2019-12-20T11:06:05+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-12-20T11:05:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b0737fa35e3a8dec495a8faf39887f1a587307d8'/>
<id>b0737fa35e3a8dec495a8faf39887f1a587307d8</id>
<content type='text'>
* PHP-7.3:
  Fix #78982: pdo_pgsql returns dead persistent connection
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.3:
  Fix #78982: pdo_pgsql returns dead persistent connection
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #78982: pdo_pgsql returns dead persistent connection</title>
<updated>2019-12-20T11:05:17+00:00</updated>
<author>
<name>SATO Kentaro</name>
<email>kentaro@ranvis.com</email>
</author>
<published>2019-12-17T17:36:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=37d11d123e4b8952bf973e372c4062f6d0a7bca8'/>
<id>37d11d123e4b8952bf973e372c4062f6d0a7bca8</id>
<content type='text'>
Call PQconsumeInput() before PQstatus() to update the status.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Call PQconsumeInput() before PQstatus() to update the status.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.3' into PHP-7.4</title>
<updated>2019-12-20T10:45:16+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-12-20T10:44:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f974f252ddf47da1294a813ffb60e82f3638186c'/>
<id>f974f252ddf47da1294a813ffb60e82f3638186c</id>
<content type='text'>
* PHP-7.3:
  Fix #78980: pgsqlGetNotify() overlooks dead connection
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.3:
  Fix #78980: pgsqlGetNotify() overlooks dead connection
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #78980: pgsqlGetNotify() overlooks dead connection</title>
<updated>2019-12-20T10:44:07+00:00</updated>
<author>
<name>SATO Kentaro</name>
<email>kentaro@ranvis.com</email>
</author>
<published>2019-12-17T17:16:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7e39e6934d7eb3f480a467de7d9fbca608fc1e94'/>
<id>7e39e6934d7eb3f480a467de7d9fbca608fc1e94</id>
<content type='text'>
pgsqlGetNotify() didn't check result of PQconsumeInput().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pgsqlGetNotify() didn't check result of PQconsumeInput().
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.3' into PHP-7.4</title>
<updated>2019-12-19T12:21:23+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-12-19T12:21:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7e05f97fa65c124dcc8057ddad2562158eda8608'/>
<id>7e05f97fa65c124dcc8057ddad2562158eda8608</id>
<content type='text'>
* PHP-7.3:
  Fix #78983: pdo_pgsql config.w32 cannot find libpq-fe.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.3:
  Fix #78983: pdo_pgsql config.w32 cannot find libpq-fe.h
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #78983: pdo_pgsql config.w32 cannot find libpq-fe.h</title>
<updated>2019-12-19T12:20:43+00:00</updated>
<author>
<name>SATO Kentaro</name>
<email>kentaro@ranvis.com</email>
</author>
<published>2019-12-17T17:47:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3e35b0898023e3e3c3350c21ed8ca69d0a1d7ec4'/>
<id>3e35b0898023e3e3c3350c21ed8ca69d0a1d7ec4</id>
<content type='text'>
When configured with a path specified.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When configured with a path specified.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix PDO pgsql memory leak with scrollable cursors</title>
<updated>2019-09-09T08:50:10+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-09-09T08:50:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=66caca53ce4127f9a8a01e12e32f5387c5e1b8d3'/>
<id>66caca53ce4127f9a8a01e12e32f5387c5e1b8d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix detection of pg_config.h</title>
<updated>2019-08-07T11:25:07+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-08-07T11:24:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=be794894ef30764e54a8a52fa6c085f3c4a88b14'/>
<id>be794894ef30764e54a8a52fa6c085f3c4a88b14</id>
<content type='text'>
pg_config.h is supposed to be placed right besides libpq-fe.h, so we
should check the same paths.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pg_config.h is supposed to be placed right besides libpq-fe.h, so we
should check the same paths.
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip test if ext/json is not available</title>
<updated>2019-08-07T11:04:13+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-08-07T11:02:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ae91f8572e84431aec4856f14c727f5ef8b33eb3'/>
<id>ae91f8572e84431aec4856f14c727f5ef8b33eb3</id>
<content type='text'>
Otherwise the test fails.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise the test fails.
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup of remaining E_STRICT in tests</title>
<updated>2019-07-23T09:27:23+00:00</updated>
<author>
<name>George Peter Banyard</name>
<email>girgias@php.net</email>
</author>
<published>2019-07-14T01:45:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6d6d954d0d28f488f743e6c9d0cd9ab01e1c4e41'/>
<id>6d6d954d0d28f488f743e6c9d0cd9ab01e1c4e41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
