<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/mysql/tests/connect.inc, branch PHP-5.6.33</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>Remove executable permission on inc</title>
<updated>2012-10-10T02:44:34+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2012-10-10T02:44:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=1b9e0de2ccab0d6ae6f77b53b5c3a306ec154496'/>
<id>1b9e0de2ccab0d6ae6f77b53b5c3a306ec154496</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reverted changes in connect.inc based on Ulf's feedback</title>
<updated>2011-09-12T14:35:45+00:00</updated>
<author>
<name>Tjerk Anne Meesters</name>
<email>datibbaw@php.net</email>
</author>
<published>2011-09-12T14:35:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=e29302576c1bd5e980e6220a65efed19052d89ea'/>
<id>e29302576c1bd5e980e6220a65efed19052d89ea</id>
<content type='text'>
- Moved the ini_set() entries into a separate script 'setupdefault.inc'
- Let mysql_affected_rows and mysql_insert_id test cases use the newly created script

With the ini_set() statements inside connect.inc, some test cases would be forced to 'undo' them in order to test other scenarios.

Tested on all three dev lines with and without passing db credentials. No changes detected.


</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Moved the ini_set() entries into a separate script 'setupdefault.inc'
- Let mysql_affected_rows and mysql_insert_id test cases use the newly created script

With the ini_set() statements inside connect.inc, some test cases would be forced to 'undo' them in order to test other scenarios.

Tested on all three dev lines with and without passing db credentials. No changes detected.


</pre>
</div>
</content>
</entry>
<entry>
<title>Patch to run two more mysql test cases that would usually be skipped.</title>
<updated>2011-09-04T14:21:27+00:00</updated>
<author>
<name>Tjerk Anne Meesters</name>
<email>datibbaw@php.net</email>
</author>
<published>2011-09-04T14:21:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=7170a996c5513cba3c555f36b875af2a9cb77c8e'/>
<id>7170a996c5513cba3c555f36b875af2a9cb77c8e</id>
<content type='text'>
Replaced skipifdefaultconnectionfailure.inc by three additional ini_set() statements in connect.inc for the default connection settings

Patch also includes a typo in connect.inc concerning mysql.default_socket


</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replaced skipifdefaultconnectionfailure.inc by three additional ini_set() statements in connect.inc for the default connection settings

Patch also includes a typo in connect.inc concerning mysql.default_socket


</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tests that fail when the MySQL's socket file is not /tmp/mysql.sock</title>
<updated>2010-03-26T16:58:25+00:00</updated>
<author>
<name>Andrey Hristov</name>
<email>andrey@php.net</email>
</author>
<published>2010-03-26T16:58:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=ec36ac1610abc321d18586304fe8d28f3d5190c3'/>
<id>ec36ac1610abc321d18586304fe8d28f3d5190c3</id>
<content type='text'>
as it is in when compiled from source and the default for mysqlnd.
SuSE for example uses /var/run/mysql/mysql.sock . Also, sql.safe_mode
(ext/mysql and ingres) needs the socket.
Fix possible crashes in mysqlnd. When packets are shorter, functions should
return error.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as it is in when compiled from source and the default for mysqlnd.
SuSE for example uses /var/run/mysql/mysql.sock . Also, sql.safe_mode
(ext/mysql and ingres) needs the socket.
Fix possible crashes in mysqlnd. When packets are shorter, functions should
return error.

</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing test: it didn't do a select_db and  gave a false-positive with libmysql</title>
<updated>2009-11-05T11:51:21+00:00</updated>
<author>
<name>Ulf Wendel</name>
<email>uw@php.net</email>
</author>
<published>2009-11-05T11:51:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=ea3ef35f195c2a764bd95a31dff63fc2419a7f94'/>
<id>ea3ef35f195c2a764bd95a31dff63fc2419a7f94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bail if connect.inc gets included twice. Including twice is most likely a 'bug'. See also http://news.php.net/php.cvs/60720</title>
<updated>2009-10-20T08:23:06+00:00</updated>
<author>
<name>Ulf Wendel</name>
<email>uw@php.net</email>
</author>
<published>2009-10-20T08:23:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=9bb4db87811616600b1a2bf52bc9ba2091489f1d'/>
<id>9bb4db87811616600b1a2bf52bc9ba2091489f1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow setting of default connection flags through the environment variable MYSQL_TEST_CONNECT_FLAGS</title>
<updated>2009-09-28T10:39:42+00:00</updated>
<author>
<name>Ulf Wendel</name>
<email>uw@php.net</email>
</author>
<published>2009-09-28T10:39:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=fbfd13310b4953ff960f51a37554727c63992f33'/>
<id>fbfd13310b4953ff960f51a37554727c63992f33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Trying to skip tests if they can't connect to the DB server.</title>
<updated>2007-10-12T11:57:18+00:00</updated>
<author>
<name>Ulf Wendel</name>
<email>uw@php.net</email>
</author>
<published>2007-10-12T11:57:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=f8156f160741c0399b9f9d938a1582ed9c19bf89'/>
<id>f8156f160741c0399b9f9d938a1582ed9c19bf89</id>
<content type='text'>
Currently they have failed by default. Note also the environment
variable MYSQL_TEST_SKIP_CONNECT_FAILURE to control the default (skip or fail)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently they have failed by default. Note also the environment
variable MYSQL_TEST_SKIP_CONNECT_FAILURE to control the default (skip or fail)

</pre>
</div>
</content>
</entry>
<entry>
<title>Starting to merge the latest set of tests from the mysqlnd development</title>
<updated>2007-10-10T09:47:21+00:00</updated>
<author>
<name>Ulf Wendel</name>
<email>uw@php.net</email>
</author>
<published>2007-10-10T09:47:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=83911a1e5ecea6b27ece9a3afb04e33d7cda9f38'/>
<id>83911a1e5ecea6b27ece9a3afb04e33d7cda9f38</id>
<content type='text'>
tree into the PHP 5_3 tree.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tree into the PHP 5_3 tree.

</pre>
</div>
</content>
</entry>
<entry>
<title>Add some tests</title>
<updated>2004-01-12T02:31:08+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2004-01-12T02:31:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=d129242ad5dcd5da69492e3e1de0e595006cf15d'/>
<id>d129242ad5dcd5da69492e3e1de0e595006cf15d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
