<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext, branch php-5.6.13</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.6'</title>
<updated>2015-09-02T23:53:40+00:00</updated>
<author>
<name>Matteo Beccati</name>
<email>mbeccati@php.net</email>
</author>
<published>2015-08-29T08:48:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=bb151b0a755ffc2623f029666b18384bb0b336bb'/>
<id>bb151b0a755ffc2623f029666b18384bb0b336bb</id>
<content type='text'>
* PHP-5.6:
  Added missing skipif for phar+zlib test
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.6:
  Added missing skipif for phar+zlib test
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.5' into PHP-5.6</title>
<updated>2015-09-02T23:52:12+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2015-09-01T19:51:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a4c64d152cee3f71fd931b18ef4b8a540337ee72'/>
<id>a4c64d152cee3f71fd931b18ef4b8a540337ee72</id>
<content type='text'>
* PHP-5.5:
  More fixes for bug #70219
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.5:
  More fixes for bug #70219
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.5' into PHP-5.6</title>
<updated>2015-09-02T23:51:57+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2015-09-01T19:24:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8b218b5aa88770e5829296fb8875248cd8f11016'/>
<id>8b218b5aa88770e5829296fb8875248cd8f11016</id>
<content type='text'>
* PHP-5.5:
  fix unit tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.5:
  fix unit tests
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '70284' into PHP-5.6</title>
<updated>2015-09-02T23:51:19+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2015-09-01T19:05:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4d7bb43b9f399d20af45124906384d82afbd10f7'/>
<id>4d7bb43b9f399d20af45124906384d82afbd10f7</id>
<content type='text'>
* 70284:
  Fix bug ##70284 (Use after free vulnerability in unserialize() with GMP)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 70284:
  Fix bug ##70284 (Use after free vulnerability in unserialize() with GMP)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.5' into PHP-5.6</title>
<updated>2015-09-02T23:48:40+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2015-09-01T19:06:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=55ddcbca0f8c95e28a8a828ec4635cbc792d9807'/>
<id>55ddcbca0f8c95e28a8a828ec4635cbc792d9807</id>
<content type='text'>
* PHP-5.5:
  update NEWS
  add NEWS for fixes
  Improve fix for #70172
  Fix bug #70312 - HAVAL gives wrong hashes in specific cases
  fix test
  add test
  Fix bug #70366 - use-after-free vulnerability in unserialize() with SplDoublyLinkedList
  Fix bug #70365 - use-after-free vulnerability in unserialize() with SplObjectStorage
  Fix bug #70172 - Use After Free Vulnerability in unserialize()
  Fix bug #70388 - SOAP serialize_function_call() type confusion
  Fixed bug #70350: ZipArchive::extractTo allows for directory traversal when creating directories
  Improve fix for #70385
  Fix bug #70345 (Multiple vulnerabilities related to PCRE functions)
  Fix bug #70385 (Buffer over-read in exif_read_data with TIFF IFD tag byte value of 32 bytes)
  Fix bug #70219 (Use after free vulnerability in session deserializer)
  Fix for bug #69782
  Add CVE IDs asigned (post release) to PHP 5.4.43
  Add CVE IDs asigned to #69085 (PHP 5.4.39)
  5.4.45 next

Conflicts:
	ext/pcre/php_pcre.c
	ext/standard/var_unserializer.c
	ext/standard/var_unserializer.re
	ext/zip/php_zip.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.5:
  update NEWS
  add NEWS for fixes
  Improve fix for #70172
  Fix bug #70312 - HAVAL gives wrong hashes in specific cases
  fix test
  add test
  Fix bug #70366 - use-after-free vulnerability in unserialize() with SplDoublyLinkedList
  Fix bug #70365 - use-after-free vulnerability in unserialize() with SplObjectStorage
  Fix bug #70172 - Use After Free Vulnerability in unserialize()
  Fix bug #70388 - SOAP serialize_function_call() type confusion
  Fixed bug #70350: ZipArchive::extractTo allows for directory traversal when creating directories
  Improve fix for #70385
  Fix bug #70345 (Multiple vulnerabilities related to PCRE functions)
  Fix bug #70385 (Buffer over-read in exif_read_data with TIFF IFD tag byte value of 32 bytes)
  Fix bug #70219 (Use after free vulnerability in session deserializer)
  Fix for bug #69782
  Add CVE IDs asigned (post release) to PHP 5.4.43
  Add CVE IDs asigned to #69085 (PHP 5.4.39)
  5.4.45 next

Conflicts:
	ext/pcre/php_pcre.c
	ext/standard/var_unserializer.c
	ext/standard/var_unserializer.re
	ext/zip/php_zip.c
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #70303: Incorrect constructor reflection for ArrayObject</title>
<updated>2015-08-19T14:23:16+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmb@php.net</email>
</author>
<published>2015-08-19T14:22:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=484b92919bd3b06f3eae845bc1a592da58bef64e'/>
<id>484b92919bd3b06f3eae845bc1a592da58bef64e</id>
<content type='text'>
The first parameter of ArrayObject::__construct() is optional. Reflection
should reflect this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The first parameter of ArrayObject::__construct() is optional. Reflection
should reflect this.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #70290 (Null pointer deref (segfault) in spl_autoload via ob_start)</title>
<updated>2015-08-19T10:41:28+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2015-08-19T10:41:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b584b513983319be170f02828bc7c12850b40320'/>
<id>b584b513983319be170f02828bc7c12850b40320</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch from Rainer Jung to provide Solaris LDAP support</title>
<updated>2015-08-18T14:52:44+00:00</updated>
<author>
<name>Côme Bernigaud</name>
<email>mcmic@php.net</email>
</author>
<published>2015-08-18T14:52:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=40befb943c040a5a034f0868c9d190e7debed05c'/>
<id>40befb943c040a5a034f0868c9d190e7debed05c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #70277: new DateTimeZone($foo) is ignoring text after null byte</title>
<updated>2015-08-17T13:58:37+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2015-08-17T13:58:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=bb057498f7457e8b2eba98332a3bad434de4cf12'/>
<id>bb057498f7457e8b2eba98332a3bad434de4cf12</id>
<content type='text'>
The DateTimeZone constructors are not binary safe. They're parsing the timezone
as string, but discard the length when calling timezone_initialize(). This
patch adds a tz_len parameter and a respective check to timezone_initialize().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The DateTimeZone constructors are not binary safe. They're parsing the timezone
as string, but discard the length when calling timezone_initialize(). This
patch adds a tz_len parameter and a respective check to timezone_initialize().
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed sorting order</title>
<updated>2015-08-16T20:27:07+00:00</updated>
<author>
<name>Derick Rethans</name>
<email>github@derickrethans.nl</email>
</author>
<published>2015-08-16T20:26:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b010a9d84617930b5ae412c41e994ca00d489471'/>
<id>b010a9d84617930b5ae412c41e994ca00d489471</id>
<content type='text'>
It needs to match the strcasecmp in parse_tz.c.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It needs to match the strcasecmp in parse_tz.c.
</pre>
</div>
</content>
</entry>
</feed>
