<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext, branch php-5.5.0RC2</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>2013-05-22T06:29:30+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2013-05-22T06:29:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d64e8dd7a42233efba3c3d5fa5b2f437326f4432'/>
<id>d64e8dd7a42233efba3c3d5fa5b2f437326f4432</id>
<content type='text'>
* PHP-5.4:
  NEWS
  Fixed bug #64895 Integer overflow in SndToJewish
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.4:
  NEWS
  Fixed bug #64895 Integer overflow in SndToJewish
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.3' into PHP-5.4</title>
<updated>2013-05-22T06:29:08+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2013-05-22T06:29:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=73eedaf6f74e362a3ff2fdc9cec67148c232d2bf'/>
<id>73eedaf6f74e362a3ff2fdc9cec67148c232d2bf</id>
<content type='text'>
* PHP-5.3:
  Fixed bug #64895 Integer overflow in SndToJewish
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.3:
  Fixed bug #64895 Integer overflow in SndToJewish
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #64895 Integer overflow in SndToJewish</title>
<updated>2013-05-22T06:28:05+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2013-05-22T06:28:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=fc2a9d6e47ae23adb28122539b56df0d6195bdce'/>
<id>fc2a9d6e47ae23adb28122539b56df0d6195bdce</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>2013-05-21T16:09:02+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2013-05-21T16:09:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4840ff0f05876ee614d17804d2340f2233eb4111'/>
<id>4840ff0f05876ee614d17804d2340f2233eb4111</id>
<content type='text'>
* PHP-5.4:
  Integer overflow in SndToJewish leads to php hang AT least in (inputDay is long, metonicCycle is int):    metonicCycle = (inputDay + 310) / 6940;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.4:
  Integer overflow in SndToJewish leads to php hang AT least in (inputDay is long, metonicCycle is int):    metonicCycle = (inputDay + 310) / 6940;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.3' into PHP-5.4</title>
<updated>2013-05-21T16:08:45+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2013-05-21T16:08:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=646ebc2cb9148404ffbccf14413b794f3a1e0688'/>
<id>646ebc2cb9148404ffbccf14413b794f3a1e0688</id>
<content type='text'>
* PHP-5.3:
  Integer overflow in SndToJewish leads to php hang AT least in (inputDay is long, metonicCycle is int):    metonicCycle = (inputDay + 310) / 6940;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.3:
  Integer overflow in SndToJewish leads to php hang AT least in (inputDay is long, metonicCycle is int):    metonicCycle = (inputDay + 310) / 6940;
</pre>
</div>
</content>
</entry>
<entry>
<title>Integer overflow in SndToJewish leads to php hang</title>
<updated>2013-05-21T16:04:17+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2013-05-21T16:04:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4828f7343b3f31d914f4d4a5545865b8a19f7fb6'/>
<id>4828f7343b3f31d914f4d4a5545865b8a19f7fb6</id>
<content type='text'>
AT least in (inputDay is long, metonicCycle is int):
   metonicCycle = (inputDay + 310) / 6940;

So large value give strange (negative) results or php hangs.
This is patch already applied in some linux distro.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
AT least in (inputDay is long, metonicCycle is int):
   metonicCycle = (inputDay + 310) / 6940;

So large value give strange (negative) results or php hangs.
This is patch already applied in some linux distro.
</pre>
</div>
</content>
</entry>
<entry>
<title>updates</title>
<updated>2013-05-21T11:27:45+00:00</updated>
<author>
<name>Andrey Hristov</name>
<email>andrey@php.net</email>
</author>
<published>2013-05-21T11:27:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=378a5f9bfe03ca7251af5dd6cd9c3be1a6524b34'/>
<id>378a5f9bfe03ca7251af5dd6cd9c3be1a6524b34</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>2013-05-17T09:50:52+00:00</updated>
<author>
<name>Pierre Joye</name>
<email>pierre.php@gmail.com</email>
</author>
<published>2013-05-17T09:50:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=40d5458eff0f304ef8c1d2ae1e5f9a85181a64a1'/>
<id>40d5458eff0f304ef8c1d2ae1e5f9a85181a64a1</id>
<content type='text'>
* PHP-5.4:
  entry for #64214
  other fix for #64214, unmodified file may not have old fp set, causing other possible crashes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.4:
  entry for #64214
  other fix for #64214, unmodified file may not have old fp set, causing other possible crashes
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4</title>
<updated>2013-05-17T09:49:45+00:00</updated>
<author>
<name>Pierre Joye</name>
<email>pierre.php@gmail.com</email>
</author>
<published>2013-05-17T09:49:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b142e8825f35640c1a0c31fb9d7f657b95107e85'/>
<id>b142e8825f35640c1a0c31fb9d7f657b95107e85</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.3' into PHP-5.4</title>
<updated>2013-05-17T09:49:33+00:00</updated>
<author>
<name>Pierre Joye</name>
<email>pierre.php@gmail.com</email>
</author>
<published>2013-05-17T09:49:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=aff65a03461ad552ce9eb769d390285a9bcd9099'/>
<id>aff65a03461ad552ce9eb769d390285a9bcd9099</id>
<content type='text'>
* PHP-5.3:
  entry for #64214
  other fix for #64214, unmodified file may not have old fp set, causing other possible crashes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.3:
  entry for #64214
  other fix for #64214, unmodified file may not have old fp set, causing other possible crashes
</pre>
</div>
</content>
</entry>
</feed>
