<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext, branch php-7.0.0RC5</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>Do not create a fake Closure for real Closures</title>
<updated>2015-10-14T14:15:27+00:00</updated>
<author>
<name>Bob Weinand</name>
<email>bobwei9@hotmail.com</email>
</author>
<published>2015-10-14T10:07:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1b5b21539f8f12e6114bd4852438101c8989eabc'/>
<id>1b5b21539f8f12e6114bd4852438101c8989eabc</id>
<content type='text'>
That is solved by just returning the Closure as is, which is safe due to Closures being immutable objects
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
That is solved by just returning the Closure as is, which is safe due to Closures being immutable objects
</pre>
</div>
</content>
</entry>
<entry>
<title>Forbid "fake" closure rebinding</title>
<updated>2015-10-12T18:34:08+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2015-10-09T16:41:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=23b372d358577c8146e4c35e936413e5a43043d9'/>
<id>23b372d358577c8146e4c35e936413e5a43043d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fork test for ICU 56.1</title>
<updated>2015-10-12T09:20:51+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2015-10-12T09:20:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5492fe9f250f4c40e62bd590c7df2846445e3213'/>
<id>5492fe9f250f4c40e62bd590c7df2846445e3213</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fork test for ICU-56.1</title>
<updated>2015-10-12T09:16:27+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2015-10-12T09:16:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=aea420c7cfe1749aa92727596912e4810ebbc176'/>
<id>aea420c7cfe1749aa92727596912e4810ebbc176</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix test for ICU-56.1</title>
<updated>2015-10-12T09:10:04+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2015-10-12T09:10:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3fb6f0014a6512162836f8579b45fee6fbcb902d'/>
<id>3fb6f0014a6512162836f8579b45fee6fbcb902d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implemented file_cache_fallback mechanism</title>
<updated>2015-10-09T21:47:59+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2015-10-09T21:07:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ffb5d0aca30f4730940b6f3265a2f634259ef5b0'/>
<id>ffb5d0aca30f4730940b6f3265a2f634259ef5b0</id>
<content type='text'>
which is essential as an attempt to fix the "failed to reattach"
error on Windows. If file_cache is enabled, Opcache will
automaticaly switch to file_cache_only mode in the case a process
failed to map the shared segment at the required address. The
important small part of the SHM will still be mapped, which
allows information exchange between normal processes using SHM
and those using the fallback mechanism.

This is based on Dmitry's, Matt's and mine ideas. So many thanks for
support!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
which is essential as an attempt to fix the "failed to reattach"
error on Windows. If file_cache is enabled, Opcache will
automaticaly switch to file_cache_only mode in the case a process
failed to map the shared segment at the required address. The
important small part of the SHM will still be mapped, which
allows information exchange between normal processes using SHM
and those using the fallback mechanism.

This is based on Dmitry's, Matt's and mine ideas. So many thanks for
support!
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #70674 (ReflectionFunction::getClosure() leaks memory when used for internal functions)</title>
<updated>2015-10-08T21:45:02+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2015-10-08T21:45:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=91fb3a7b2791f97363b085747e98d14efb23a485'/>
<id>91fb3a7b2791f97363b085747e98d14efb23a485</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct intdiv() argument names and description</title>
<updated>2015-10-08T14:45:22+00:00</updated>
<author>
<name>Andrea Faulds</name>
<email>ajf@ajf.me</email>
</author>
<published>2015-10-06T15:12:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=fa23bebe94d7149d7bb55d3482f4802546198c24'/>
<id>fa23bebe94d7149d7bb55d3482f4802546198c24</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 #70668 (array_keys() doesn't respect references when $strict is true)</title>
<updated>2015-10-08T11:59:02+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2015-10-08T11:59:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3815e9713601a637b30bb99d631fc68df97f9288'/>
<id>3815e9713601a637b30bb99d631fc68df97f9288</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 #70667 (strtr() causes invalid writes and a crashes)</title>
<updated>2015-10-08T11:30:43+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2015-10-08T11:30:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9af07e7119a150acd5911c97da5d91fe9e424570'/>
<id>9af07e7119a150acd5911c97da5d91fe9e424570</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
