<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/reflection, branch php-5.4.7</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 #62892 (ReflectionClass::getTraitAliases crashes on importing trait methods as private)</title>
<updated>2012-08-22T13:50:50+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipensp@gmail.com</email>
</author>
<published>2012-08-22T13:50:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7a56ac00a04d4fc72052bb679626e723da3eef44'/>
<id>7a56ac00a04d4fc72052bb679626e723da3eef44</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 that can not get default value of parameter if it's not `optional`</title>
<updated>2012-08-02T14:28:04+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2012-08-02T14:28:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=170ee90bf962d288bdcf6cf0c8c4a2a30c5c1ba2'/>
<id>170ee90bf962d288bdcf6cf0c8c4a2a30c5c1ba2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.3' into PHP-5.4</title>
<updated>2012-08-01T12:24:14+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2012-08-01T12:24:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2026e9040ff3093e53083baefc1299b1efa25c4c'/>
<id>2026e9040ff3093e53083baefc1299b1efa25c4c</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 #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>Merge branch 'pull-request/96' into PHP-5.4</title>
<updated>2012-07-15T06:08:50+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2012-07-15T06:07:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f4809424cd0041e6fdf030cef2d556d92332fe3a'/>
<id>f4809424cd0041e6fdf030cef2d556d92332fe3a</id>
<content type='text'>
* pull-request/96:
  Implemented FR #61602 Allow access to name of constant used as default value
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* pull-request/96:
  Implemented FR #61602 Allow access to name of constant used as default value
</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>Merge branch 'PHP-5.3' into PHP-5.4</title>
<updated>2012-06-23T18:16:13+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipensp@gmail.com</email>
</author>
<published>2012-06-23T18:16:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5e36306feb8ce2b43eb494d5c486fd341b0a1ea7'/>
<id>5e36306feb8ce2b43eb494d5c486fd341b0a1ea7</id>
<content type='text'>
* PHP-5.3:
  - Improved fix for #62384
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.3:
  - Improved fix for #62384
</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>Merge branch 'PHP-5.3' into PHP-5.4</title>
<updated>2012-06-22T15:05:55+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipensp@gmail.com</email>
</author>
<published>2012-06-22T15:05:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4af92aca872d7463b671c037f9d3b782e22a7c9c'/>
<id>4af92aca872d7463b671c037f9d3b782e22a7c9c</id>
<content type='text'>
* PHP-5.3:
  - Fixed bug #62384 (Attempting to invoke a Closure more than once causes segfaul)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.3:
  - Fixed bug #62384 (Attempting to invoke a Closure more than once causes segfaul)
</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>
</feed>
