<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/reflection, branch php-5.3.0beta1</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>[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>
<entry>
<title>- MFH Improved closure support</title>
<updated>2009-01-03T14:20:22+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2009-01-03T14:20:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7ca830742e7668e04c2fa33da81220517ce0f2d8'/>
<id>7ca830742e7668e04c2fa33da81220517ce0f2d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- MFH Add minimalistic closure support</title>
<updated>2009-01-03T12:39:27+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2009-01-03T12:39:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4490ca3104421f1bdf43fab7599f6e16f3c65c60'/>
<id>4490ca3104421f1bdf43fab7599f6e16f3c65c60</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Use Revision instead of Id tag for version</title>
<updated>2008-12-31T14:36:27+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2008-12-31T14:36:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=88ca8e7279ca324ae91e2cb3c81e4f7a9ab106d2'/>
<id>88ca8e7279ca324ae91e2cb3c81e4f7a9ab106d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFH: Bump copyright year, 3 of 3.</title>
<updated>2008-12-31T11:15:49+00:00</updated>
<author>
<name>Sebastian Bergmann</name>
<email>sebastian@php.net</email>
</author>
<published>2008-12-31T11:15:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=08659c2dcdf169368ba6af691310e4a150596f48'/>
<id>08659c2dcdf169368ba6af691310e4a150596f48</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 #46718: ReflectionProperty::setValue() and ReflectionProperty::setAccessible().</title>
<updated>2008-11-29T15:58:54+00:00</updated>
<author>
<name>Sebastian Bergmann</name>
<email>sebastian@php.net</email>
</author>
<published>2008-11-29T15:58:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2f49305bc8923a4c92999250ffeabbb59ddcb0ae'/>
<id>2f49305bc8923a4c92999250ffeabbb59ddcb0ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
