<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext, branch php-7.0.1</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>Refactor password_hash to use random_bytes internally to generate salts</title>
<updated>2015-12-14T08:41:13+00:00</updated>
<author>
<name>Anthony Ferrara</name>
<email>ircmaxell@gmail.com</email>
</author>
<published>2015-10-18T22:53:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4054ec69da7631046f19d54ab06f09728a208b8b'/>
<id>4054ec69da7631046f19d54ab06f09728a208b8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PHP_MD5_CTX is now always used due to fix for #71204</title>
<updated>2015-12-08T14:32:55+00:00</updated>
<author>
<name>Bob Weinand</name>
<email>bobwei9@hotmail.com</email>
</author>
<published>2015-12-08T14:22:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4f4400d7e5fae1138b40433a5ffbe941915fd004'/>
<id>4f4400d7e5fae1138b40433a5ffbe941915fd004</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update random.c</title>
<updated>2015-12-08T12:16:48+00:00</updated>
<author>
<name>Scott</name>
<email>scott@paragonie.com</email>
</author>
<published>2015-10-21T20:04:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c0ce2281bcb8f4a9f43eaf0d54cee2eb990dd031'/>
<id>c0ce2281bcb8f4a9f43eaf0d54cee2eb990dd031</id>
<content type='text'>
Supersedes #1589
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Supersedes #1589
</pre>
</div>
</content>
</entry>
<entry>
<title>Expose php_random_bytes as a first-class API within internals</title>
<updated>2015-12-08T12:12:45+00:00</updated>
<author>
<name>Anthony Ferrara</name>
<email>ircmaxell@gmail.com</email>
</author>
<published>2015-12-08T12:12:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=908f67b1d44521aaac61e725290f3dc8a3fddcc7'/>
<id>908f67b1d44521aaac61e725290f3dc8a3fddcc7</id>
<content type='text'>
This also defines two macros: php_random_bytes_throw and php_random_bytes_silent depending on use case which will throw exceptions or not respectively
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also defines two macros: php_random_bytes_throw and php_random_bytes_silent depending on use case which will throw exceptions or not respectively
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #71024 Unable to use PHP 7.0 x64 side-by-side with PHP 5.6 x32 on the same server</title>
<updated>2015-12-07T21:53:35+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2015-12-07T21:52:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7c981192eb26fbb93be767cd6b2dc765d370bbab'/>
<id>7c981192eb26fbb93be767cd6b2dc765d370bbab</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 #71049 (SQLite3Stmt::execute() releases bound parameter instead of internal buffer)</title>
<updated>2015-12-07T15:43:09+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2015-12-07T15:43:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=250430acdc230ae9a894b8939653aad6fad537ce'/>
<id>250430acdc230ae9a894b8939653aad6fad537ce</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 #71020 (Use after free in Collator::sortWithSortKeys)</title>
<updated>2015-12-07T02:58:26+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2015-12-07T02:58:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e48988311d2e726eeeb25ebbbde42146c0f53b48'/>
<id>e48988311d2e726eeeb25ebbbde42146c0f53b48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #70831: Compile fails on system with 160 CPUs</title>
<updated>2015-12-06T11:37:08+00:00</updated>
<author>
<name>Daniel Axtens</name>
<email>dja@axtens.net</email>
</author>
<published>2015-11-01T23:17:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2ea924fffcb1ed63af6d68560a4930881f4e8ab1'/>
<id>2ea924fffcb1ed63af6d68560a4930881f4e8ab1</id>
<content type='text'>
This fixes the following build issue on 160-CPU POWER8 machines

ext/tokenizer/tokenizer_data.c:28:34: fatal error: zend_language_parser.h: No such file or directory
 #include &lt;zend_language_parser.h&gt;

It is fixed by introducing an explicit dependency on the header file.

Signed-off-by: Daniel Axtens &lt;dja@axtens.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes the following build issue on 160-CPU POWER8 machines

ext/tokenizer/tokenizer_data.c:28:34: fatal error: zend_language_parser.h: No such file or directory
 #include &lt;zend_language_parser.h&gt;

It is fixed by introducing an explicit dependency on the header file.

Signed-off-by: Daniel Axtens &lt;dja@axtens.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix double free in formatted_print.c</title>
<updated>2015-12-06T01:54:28+00:00</updated>
<author>
<name>Bob Weinand</name>
<email>bobwei9@hotmail.com</email>
</author>
<published>2015-12-06T01:54:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=aa8cac578e22e65ceda63d3518d696ccfc920494'/>
<id>aa8cac578e22e65ceda63d3518d696ccfc920494</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Missed one place</title>
<updated>2015-12-04T14:51:16+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2015-12-04T14:51:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=311eb2b11e97336a4c82b43b2422a30d346e5679'/>
<id>311eb2b11e97336a4c82b43b2422a30d346e5679</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
