<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/pdo_pgsql/config.m4, branch php-7.2.0</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>Look for PDO include files in the right folder</title>
<updated>2015-02-06T11:06:29+00:00</updated>
<author>
<name>Maxime BESSON</name>
<email>maxime.besson@smile.fr</email>
</author>
<published>2015-02-06T11:06:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f38497155226d2ee8d2d7fc32fc26b58b9c0057c'/>
<id>f38497155226d2ee8d2d7fc32fc26b58b9c0057c</id>
<content type='text'>
Configure scripts for extensions look for PDO include files in
$prefix/include/php. This change makes them look into $phpincludedir
instead, which may be different from $prefix/include/php.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Configure scripts for extensions look for PDO include files in
$prefix/include/php. This change makes them look into $phpincludedir
instead, which may be different from $prefix/include/php.
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop PDO support for extremely old libpq versions</title>
<updated>2014-03-11T22:10:47+00:00</updated>
<author>
<name>Matteo Beccati</name>
<email>mbeccati@php.net</email>
</author>
<published>2014-03-09T10:43:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b1ffea3ccce0e1f1a63022f446c1549dfad92e9e'/>
<id>b1ffea3ccce0e1f1a63022f446c1549dfad92e9e</id>
<content type='text'>
configure will now fail if any of the following function is missing:
* PQprepare
* PQexecParams
* PQescapeStringConn
* PQescapeByteaConn
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
configure will now fail if any of the following function is missing:
* PQprepare
* PQexecParams
* PQescapeStringConn
* PQescapeByteaConn
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix long-standing visual pain point: the misalignment of './configure help' text.</title>
<updated>2013-08-06T18:06:09+00:00</updated>
<author>
<name>Christopher Jones</name>
<email>sixd@php.net</email>
</author>
<published>2013-08-06T18:06:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c6d977dd395262c5c8d9091519a41aebe6f40db9'/>
<id>c6d977dd395262c5c8d9091519a41aebe6f40db9</id>
<content type='text'>
Whitespace changes and a couple of grammar fixes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Whitespace changes and a couple of grammar fixes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Cache the pdo include path</title>
<updated>2011-05-15T05:03:29+00:00</updated>
<author>
<name>Rasmus Lerdorf</name>
<email>rasmus@php.net</email>
</author>
<published>2011-05-15T05:03:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=08792f6f9bbf1e3cb905fc4719a37952b115dd10'/>
<id>08792f6f9bbf1e3cb905fc4719a37952b115dd10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #54318 (Non-portable grep option used in PDO pgsql configuration).</title>
<updated>2011-03-22T09:12:01+00:00</updated>
<author>
<name>Adam Harvey</name>
<email>aharvey@php.net</email>
</author>
<published>2011-03-22T09:12:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9de1ad4cd2b622d3250a6b5e7cd60fa3fc9d52c7'/>
<id>9de1ad4cd2b622d3250a6b5e7cd60fa3fc9d52c7</id>
<content type='text'>
Patch by Ben Walton &lt;bwalton at artsci dot utoronto dot ca&gt;.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Ben Walton &lt;bwalton at artsci dot utoronto dot ca&gt;.

</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>MFH:</title>
<updated>2009-04-30T12:38:43+00:00</updated>
<author>
<name>Matteo Beccati</name>
<email>mbeccati@php.net</email>
</author>
<published>2009-04-30T12:38:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6e22ab5e3eb0593cd17903621995da25edb29ef5'/>
<id>6e22ab5e3eb0593cd17903621995da25edb29ef5</id>
<content type='text'>
- Changed PDO_PGSQL configure script to require libpq 7.4
- Cleaned up usage of HAVE_PQ* defines
- Fixed compiler warnings
- Removed custom implementation of PQunescapeByte
# Rationale:
# - PDO_PGSQL couldn't even compile when using libpq 7.3
# - PostgreSQL 7.3 is unsupported since a long time
# - Got consensus from pgsql devs on freenode

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Changed PDO_PGSQL configure script to require libpq 7.4
- Cleaned up usage of HAVE_PQ* defines
- Fixed compiler warnings
- Removed custom implementation of PQunescapeByte
# Rationale:
# - PDO_PGSQL couldn't even compile when using libpq 7.3
# - PostgreSQL 7.3 is unsupported since a long time
# - Got consensus from pgsql devs on freenode

</pre>
</div>
</content>
</entry>
<entry>
<title>MFH: Fix PDO configure dependancy: If --disable-pdo is used, disable all</title>
<updated>2008-07-25T13:46:24+00:00</updated>
<author>
<name>Jani Taskinen</name>
<email>jani@php.net</email>
</author>
<published>2008-07-25T13:46:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=281352fe023e30fea30af60adda3b69acd70bd46'/>
<id>281352fe023e30fea30af60adda3b69acd70bd46</id>
<content type='text'>
MFH: enabled-by-default drivers. Also error out if you try to configure
MFH: a driver as static but pdo is disabled.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MFH: enabled-by-default drivers. Also error out if you try to configure
MFH: a driver as static but pdo is disabled.

</pre>
</div>
</content>
</entry>
<entry>
<title>MFH: Fix some lib vs $PHP_LIBDIR issues</title>
<updated>2007-07-31T13:02:00+00:00</updated>
<author>
<name>Jani Taskinen</name>
<email>jani@php.net</email>
</author>
<published>2007-07-31T13:02:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8af7bc20448bfd005c02d10f736c4dd84e69872d'/>
<id>8af7bc20448bfd005c02d10f736c4dd84e69872d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
