<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/spl, branch php-5.5.20</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>Fixed bug #68128</title>
<updated>2014-10-14T14:49:01+00:00</updated>
<author>
<name>Tjerk Meesters</name>
<email>datibbaw@php.net</email>
</author>
<published>2014-10-06T01:40:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=71ba533640a33bf6d034637ad68c145dec3180ba'/>
<id>71ba533640a33bf6d034637ad68c145dec3180ba</id>
<content type='text'>
Three issues are addressed:

- RecursiveRegexIterator::accept() should accept non-empty arrays without
  applying any regular expression and RegexIterator::accept() should not accept
  an array.
- RegexIterator::accept() should not accept an atom that fails to match
  anything, even when PREG_PATTERN_ORDER is used (which would return an array
  of empty arrays).
- RecursiveRegexIterator::getChildren() should pass all constructor arguments
  to its child iterator instead of just the regular expression.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Three issues are addressed:

- RecursiveRegexIterator::accept() should accept non-empty arrays without
  applying any regular expression and RegexIterator::accept() should not accept
  an array.
- RegexIterator::accept() should not accept an atom that fails to match
  anything, even when PREG_PATTERN_ORDER is used (which would return an array
  of empty arrays).
- RecursiveRegexIterator::getChildren() should pass all constructor arguments
  to its child iterator instead of just the regular expression.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.4' into PHP-5.5</title>
<updated>2014-08-17T18:33:41+00:00</updated>
<author>
<name>Lior Kaplan</name>
<email>kaplanlior@gmail.com</email>
</author>
<published>2014-08-17T18:33:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=fac08a960be6124829177f6c33c2b10aa3fd81b9'/>
<id>fac08a960be6124829177f6c33c2b10aa3fd81b9</id>
<content type='text'>
* PHP-5.4:
  Correct typo in comments: 'initialized'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.4:
  Correct typo in comments: 'initialized'
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct typo in comments: 'initialized'</title>
<updated>2014-08-17T18:32:53+00:00</updated>
<author>
<name>Lior Kaplan</name>
<email>kaplanlior@gmail.com</email>
</author>
<published>2014-08-17T18:32:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1504f7d630c01fcfe9cd23b9e8aff7195a3864f7'/>
<id>1504f7d630c01fcfe9cd23b9e8aff7195a3864f7</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-08-17T12:48:22+00:00</updated>
<author>
<name>Lior Kaplan</name>
<email>kaplanlior@gmail.com</email>
</author>
<published>2014-08-17T12:48:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=be2128c8050fd8d22604acb0e225891551c81c8c'/>
<id>be2128c8050fd8d22604acb0e225891551c81c8c</id>
<content type='text'>
* PHP-5.4:
  typofixes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.4:
  typofixes
</pre>
</div>
</content>
</entry>
<entry>
<title>typofixes</title>
<updated>2014-08-17T12:44:02+00:00</updated>
<author>
<name>Veres Lajos</name>
<email>vlajos@gmail.com</email>
</author>
<published>2014-08-12T21:00:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3f42f2f5d1c8026b6e1d21b91857a08d918c28c8'/>
<id>3f42f2f5d1c8026b6e1d21b91857a08d918c28c8</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 #67813 (CachingIterator::__construct InvalidArgumentException wrong message)</title>
<updated>2014-08-11T09:46:56+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2014-08-11T09:46:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b6ddcf9c7176f6cca06804c747c08bee89980e44'/>
<id>b6ddcf9c7176f6cca06804c747c08bee89980e44</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 #67539 (ArrayIterator use-after-free due to object change during sorting)</title>
<updated>2014-07-25T05:54:14+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2014-07-02T09:57:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=51c38a09970c1f8395e68500c0b2ed1b3c9a6786'/>
<id>51c38a09970c1f8395e68500c0b2ed1b3c9a6786</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 #67538 (SPL Iterators use-after-free)</title>
<updated>2014-07-25T05:53:46+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2014-07-02T09:45:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=61e0f8599d4e2a222ec49781e5be90fbbc1cd65b'/>
<id>61e0f8599d4e2a222ec49781e5be90fbbc1cd65b</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 #67539 (ArrayIterator use-after-free due to object change during sorting)</title>
<updated>2014-07-02T09:57:42+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2014-07-02T09:57:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=22882a9d89712ff2b6ebc20a689a89452bba4dcd'/>
<id>22882a9d89712ff2b6ebc20a689a89452bba4dcd</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 #67538 (SPL Iterators use-after-free)</title>
<updated>2014-07-02T09:45:09+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2014-07-02T09:45:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=df78c48354f376cf419d7a97f88ca07d572f00fb'/>
<id>df78c48354f376cf419d7a97f88ca07d572f00fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
