<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/reflection/tests, branch php-5.4.6</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/'/>
<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://91.123.203.49/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>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://91.123.203.49/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://91.123.203.49/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>Implemented FR #61602 Allow access to name of constant used as default value</title>
<updated>2012-05-31T15:31:00+00:00</updated>
<author>
<name>Reeze Xia</name>
<email>reeze.xia@gmail.com</email>
</author>
<published>2012-05-31T15:31:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=13a9555342a4156a6150818234639b49a596ccd6'/>
<id>13a9555342a4156a6150818234639b49a596ccd6</id>
<content type='text'>
This is an improved commit for FR #61602, this fixed the previous
commit 054f3e3's C99 compiler compatibility issue
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is an improved commit for FR #61602, this fixed the previous
commit 054f3e3's C99 compiler compatibility issue
</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:50:12+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2012-05-23T05:50:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=df481764f34b0268025d031a082297edee124c7c'/>
<id>df481764f34b0268025d031a082297edee124c7c</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>Merge branch 'PHP-5.3' into PHP-5.4</title>
<updated>2012-05-15T10:43:28+00:00</updated>
<author>
<name>zoe slattery</name>
<email>zoe@php.net</email>
</author>
<published>2012-05-15T10:43:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=d99203d44bac39a7cc8ee031534ee638545a6753'/>
<id>d99203d44bac39a7cc8ee031534ee638545a6753</id>
<content type='text'>
* PHP-5.3:
  Small fixes to tests, see #62022
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.3:
  Small fixes to tests, see #62022
</pre>
</div>
</content>
</entry>
<entry>
<title>Small fixes to tests, see #62022</title>
<updated>2012-05-15T10:42:14+00:00</updated>
<author>
<name>zoe slattery</name>
<email>zoe@php.net</email>
</author>
<published>2012-05-15T10:42:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=e35f09d7743defe37f99305a9b1e96b48cdec4b4'/>
<id>e35f09d7743defe37f99305a9b1e96b48cdec4b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implemented FR #61602 Allow access to name of constant used as default value</title>
<updated>2012-04-03T05:51:44+00:00</updated>
<author>
<name>reeze</name>
<email>reeze.xia@gmail.com</email>
</author>
<published>2012-04-03T05:47:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=054f3e3ce5af13c2c3a6ccd54f7dc3e2f6cd4f74'/>
<id>054f3e3ce5af13c2c3a6ccd54f7dc3e2f6cd4f74</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://91.123.203.49/cgit/delta/php-git.git/commit/?id=920072df6561b2e7df29a2860f440f89e701c733'/>
<id>920072df6561b2e7df29a2860f440f89e701c733</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 #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://91.123.203.49/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>
</feed>
