<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forums/tests/regex/censor_test.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/14576] Move common required files to bootstrap</title>
<updated>2016-03-31T18:06:47+00:00</updated>
<author>
<name>Matt Friedman</name>
<email>maf675@gmail.com</email>
</author>
<published>2016-03-31T18:06:47+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=14e8113fcf01be7dbdb080458fcbf4e75668cc1a'/>
<id>14e8113fcf01be7dbdb080458fcbf4e75668cc1a</id>
<content type='text'>
PHPBB3-14576
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-14576
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/13614] Removed code that relies on phpbb_pcre_utf8_support()</title>
<updated>2015-05-11T18:43:47+00:00</updated>
<author>
<name>JoshyPHP</name>
<email>s9e.dev@gmail.com</email>
</author>
<published>2015-05-07T14:01:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=8b7a42f338ca7315aae11d25e7adb89aaefe7849'/>
<id>8b7a42f338ca7315aae11d25e7adb89aaefe7849</id>
<content type='text'>
Removed all calls to phpbb_pcre_utf8_support() as well as unreachable code.

PHPBB3-13614
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removed all calls to phpbb_pcre_utf8_support() as well as unreachable code.

PHPBB3-13614
</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/9916] Updating License in the header</title>
<updated>2012-01-02T16:18:32+00:00</updated>
<author>
<name>Unknown</name>
<email>unknownbliss@phpbbdevelopers.net</email>
</author>
<published>2011-12-31T16:05:02+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=17991823ea72ef973852fd9d0a9c516703f2137e'/>
<id>17991823ea72ef973852fd9d0a9c516703f2137e</id>
<content type='text'>
PHPBB3-9916
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-9916
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/10011] Tests don't work on PHP &lt; 5.3</title>
<updated>2011-01-31T11:58:18+00:00</updated>
<author>
<name>Erik Frèrejean</name>
<email>erikfrerejean@phpbb.com</email>
</author>
<published>2011-01-31T11:58:18+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=14891cdf4ecf0e3ee164962be6685b8563f37a15'/>
<id>14891cdf4ecf0e3ee164962be6685b8563f37a15</id>
<content type='text'>
Due to the usage of `__DIR__` for the file includes the tests can't
be ran on systems with PHP &lt; 5.3. Replace all occurances of
`__DIR__` with `dirname(__FILE__)`.

PHPBB3-10011
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Due to the usage of `__DIR__` for the file includes the tests can't
be ran on systems with PHP &lt; 5.3. Replace all occurances of
`__DIR__` with `dirname(__FILE__)`.

PHPBB3-10011
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/9933] Add $use_unicode parameter to get_censor_preg_expression().</title>
<updated>2011-01-16T19:13:05+00:00</updated>
<author>
<name>Andreas Fischer</name>
<email>bantu@phpbb.com</email>
</author>
<published>2011-01-16T19:03:08+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=97be6e794647d0853274c5d8e68a9fbe727dba51'/>
<id>97be6e794647d0853274c5d8e68a9fbe727dba51</id>
<content type='text'>
Rename $unicode to $unicode_support, pass in $use_unicode defaulting to true.

In unit tests we can now pass in $use_unicode as false and also test the code
path that is taken when PCRE does not support unicode.

PHPBB3-9933
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename $unicode to $unicode_support, pass in $use_unicode defaulting to true.

In unit tests we can now pass in $use_unicode as false and also test the code
path that is taken when PCRE does not support unicode.

PHPBB3-9933
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/9987] Rename test files to include a _test suffix</title>
<updated>2011-01-09T23:18:37+00:00</updated>
<author>
<name>Igor Wiedler</name>
<email>igor@wiedler.ch</email>
</author>
<published>2011-01-09T23:18:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=01fe91c5c4e897801f5c179cd4060e686762f105'/>
<id>01fe91c5c4e897801f5c179cd4060e686762f105</id>
<content type='text'>
PHPBB3-9987
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-9987
</pre>
</div>
</content>
</entry>
</feed>
