<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/reflection, branch php-7.0.0RC8</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>Fixed typo in reflection phpt</title>
<updated>2015-11-08T08:47:26+00:00</updated>
<author>
<name>James Titcumb</name>
<email>james@asgrim.com</email>
</author>
<published>2015-10-27T13:18:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=dc6b74ae2d3c6eaad6f4c718782b894a7dfe9cae'/>
<id>dc6b74ae2d3c6eaad6f4c718782b894a7dfe9cae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>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>Fix bug #70650</title>
<updated>2015-10-07T14:25:59+00:00</updated>
<author>
<name>Márcio Almada</name>
<email>marcio3w@gmail.com</email>
</author>
<published>2015-10-06T20:32:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ddb6d7801e5dfc2f196b549b8ad51376cdc1bc90'/>
<id>ddb6d7801e5dfc2f196b549b8ad51376cdc1bc90</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for ReflectionMethod::getPrototype_basic()</title>
<updated>2015-09-01T22:28:46+00:00</updated>
<author>
<name>marcosptf</name>
<email>marcosptf@yahoo.com.br</email>
</author>
<published>2015-08-25T04:22:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=519016096f911428778d0b88b8701e4d72e88bee'/>
<id>519016096f911428778d0b88b8701e4d72e88bee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bogus traces with ReflectionGenerator::getTrace()</title>
<updated>2015-08-20T21:24:28+00:00</updated>
<author>
<name>Bob Weinand</name>
<email>bobwei9@hotmail.com</email>
</author>
<published>2015-08-20T21:24:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5ece3ec71c3eb8d3b706c68b82a8f7c4a14491c6'/>
<id>5ece3ec71c3eb8d3b706c68b82a8f7c4a14491c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Get rid of implicit type casting in GC_*() macros in Zend/zend_types.h.</title>
<updated>2015-08-13T10:56:29+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2015-08-13T10:56:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=715d5d2855a0c6946ac99f1631a4dd9168b0cbfe'/>
<id>715d5d2855a0c6946ac99f1631a4dd9168b0cbfe</id>
<content type='text'>
This prevented compilation warnings and disclosed few incorrect usages in Zend/zend_vm_def.h and ext/dom/xpath.c.
Now explicit type casting may be required on call site.
This may break some C extension code, but it shoulfn't be a problem to add explicit casting.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This prevented compilation warnings and disclosed few incorrect usages in Zend/zend_vm_def.h and ext/dom/xpath.c.
Now explicit type casting may be required on call site.
This may break some C extension code, but it shoulfn't be a problem to add explicit casting.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't leak generator cycle in ReflectionGenerator test</title>
<updated>2015-07-03T17:33:28+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikic@php.net</email>
</author>
<published>2015-07-03T16:38:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3c33854e7c2ed15995acc8d3f6cf7ec64d53c698'/>
<id>3c33854e7c2ed15995acc8d3f6cf7ec64d53c698</id>
<content type='text'>
This is tracked by bug #69989.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is tracked by bug #69989.
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch position of ce in exception ce variable names</title>
<updated>2015-07-03T14:45:03+00:00</updated>
<author>
<name>Aaron Piotrowski</name>
<email>aaron@trowski.com</email>
</author>
<published>2015-07-03T14:45:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ed1b64877d82af71bc64a48bf914046640e8a270'/>
<id>ed1b64877d82af71bc64a48bf914046640e8a270</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
