<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/pdo_pgsql, branch php-5.3.4</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 tests not passing under windows because of the directory separator</title>
<updated>2010-11-08T09:29:15+00:00</updated>
<author>
<name>Patrick Allaert</name>
<email>patrickallaert@php.net</email>
</author>
<published>2010-11-08T09:29:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=817776d1b99c8b4fab8597238ec58019e569abcd'/>
<id>817776d1b99c8b4fab8597238ec58019e569abcd</id>
<content type='text'>
difference (thanks Eyal Teutsch for reporting)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
difference (thanks Eyal Teutsch for reporting)

</pre>
</div>
</content>
</entry>
<entry>
<title>Removed the in_transaction handler for 5.3 to avoid BC break due to structure change</title>
<updated>2010-06-15T11:13:20+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2010-06-15T11:13:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=24b8bc3489dc05252e0aec7d42a77dfad49938fd'/>
<id>24b8bc3489dc05252e0aec7d42a77dfad49938fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added inTransaction() method to PDO, with specialized support for Postgres</title>
<updated>2010-06-10T12:11:19+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2010-06-10T12:11:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=90906a91e9d719a1d25a69ef4c2dc305d019020b'/>
<id>90906a91e9d719a1d25a69ef4c2dc305d019020b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added support for copy to/from array/file for pdo_pgsql extension.   </title>
<updated>2010-06-10T11:11:29+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2010-06-10T11:11:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9daa864c4f13c935cd0b4555774f07587b77ef33'/>
<id>9daa864c4f13c935cd0b4555774f07587b77ef33</id>
<content type='text'>
# original patch by Denis Gasparin


</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# original patch by Denis Gasparin


</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0)</title>
<updated>2010-01-12T12:46:54+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2010-01-12T12:46:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d2e14e3f202d1c30dd79c095ff27bf96a146b813'/>
<id>d2e14e3f202d1c30dd79c095ff27bf96a146b813</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php</title>
<updated>2010-01-03T09:23:27+00:00</updated>
<author>
<name>Sebastian Bergmann</name>
<email>sebastian@php.net</email>
</author>
<published>2010-01-03T09:23:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9ba1e81665df38fec244c926b3eff78034baa35a'/>
<id>9ba1e81665df38fec244c926b3eff78034baa35a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Updated pdo_pgsql tests to be 8.5+ friendly</title>
<updated>2009-12-25T20:11:07+00:00</updated>
<author>
<name>Matteo Beccati</name>
<email>mbeccati@php.net</email>
</author>
<published>2009-12-25T20:11:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9326c7e3a2290864fa22f3a70f79ab471b2f9590'/>
<id>9326c7e3a2290864fa22f3a70f79ab471b2f9590</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert attempt at supporting both autoconf 2.13 and</title>
<updated>2009-11-29T06:13:22+00:00</updated>
<author>
<name>Rasmus Lerdorf</name>
<email>rasmus@php.net</email>
</author>
<published>2009-11-29T06:13:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=937358ebc7a6e0eaaf2bc252015b3c1544eb48e6'/>
<id>937358ebc7a6e0eaaf2bc252015b3c1544eb48e6</id>
<content type='text'>
modern versions in the same build chain.  There are
simply too many broken things in 2.13 to make it work.
Cache handling is broken as well which is why I need
to revert the pdo_inc_path cache fix as well.

trunk is now 2.60+ only and I'll work on cleaning out
all the legacy cruft from there.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
modern versions in the same build chain.  There are
simply too many broken things in 2.13 to make it work.
Cache handling is broken as well which is why I need
to revert the pdo_inc_path cache fix as well.

trunk is now 2.60+ only and I'll work on cleaning out
all the legacy cruft from there.

</pre>
</div>
</content>
</entry>
<entry>
<title>Someone strap down Jani and give him a sedative please.</title>
<updated>2009-11-25T01:30:06+00:00</updated>
<author>
<name>Rasmus Lerdorf</name>
<email>rasmus@php.net</email>
</author>
<published>2009-11-25T01:30:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5a2b41a6271be5dc04f3d0f15751b5c074fe29b7'/>
<id>5a2b41a6271be5dc04f3d0f15751b5c074fe29b7</id>
<content type='text'>
This makes our toolchain work with the latest versions
of autoconf and avoids a lot of end-user grief.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes our toolchain work with the latest versions
of autoconf and avoids a lot of end-user grief.

</pre>
</div>
</content>
</entry>
<entry>
<title>- Properly fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted transaction).</title>
<updated>2009-11-04T19:32:27+00:00</updated>
<author>
<name>Matteo Beccati</name>
<email>mbeccati@php.net</email>
</author>
<published>2009-11-04T19:32:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=fa67c860e0ef6bb2a1dd556c9c3e33ad105143bc'/>
<id>fa67c860e0ef6bb2a1dd556c9c3e33ad105143bc</id>
<content type='text'>
# Removed usage of the memory address when generating prepared statemend names
# as uniqueness can't be enforced. Used a statment counter instead.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Removed usage of the memory address when generating prepared statemend names
# as uniqueness can't be enforced. Used a statment counter instead.

</pre>
</div>
</content>
</entry>
</feed>
