<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/reflection, branch php-5.3.16</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 bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong result)</title>
<updated>2012-08-01T12:23:30+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2012-08-01T12:23:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=10642aa9e4f1eb694a8f7b514cc234cb24545744'/>
<id>10642aa9e4f1eb694a8f7b514cc234cb24545744</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #62432 ReflectionMethod random corrupt memory on high concurrent</title>
<updated>2012-06-27T21:26:33+00:00</updated>
<author>
<name>Johannes Schlüter</name>
<email>johannes@php.net</email>
</author>
<published>2012-06-27T21:26:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b025b9d0cf9921d26fc4dad43cf26390d0a8c5dd'/>
<id>b025b9d0cf9921d26fc4dad43cf26390d0a8c5dd</id>
<content type='text'>
This fixes the same issue in multiple extensions. This isn't needed
in later branches as 5.4 introduced object_properties_init()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes the same issue in multiple extensions. This isn't needed
in later branches as 5.4 introduced object_properties_init()
</pre>
</div>
</content>
</entry>
<entry>
<title>- Improved fix for #62384</title>
<updated>2012-06-23T18:10:47+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipensp@gmail.com</email>
</author>
<published>2012-06-23T18:10:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c3f34796a053f5ff1016d872f8c339e32468783f'/>
<id>c3f34796a053f5ff1016d872f8c339e32468783f</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 #62384 (Attempting to invoke a Closure more than once causes segfaul)</title>
<updated>2012-06-22T15:05:29+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipensp@gmail.com</email>
</author>
<published>2012-06-22T15:05:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b8e946b02eac53f46cbfc8eefb5c91fb5b075c9d'/>
<id>b8e946b02eac53f46cbfc8eefb5c91fb5b075c9d</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 #62202 (ReflectionParameter::getDefaultValue() memory leaks with constant)</title>
<updated>2012-06-01T06:57:27+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2012-06-01T06:55:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1f5327a6022fedc1985d2daa6d189313d808b08b'/>
<id>1f5327a6022fedc1985d2daa6d189313d808b08b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo while resolving conflicts</title>
<updated>2012-05-23T05:43:49+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2012-05-23T05:43:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f733173b1f70acec4f124f3c8e9dc1b3fb422413'/>
<id>f733173b1f70acec4f124f3c8e9dc1b3fb422413</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Implemented FR #61602 Allow access to name of constant used as default value"</title>
<updated>2012-05-23T05:39:00+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2012-05-23T05:39:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a7df6ce664e6fe85555601531d90318082bb6597'/>
<id>a7df6ce664e6fe85555601531d90318082bb6597</id>
<content type='text'>
This reverts commit 054f3e3ce5af13c2c3a6ccd54f7dc3e2f6cd4f74.

See: http://news.php.net/php.cvs/69137 and the author confirmed.
Will commit later after the author fixed this then make a new PR.

Conflicts:

	ext/reflection/php_reflection.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 054f3e3ce5af13c2c3a6ccd54f7dc3e2f6cd4f74.

See: http://news.php.net/php.cvs/69137 and the author confirmed.
Will commit later after the author fixed this then make a new PR.

Conflicts:

	ext/reflection/php_reflection.c
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace $Revision$ with $Id$ in keyword expansion enable files</title>
<updated>2012-03-20T16:53:47+00:00</updated>
<author>
<name>David Soria Parra</name>
<email>dsp@php.net</email>
</author>
<published>2012-03-20T16:53:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f7b10abae939412e8b5cab69cd579e071deb446b'/>
<id>f7b10abae939412e8b5cab69cd579e071deb446b</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 #61388 (ReflectionObject:getProperties() issues invalid reads</title>
<updated>2012-03-18T18:23:27+00:00</updated>
<author>
<name>Gustavo André dos Santos Lopes</name>
<email>cataphract@php.net</email>
</author>
<published>2012-03-18T18:23:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=227112cb0fb732d86da376e1b8ccc9dab2a5e225'/>
<id>227112cb0fb732d86da376e1b8ccc9dab2a5e225</id>
<content type='text'>
  when get_properties returns a hash table with (inaccessible) dynamic
  numeric properties).


</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  when get_properties returns a hash table with (inaccessible) dynamic
  numeric properties).


</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #60968 (Late static binding doesn't work with ReflectionMethod::invokeArgs())</title>
<updated>2012-02-03T16:27:35+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2012-02-03T16:27:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=30f63e4152f19bf2a7ab44d01cfa539ea0ec4b20'/>
<id>30f63e4152f19bf2a7ab44d01cfa539ea0ec4b20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
