<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/pdo_pgsql/tests/bug69752.phpt, branch php-7.0.8</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>rework that test to allow delta for rounding errors</title>
<updated>2015-06-11T15:05:03+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2015-06-11T15:05:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a037b6de213c0326bcff486d9608a56965059725'/>
<id>a037b6de213c0326bcff486d9608a56965059725</id>
<content type='text'>
If this workout doesn't make travis happy, the patch needs to be
reviewed as the leak might still persist.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If this workout doesn't make travis happy, the patch needs to be
reviewed as the leak might still persist.
</pre>
</div>
</content>
</entry>
<entry>
<title>improve test</title>
<updated>2015-06-11T13:36:02+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2015-06-11T13:36:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=dcfd1153ec9a45e055081c8f1f44c6eef919588c'/>
<id>dcfd1153ec9a45e055081c8f1f44c6eef919588c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix memory leak in pdo_pgsql closeCursor (bug 69752)</title>
<updated>2015-06-10T14:36:00+00:00</updated>
<author>
<name>Philip Hofstetter</name>
<email>phofstetter@sensational.ch</email>
</author>
<published>2015-06-03T12:56:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9ba3a4c66ab781763547923d7d8fb15f0962fc63'/>
<id>9ba3a4c66ab781763547923d7d8fb15f0962fc63</id>
<content type='text'>
the parent PDO closeCursor method resets the pdo_stmt_t's executed flag
which is used by the postgres driver as a flag to check whether to
allocate memory for the column data or not.

This means that after the parent closeCursor() has been called, the
pdo_pgsql driver will allocate a new buffer for the columns, so the
existing buffer should be freed when the cursor is being closed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the parent PDO closeCursor method resets the pdo_stmt_t's executed flag
which is used by the postgres driver as a flag to check whether to
allocate memory for the column data or not.

This means that after the parent closeCursor() has been called, the
pdo_pgsql driver will allocate a new buffer for the columns, so the
existing buffer should be freed when the cursor is being closed.
</pre>
</div>
</content>
</entry>
</feed>
