<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git, branch php-5.3.26RC1</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>PHP 5.3.26RC1</title>
<updated>2013-05-22T15:10:20+00:00</updated>
<author>
<name>Johannes Schlüter</name>
<email>johannes@php.net</email>
</author>
<published>2013-05-22T15:10:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9e28f20fba538c602ff3270deeb4aa5835448866'/>
<id>9e28f20fba538c602ff3270deeb4aa5835448866</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 #64895 Integer overflow in SndToJewish</title>
<updated>2013-05-22T06:30:50+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=c50cef1dc54ffd1d0fb71d1afb8b2c3cb3c5b6ef'/>
<id>c50cef1dc54ffd1d0fb71d1afb8b2c3cb3c5b6ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix order</title>
<updated>2013-05-22T06:25:35+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2013-05-22T06:25:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d4ad8898247da4eca2221e564eb8c025bc783a0b'/>
<id>d4ad8898247da4eca2221e564eb8c025bc783a0b</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 double-quote name of namespaced function.</title>
<updated>2013-05-19T20:32:17+00:00</updated>
<author>
<name>Sara Golemon</name>
<email>pollita@php.net</email>
</author>
<published>2013-05-19T20:32:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2d5695cbc5a627cb278b3ab0b1f5eed2f8be1bee'/>
<id>2d5695cbc5a627cb278b3ab0b1f5eed2f8be1bee</id>
<content type='text'>
ZEND_NS_NAMED_FE(ns, zend_name, name, arg_info)

was resulting in a function declaration of:

ns\"zend_name"()

including the errant quotes.

This diff corrects that.  There are currently no uses of ZEND_NS_NAMED_FE
in core and reason to believe that there are no uses in the wild either.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ZEND_NS_NAMED_FE(ns, zend_name, name, arg_info)

was resulting in a function declaration of:

ns\"zend_name"()

including the errant quotes.

This diff corrects that.  There are currently no uses of ZEND_NS_NAMED_FE
in core and reason to believe that there are no uses in the wild either.
</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>entry for #64214</title>
<updated>2013-05-17T09:49:13+00:00</updated>
<author>
<name>Pierre Joye</name>
<email>pierre.php@gmail.com</email>
</author>
<published>2013-05-17T09:49:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=46b05bc57aee7a24f87a31a079f9076f4870b780'/>
<id>46b05bc57aee7a24f87a31a079f9076f4870b780</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>other fix for #64214, unmodified file may not have old fp set, causing other possible crashes</title>
<updated>2013-05-17T09:45:13+00:00</updated>
<author>
<name>Pierre Joye</name>
<email>pierre.php@gmail.com</email>
</author>
<published>2013-05-17T09:45:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3eb1745643e6774dcd589705bf566516561d1cff'/>
<id>3eb1745643e6774dcd589705bf566516561d1cff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix unitialized vars when sql.safe_mode=1</title>
<updated>2013-05-15T09:12:17+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2013-05-15T09:12:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=86db5fb4c2b7199dc862dfce99c345c49305ba8a'/>
<id>86db5fb4c2b7199dc862dfce99c345c49305ba8a</id>
<content type='text'>
which can break the subsequent mysqlnd_connect() call
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
which can break the subsequent mysqlnd_connect() call
</pre>
</div>
</content>
</entry>
<entry>
<title>more check for php_stream_fopen_tmpfile failure</title>
<updated>2013-05-14T14:45:11+00:00</updated>
<author>
<name>Pierre Joye</name>
<email>pierre.php@gmail.com</email>
</author>
<published>2013-05-14T14:45:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ba1af298052cbef7329e330f2d3f9749b9be65bb'/>
<id>ba1af298052cbef7329e330f2d3f9749b9be65bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>php_stream_fopen_tmpfile may file, causing any following stream usage to crash</title>
<updated>2013-05-14T07:20:53+00:00</updated>
<author>
<name>Pierre Joye</name>
<email>pierre.php@gmail.com</email>
</author>
<published>2013-05-14T07:20:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=533e636a62a1f1d5119f262f44c48097d7762735'/>
<id>533e636a62a1f1d5119f262f44c48097d7762735</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
