<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git, branch php-5.4.42</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.4.42</title>
<updated>2015-06-10T05:11:55+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2015-06-10T05:11:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3a857b95cea35987aaef93fb08e6e9cbd6c6f483'/>
<id>3a857b95cea35987aaef93fb08e6e9cbd6c6f483</id>
<content type='text'>
* PHP-5.4:
  add NEWS
  Fixed bug #68776
  fix test
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.4:
  add NEWS
  Fixed bug #68776
  fix test
</pre>
</div>
</content>
</entry>
<entry>
<title>add NEWS</title>
<updated>2015-06-10T04:35:18+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2015-06-10T04:35:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f1ffb4b1ade5dc995d7815786ca7956fff34b440'/>
<id>f1ffb4b1ade5dc995d7815786ca7956fff34b440</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #68776</title>
<updated>2015-06-10T04:32:54+00:00</updated>
<author>
<name>Yasuo Ohgaki</name>
<email>yohgaki@php.net</email>
</author>
<published>2015-05-13T00:18:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9d168b863e007c4e15ebe4d2eecabdf8b0582e30'/>
<id>9d168b863e007c4e15ebe4d2eecabdf8b0582e30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix test</title>
<updated>2015-06-10T00:11:33+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2015-06-10T00:11:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=eee8b6c33fc968ef8c496db8fb54e8c9d9d5a8f9'/>
<id>eee8b6c33fc968ef8c496db8fb54e8c9d9d5a8f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>5.4.42</title>
<updated>2015-06-09T23:28:34+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2015-06-09T23:28:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2fa226f60dd6f0911795dcc2dc8011f78e7655d9'/>
<id>2fa226f60dd6f0911795dcc2dc8011f78e7655d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add date</title>
<updated>2015-06-09T23:27:59+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2015-06-09T23:27:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d1b8a26f811124958802b77060005d3b103ad20c'/>
<id>d1b8a26f811124958802b77060005d3b103ad20c</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.4.42</title>
<updated>2015-06-09T23:23:45+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2015-06-09T23:23:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7537e639e2b4b80b6294a623ab449d6a1deecb3b'/>
<id>7537e639e2b4b80b6294a623ab449d6a1deecb3b</id>
<content type='text'>
* PHP-5.4:
  update NEWS
  Fix bug #69646	OS command injection vulnerability in escapeshellarg
  Fix #69719 - more checks for nulls in paths
  fix test description
  Fixed Buf #68812 Unchecked return value.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.4:
  update NEWS
  Fix bug #69646	OS command injection vulnerability in escapeshellarg
  Fix #69719 - more checks for nulls in paths
  fix test description
  Fixed Buf #68812 Unchecked return value.
</pre>
</div>
</content>
</entry>
<entry>
<title>update NEWS</title>
<updated>2015-06-09T23:23:05+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2015-06-09T23:23:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=539738c4384ba05a13cb17478e3af0f4d1450542'/>
<id>539738c4384ba05a13cb17478e3af0f4d1450542</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 #69646	OS command injection vulnerability in escapeshellarg</title>
<updated>2015-06-09T17:52:38+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2015-06-01T05:53:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=80367584910885baa1a2a4476a4a31efdcf0c9c0'/>
<id>80367584910885baa1a2a4476a4a31efdcf0c9c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #69719 - more checks for nulls in paths</title>
<updated>2015-06-09T17:52:38+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2015-06-01T05:47:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f7d7befae8bcc2db0093f8adaa9f72eeb7ad891e'/>
<id>f7d7befae8bcc2db0093f8adaa9f72eeb7ad891e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
