<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/run-tests.php, branch php-5.4.23</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>avoid doing a stream_select on a closed stream</title>
<updated>2013-11-19T11:41:58+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2013-11-19T11:41:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=25c08a839a261f3da77767934d8bed29f9831db3'/>
<id>25c08a839a261f3da77767934d8bed29f9831db3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix bug #62396 'make test' crashes starting with 5.3.14</title>
<updated>2013-10-01T15:01:03+00:00</updated>
<author>
<name>Michael Wallner</name>
<email>mike@php.net</email>
</author>
<published>2013-10-01T15:01:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=cd1cab3f4726751a0476ac8701ce09cc37cb36df'/>
<id>cd1cab3f4726751a0476ac8701ce09cc37cb36df</id>
<content type='text'>
(missing gzencode())
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(missing gzencode())
</pre>
</div>
</content>
</entry>
<entry>
<title>Add -P option to use the current binary</title>
<updated>2013-08-18T21:08:03+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2013-08-18T21:08:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3da2fb335db1f8ed64967164e090688ba0eb793d'/>
<id>3da2fb335db1f8ed64967164e090688ba0eb793d</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 'pull-request/341'</title>
<updated>2013-06-10T21:20:18+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2013-06-10T21:20:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ac40c0b562b0f90652cadef83968d7305626c377'/>
<id>ac40c0b562b0f90652cadef83968d7305626c377</id>
<content type='text'>
* pull-request/341: (23 commits)
  typofixes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* pull-request/341: (23 commits)
  typofixes
</pre>
</div>
</content>
</entry>
<entry>
<title>add --offline option to run-tests command</title>
<updated>2012-10-01T02:40:57+00:00</updated>
<author>
<name>Remi Collet</name>
<email>fedora@famillecollet.com</email>
</author>
<published>2012-09-25T04:52:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=dd093ac12aa4412a78dfecbf1e711f2dfd02ca7c'/>
<id>dd093ac12aa4412a78dfecbf1e711f2dfd02ca7c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not unload shared extensions when checking for leaks</title>
<updated>2012-07-17T09:04:56+00:00</updated>
<author>
<name>Hannes Magnusson</name>
<email>bjori@10gen.com</email>
</author>
<published>2012-07-17T09:04:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=88f7f3c00fba1aea5e5ca7d0f01b31bc2e8bf275'/>
<id>88f7f3c00fba1aea5e5ca7d0f01b31bc2e8bf275</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix two issues with run-tests.php</title>
<updated>2012-07-07T02:37:50+00:00</updated>
<author>
<name>Anthony Ferrara</name>
<email>ircmaxell@php.net</email>
</author>
<published>2012-07-07T02:37:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=26b37f1792dfaf9b0b30f81e492c8f68b9ece571'/>
<id>26b37f1792dfaf9b0b30f81e492c8f68b9ece571</id>
<content type='text'>
1. E_STRICT error due to passing return of array_intersect() into reset() directly
2. Details in junit output can produce invalid UTF-8 and XML due to unescaped characters
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. E_STRICT error due to passing return of array_intersect() into reset() directly
2. Details in junit output can produce invalid UTF-8 and XML due to unescaped characters
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed bug #62415 (Undefined variable: diff in run-tests.php on line 2093 for successful XFAIL)</title>
<updated>2012-06-30T19:29:30+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipensp@gmail.com</email>
</author>
<published>2012-06-30T19:29:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=75d8af715cd624dda243d31f826c7da927ccd22f'/>
<id>75d8af715cd624dda243d31f826c7da927ccd22f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't depend on a fixed path for PHP shebang but use /usr/bin/env</title>
<updated>2012-06-07T07:44:49+00:00</updated>
<author>
<name>Till Klampaeckel</name>
<email>till@php.net</email>
</author>
<published>2012-06-06T16:49:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c56ff39c05be5b846973760ef8bdad8401defe24'/>
<id>c56ff39c05be5b846973760ef8bdad8401defe24</id>
<content type='text'>
(cherry picked from commit 89c5d981603ed4a2a54f86c20cec4f263c58ded6)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 89c5d981603ed4a2a54f86c20cec4f263c58ded6)
</pre>
</div>
</content>
</entry>
<entry>
<title>sync with HEAD</title>
<updated>2012-05-28T00:13:09+00:00</updated>
<author>
<name>Nuno Lopes</name>
<email>nlopess@php.net</email>
</author>
<published>2012-05-28T00:13:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=72911237b55d9eaaa48a046cbd7cbc4c195c1ee3'/>
<id>72911237b55d9eaaa48a046cbd7cbc4c195c1ee3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
