<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/run-tests.php, branch php-5.5.16</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>Merge branch 'PHP-5.4' into PHP-5.5</title>
<updated>2014-05-27T10:04:17+00:00</updated>
<author>
<name>Matteo Beccati</name>
<email>mbeccati@php.net</email>
</author>
<published>2014-05-27T10:04:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=abfd97741056cc837918891f6f6c3662837547d0'/>
<id>abfd97741056cc837918891f6f6c3662837547d0</id>
<content type='text'>
* PHP-5.4:
  Escape non-printable characters in the junit XML output
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.4:
  Escape non-printable characters in the junit XML output
</pre>
</div>
</content>
</entry>
<entry>
<title>Escape non-printable characters in the junit XML output</title>
<updated>2014-05-27T10:03:38+00:00</updated>
<author>
<name>Matteo Beccati</name>
<email>mbeccati@php.net</email>
</author>
<published>2014-05-27T09:54:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=92d54f81d671f0f14a06fec7bd6f917b085253c6'/>
<id>92d54f81d671f0f14a06fec7bd6f917b085253c6</id>
<content type='text'>
XML doesn't allow most of the characters &lt; 0x20 and binary output
breaks XML parsers. Such characters are not allowed as entities
either, so the generated entities are escaped in order to be printed
as text.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
XML doesn't allow most of the characters &lt; 0x20 and binary output
breaks XML parsers. Such characters are not allowed as entities
either, so the generated entities are escaped in order to be printed
as text.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.4' into PHP-5.5</title>
<updated>2014-05-27T09:07:19+00:00</updated>
<author>
<name>Matteo Beccati</name>
<email>mbeccati@php.net</email>
</author>
<published>2014-05-27T09:07:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=56bcb22afb5040d49439f0a0d238f8a013ebec48'/>
<id>56bcb22afb5040d49439f0a0d238f8a013ebec48</id>
<content type='text'>
* PHP-5.4:
  Fixed broken XML junit output due to escaping of CDATA sections
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.4:
  Fixed broken XML junit output due to escaping of CDATA sections
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed broken XML junit output due to escaping of CDATA sections</title>
<updated>2014-05-27T09:04:48+00:00</updated>
<author>
<name>Matteo Beccati</name>
<email>mbeccati@php.net</email>
</author>
<published>2014-05-27T09:04:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1696166466e179c361c562f01a14995a09c41ae3'/>
<id>1696166466e179c361c562f01a14995a09c41ae3</id>
<content type='text'>
I've removed CDATA and used htmlspecialchars as the output might not be UTF-8 safe, as pointed out by ircmaxell in 26b37f1792dfaf9b0b30f81e492c8f68b9ece571
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I've removed CDATA and used htmlspecialchars as the output might not be UTF-8 safe, as pointed out by ircmaxell in 26b37f1792dfaf9b0b30f81e492c8f68b9ece571
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.4' into PHP-5.5</title>
<updated>2014-05-24T22:08:32+00:00</updated>
<author>
<name>Matteo Beccati</name>
<email>mbeccati@php.net</email>
</author>
<published>2014-05-24T22:08:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=980c63651c65f4078f627409781b6d66e5834088'/>
<id>980c63651c65f4078f627409781b6d66e5834088</id>
<content type='text'>
* PHP-5.4:
  Fix broken Junit output with --disable-cgi
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.4:
  Fix broken Junit output with --disable-cgi
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix broken Junit output with --disable-cgi</title>
<updated>2014-05-24T22:07:52+00:00</updated>
<author>
<name>Matteo Beccati</name>
<email>mbeccati@php.net</email>
</author>
<published>2014-05-24T22:07:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f9357b44f3d0871ca737650201366a32118bc3d6'/>
<id>f9357b44f3d0871ca737650201366a32118bc3d6</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' into PHP-5.5</title>
<updated>2014-05-22T22:37:47+00:00</updated>
<author>
<name>Adam Harvey</name>
<email>aharvey@php.net</email>
</author>
<published>2014-05-22T22:37:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e5e6ba093fd55e75554e549ed40ebbc75a8cf063'/>
<id>e5e6ba093fd55e75554e549ed40ebbc75a8cf063</id>
<content type='text'>
* PHP-5.4:
  Fix run-tests.php with Valgrind &gt;= 3.10.0.

Conflicts:
	run-tests.php
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.4:
  Fix run-tests.php with Valgrind &gt;= 3.10.0.

Conflicts:
	run-tests.php
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix run-tests.php with Valgrind &gt;= 3.10.0.</title>
<updated>2014-05-22T22:37:08+00:00</updated>
<author>
<name>Adam Harvey</name>
<email>aharvey@php.net</email>
</author>
<published>2014-05-22T22:36:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5d1bfd6fbfbb1474b23b0b58ef81f8396b361fca'/>
<id>5d1bfd6fbfbb1474b23b0b58ef81f8396b361fca</id>
<content type='text'>
The version test that we had in run-tests.php assumed that the major and minor
version numbers were always single digits. This removes that assumption and
also uses version_compare() for the comparison instead of naively converting it
to an integer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The version test that we had in run-tests.php assumed that the major and minor
version numbers were always single digits. This removes that assumption and
also uses version_compare() for the comparison instead of naively converting it
to an integer.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix regex to detect valgrind version</title>
<updated>2014-02-08T11:54:27+00:00</updated>
<author>
<name>Nuno Lopes</name>
<email>nlopess@php.net</email>
</author>
<published>2014-02-08T11:54:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=62404e767afbeadfaf6e0ceb8e53567238a75499'/>
<id>62404e767afbeadfaf6e0ceb8e53567238a75499</id>
<content type='text'>
New PCRE version got stricter
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New PCRE version got stricter
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #65559 (Opcache: cache not cleared if changes occur while running)</title>
<updated>2013-11-26T07:34:41+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2013-11-26T07:34:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a8c7e50f4d7d73797615734978259d640b3835c1'/>
<id>a8c7e50f4d7d73797615734978259d640b3835c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
