<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/pdo_mysql, branch immutable-date</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>Happy New Year</title>
<updated>2013-01-01T08:37:09+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2013-01-01T08:37:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a666285bc2488b7f7362368c388e41428610ad1d'/>
<id>a666285bc2488b7f7362368c388e41428610ad1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Really fix test pdo_mysql_class_constants.phpt</title>
<updated>2012-12-12T15:53:18+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2012-12-12T15:53:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6e4cfa18f768c385e1945fcb4776cf6ad0cecdfc'/>
<id>6e4cfa18f768c385e1945fcb4776cf6ad0cecdfc</id>
<content type='text'>
- with mysqlnd, constant always present
- with mysqli, check client library version
- without mysqlnd and without mysqli
	skip the test if no connection
	use connection to check client library

Note : MySQLPDOTest::getClientVersion() is broken with mysqlnd
as PDO::ATTR_CLIENT_VERSION return "mysqlnd 5.0.11-dev - 20120503..."
so, getClientVersion() return "11"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- with mysqlnd, constant always present
- with mysqli, check client library version
- without mysqlnd and without mysqli
	skip the test if no connection
	use connection to check client library

Note : MySQLPDOTest::getClientVersion() is broken with mysqlnd
as PDO::ATTR_CLIENT_VERSION return "mysqlnd 5.0.11-dev - 20120503..."
so, getClientVersion() return "11"
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce case where this test will fails:</title>
<updated>2012-12-03T14:32:52+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2012-12-03T14:32:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=784850211ed9e0bd50c2dac6e26746c0e9a347b7'/>
<id>784850211ed9e0bd50c2dac6e26746c0e9a347b7</id>
<content type='text'>
- no connection AND no mysqli extension

So, will succeed when no configured connection, but mysqli available.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- no connection AND no mysqli extension

So, will succeed when no configured connection, but mysqli available.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed ext/pdo_mysql/tests/pdo_mysql_class_constants.phpt</title>
<updated>2012-11-14T20:18:16+00:00</updated>
<author>
<name>Anatoliy Belsky</name>
<email>ab@php.net</email>
</author>
<published>2012-11-14T20:18:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f85ae48f4f06af3cf20e96e51cf7a86afcd3670f'/>
<id>f85ae48f4f06af3cf20e96e51cf7a86afcd3670f</id>
<content type='text'>
There is a constant now which only is there when mysqli with
mysqlnd and pdo_mysql was compiled at the same time, or when
libmysql version &gt; 50605. So checking for that dynamically,
will fail only if there is no mysqli and no connection.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is a constant now which only is there when mysqli with
mysqlnd and pdo_mysql was compiled at the same time, or when
libmysql version &gt; 50605. So checking for that dynamically,
will fail only if there is no mysqli and no connection.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow setting SHA256 auth public key as option</title>
<updated>2012-10-31T15:54:11+00:00</updated>
<author>
<name>Johannes Schlüter</name>
<email>johannes@php.net</email>
</author>
<published>2012-10-31T15:54:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=44b1a07d851c267bb0c0c47857629ef3f790215a'/>
<id>44b1a07d851c267bb0c0c47857629ef3f790215a</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.4'</title>
<updated>2012-10-26T12:23:22+00:00</updated>
<author>
<name>Johannes Schlüter</name>
<email>johannes@php.net</email>
</author>
<published>2012-10-26T12:23:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d21d909072bb9b3ca3d5777ce237b79ccba7cf32'/>
<id>d21d909072bb9b3ca3d5777ce237b79ccba7cf32</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-26T12:22:31+00:00</updated>
<author>
<name>Johannes Schlüter</name>
<email>johannes@php.net</email>
</author>
<published>2012-10-26T12:22:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4f4d77805c6afdddce0c8184ee6b1dddab7da6a7'/>
<id>4f4d77805c6afdddce0c8184ee6b1dddab7da6a7</id>
<content type='text'>
Conflicts:
	ext/pdo_mysql/mysql_statement.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	ext/pdo_mysql/mysql_statement.c
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.4'</title>
<updated>2012-10-26T10:32:39+00:00</updated>
<author>
<name>ULF WENDEL</name>
<email>uw@php.net</email>
</author>
<published>2012-10-26T10:32:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5d4c691e51a1ce2f2c150ca658f3d167f1a48bc1'/>
<id>5d4c691e51a1ce2f2c150ca658f3d167f1a48bc1</id>
<content type='text'>
* PHP-5.4:
  This won't make the test pass but now its at least one that shows no unnecessary error messages...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.4:
  This won't make the test pass but now its at least one that shows no unnecessary error messages...
</pre>
</div>
</content>
</entry>
<entry>
<title>This won't make the test pass but now its at least one that shows no unnecessary error messages...</title>
<updated>2012-10-26T10:32:10+00:00</updated>
<author>
<name>ULF WENDEL</name>
<email>uw@php.net</email>
</author>
<published>2012-10-26T10:32:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=056ecf3201a10ca9b819c01562fb683b75513db0'/>
<id>056ecf3201a10ca9b819c01562fb683b75513db0</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.4'</title>
<updated>2012-10-23T13:14:45+00:00</updated>
<author>
<name>ULF WENDEL</name>
<email>uw@php.net</email>
</author>
<published>2012-10-23T13:14:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b8595e1d40db4556bba4cca83761132fff248d2d'/>
<id>b8595e1d40db4556bba4cca83761132fff248d2d</id>
<content type='text'>
* PHP-5.4:
  Fix for bug #62820
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.4:
  Fix for bug #62820
</pre>
</div>
</content>
</entry>
</feed>
