<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/reflection, branch php-5.3.0RC2</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>- MFH: Fixed bug #47254 (Wrong Reflection for extends class)</title>
<updated>2009-04-27T19:48:45+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipe@php.net</email>
</author>
<published>2009-04-27T19:48:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9fa1e2d8a8b465feb2dea78a39f1c9668ce517b7'/>
<id>9fa1e2d8a8b465feb2dea78a39f1c9668ce517b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFH: Rename reflection*.phpt to Reflection*.phpt for consistency.</title>
<updated>2009-04-08T16:09:16+00:00</updated>
<author>
<name>Sebastian Bergmann</name>
<email>sebastian@php.net</email>
</author>
<published>2009-04-08T16:09:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=03b1d4f876daf5e6a36d7b167b980abda3c1d3e1'/>
<id>03b1d4f876daf5e6a36d7b167b980abda3c1d3e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFH: Fix issue reported by Roman Borschel.</title>
<updated>2009-04-04T14:36:23+00:00</updated>
<author>
<name>Sebastian Bergmann</name>
<email>sebastian@php.net</email>
</author>
<published>2009-04-04T14:36:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=03e48b15358a68a6d8c8526ed11060adae11a809'/>
<id>03e48b15358a68a6d8c8526ed11060adae11a809</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Block unused function</title>
<updated>2009-04-02T21:30:09+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2009-04-02T21:30:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c1effd8c7aa093e9bb0e731c71306b3e94af3088'/>
<id>c1effd8c7aa093e9bb0e731c71306b3e94af3088</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed regression of bug #46205, thanks to felipe for pointing this out.</title>
<updated>2009-02-01T15:06:19+00:00</updated>
<author>
<name>Christian Seiler</name>
<email>cseiler@php.net</email>
</author>
<published>2009-02-01T15:06:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=63ee3c98a84ed39c2eb45840937b5c7b87908f24'/>
<id>63ee3c98a84ed39c2eb45840937b5c7b87908f24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Remove $this support in closures for PHP 5.3 beta 1</title>
<updated>2009-01-26T22:54:34+00:00</updated>
<author>
<name>Christian Seiler</name>
<email>cseiler@php.net</email>
</author>
<published>2009-01-26T22:54:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c6d89bd4a8650ac76e14a30353d334de99e7b997'/>
<id>c6d89bd4a8650ac76e14a30353d334de99e7b997</id>
<content type='text'>
- Implementation notes here:
  http://wiki.php.net/rfc/closures/removal-of-this

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Implementation notes here:
  http://wiki.php.net/rfc/closures/removal-of-this

</pre>
</div>
</content>
</entry>
<entry>
<title>MFH:</title>
<updated>2009-01-07T22:40:17+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipe@php.net</email>
</author>
<published>2009-01-07T22:40:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=15851cd771e1e9ff5ed7d505ad1ef25fc912957b'/>
<id>15851cd771e1e9ff5ed7d505ad1ef25fc912957b</id>
<content type='text'>
- New parameter parsing
- Removed METHOD_NOTSTATIC_NUMPARAMS

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- New parameter parsing
- Removed METHOD_NOTSTATIC_NUMPARAMS

</pre>
</div>
</content>
</entry>
<entry>
<title>- MFH Minor corrections and a new test</title>
<updated>2009-01-03T20:41:01+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2009-01-03T20:41:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7c8c0414e174c91842db59b690dfed88a0196483'/>
<id>7c8c0414e174c91842db59b690dfed88a0196483</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- MFH Show closure's bound  as static parameter</title>
<updated>2009-01-03T20:04:22+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2009-01-03T20:04:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4ffc3235e3647a8f71546238fae6a9bfed0bb129'/>
<id>4ffc3235e3647a8f71546238fae6a9bfed0bb129</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFH</title>
<updated>2009-01-03T19:08:47+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2009-01-03T19:08:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=12df96e0de3c15528d85c3efdd03fe1b1e010648'/>
<id>12df96e0de3c15528d85c3efdd03fe1b1e010648</id>
<content type='text'>
- Add ReflectionFunctionAbstract::getClosureThis()
[DOC]
# Returns the this pointer bound to the closure is the relection object
# points to closure. Since not all closures have a bound this, the method
# cannot be used to differentiate between normal functions/methods and
# closures. Instead ReflectionFunctionAbstract::isClosure() has to be used.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add ReflectionFunctionAbstract::getClosureThis()
[DOC]
# Returns the this pointer bound to the closure is the relection object
# points to closure. Since not all closures have a bound this, the method
# cannot be used to differentiate between normal functions/methods and
# closures. Instead ReflectionFunctionAbstract::isClosure() has to be used.

</pre>
</div>
</content>
</entry>
</feed>
