<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forums/phpBB/phpbb/db/driver/mssql_odbc.php, branch master</title>
<subtitle>The forums.mageia.org Website</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/'/>
<entry>
<title>[ticket/12624] Add debug.load_time parameter</title>
<updated>2019-05-09T16:40:15+00:00</updated>
<author>
<name>Jakub Senko</name>
<email>jakubsenko@gmail.com</email>
</author>
<published>2018-06-18T18:35:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=139eb17bb729763ab670fb239c77db02e29920f6'/>
<id>139eb17bb729763ab670fb239c77db02e29920f6</id>
<content type='text'>
PHPBB3-12624
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12624
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/12627] Add debug.sql_explain parameter</title>
<updated>2019-05-09T16:29:22+00:00</updated>
<author>
<name>Jakub Senko</name>
<email>jakubsenko@gmail.com</email>
</author>
<published>2018-06-18T18:42:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=b4d4336ef4043a5b3381a9e70d3bbc6bc6732d07'/>
<id>b4d4336ef4043a5b3381a9e70d3bbc6bc6732d07</id>
<content type='text'>
PHPBB3-12627
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12627
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2637 from Nicofuma/ticket/12387</title>
<updated>2014-08-07T10:09:01+00:00</updated>
<author>
<name>Joas Schilling</name>
<email>nickvergessen@gmx.de</email>
</author>
<published>2014-08-07T10:09:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=58d1dcc7f2872b2c9116254d0eae3a5ee1bea48e'/>
<id>58d1dcc7f2872b2c9116254d0eae3a5ee1bea48e</id>
<content type='text'>
[ticket/12387] Cleanup *_free_result call and remove @ on that call

* Nicofuma/ticket/12387:
  [ticket/12387] Fix a call to sql_freeresult in full_text_native
  [ticket/12387] Fix \phpbb\db\driver\mysqli::sql_freeresult
  [ticket/12387] Use the hash as query_id for caching
  [ticket/12387] Remove unnecessary checks
  [ticket/12387] mssql_query return true if a select query returns 0 row
  [ticket/12387] Cleanup *_free_result call and remove @ on that call
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ticket/12387] Cleanup *_free_result call and remove @ on that call

* Nicofuma/ticket/12387:
  [ticket/12387] Fix a call to sql_freeresult in full_text_native
  [ticket/12387] Fix \phpbb\db\driver\mysqli::sql_freeresult
  [ticket/12387] Use the hash as query_id for caching
  [ticket/12387] Remove unnecessary checks
  [ticket/12387] mssql_query return true if a select query returns 0 row
  [ticket/12387] Cleanup *_free_result call and remove @ on that call
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/12387] Remove unnecessary checks</title>
<updated>2014-06-22T17:35:07+00:00</updated>
<author>
<name>Tristan Darricau</name>
<email>github@nicofuma.fr</email>
</author>
<published>2014-06-22T17:35:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=50f4bea6101f64c513b3918ade58a712b00f3df7'/>
<id>50f4bea6101f64c513b3918ade58a712b00f3df7</id>
<content type='text'>
PHPBB3-12387
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12387
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/12387] Cleanup *_free_result call and remove @ on that call</title>
<updated>2014-06-22T16:16:21+00:00</updated>
<author>
<name>Tristan Darricau</name>
<email>github@nicofuma.fr</email>
</author>
<published>2014-06-22T16:08:38+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=2276c1c0f246a39dee8d0e979c89e8de0ee7a5de'/>
<id>2276c1c0f246a39dee8d0e979c89e8de0ee7a5de</id>
<content type='text'>
PHPBB3-12387
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12387
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/12704] Improve the load time information in the footer when enabled</title>
<updated>2014-06-20T12:57:32+00:00</updated>
<author>
<name>rxu</name>
<email>rxu@mail.ru</email>
</author>
<published>2014-06-14T12:53:34+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=f850d5fa90584bb73ef1a77fd21f825e1d0794ed'/>
<id>f850d5fa90584bb73ef1a77fd21f825e1d0794ed</id>
<content type='text'>
PR #2570 has added new constant to display load time information without
debug mode is being on (https://tracker.phpbb.com/browse/PHPBB3-12687).
This patch expands the total load time info with SQL/PHP load times,
while hiding the additional info with &lt;abbr&gt; element.

PHPBB3-12704
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR #2570 has added new constant to display load time information without
debug mode is being on (https://tracker.phpbb.com/browse/PHPBB3-12687).
This patch expands the total load time info with SQL/PHP load times,
while hiding the additional info with &lt;abbr&gt; element.

PHPBB3-12704
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/12594] Remove @package tags and update file headers</title>
<updated>2014-05-27T18:51:13+00:00</updated>
<author>
<name>Yuriy Rusko</name>
<email>github@rusko.net</email>
</author>
<published>2014-05-27T18:18:06+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=a759704b39fc1c1353f865a633759b1369589b67'/>
<id>a759704b39fc1c1353f865a633759b1369589b67</id>
<content type='text'>
PHPBB3-12594
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12594
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/12282] Use {@inheritDoc} for inherited methods</title>
<updated>2014-04-01T17:17:40+00:00</updated>
<author>
<name>Joas Schilling</name>
<email>nickvergessen@gmx.de</email>
</author>
<published>2014-03-17T12:18:05+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=1f28451d587aa3566cdb6f7848439d2d5efdf820'/>
<id>1f28451d587aa3566cdb6f7848439d2d5efdf820</id>
<content type='text'>
PHPBB3-12282
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12282
</pre>
</div>
</content>
</entry>
<entry>
<title>[task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.</title>
<updated>2013-10-30T12:05:28+00:00</updated>
<author>
<name>Andreas Fischer</name>
<email>bantu@phpbb.com</email>
</author>
<published>2013-10-30T12:05:28+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=7aa8f6461f1e85cf91931f56b95384e54fec07c2'/>
<id>7aa8f6461f1e85cf91931f56b95384e54fec07c2</id>
<content type='text'>
PHPBB3-11980
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11980
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11918] Make sql_freeresult() consistent across all DB drivers</title>
<updated>2013-10-14T21:37:23+00:00</updated>
<author>
<name>Patrick Webster</name>
<email>noxwizard@phpbb.com</email>
</author>
<published>2013-10-14T21:37:23+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=76ddf1ca4143f38f3bf8fc6aabdb3fa302d6ed40'/>
<id>76ddf1ca4143f38f3bf8fc6aabdb3fa302d6ed40</id>
<content type='text'>
PHPBB3-11918
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11918
</pre>
</div>
</content>
</entry>
</feed>
