<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/reflection, branch php-5.4.4RC2</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>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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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>Fixed CODING_STANDARD and move parameter parse code</title>
<updated>2012-04-04T06:06:55+00:00</updated>
<author>
<name>reeze</name>
<email>reeze.xia@gmail.com</email>
</author>
<published>2012-04-04T06:06:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6712d0d20db546dc6bcba4b0c8db6c2e2ff816da'/>
<id>6712d0d20db546dc6bcba4b0c8db6c2e2ff816da</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://git.baserock.org/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>Merge branch 'PHP-5.3' into PHP-5.4</title>
<updated>2012-03-20T16:58:58+00:00</updated>
<author>
<name>David Soria Parra</name>
<email>dsp@php.net</email>
</author>
<published>2012-03-20T16:58:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c918ca57a7233206ec78ac00438eeb6830e3680b'/>
<id>c918ca57a7233206ec78ac00438eeb6830e3680b</id>
<content type='text'>
* PHP-5.3:
  Replace $Revision$ with $Id$ in keyword expansion enable files
  Enable $Id$ expansion for files with the $Revision$ keyword

Conflicts:
	ext/mysqlnd/mysqlnd.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.3:
  Replace $Revision$ with $Id$ in keyword expansion enable files
  Enable $Id$ expansion for files with the $Revision$ keyword

Conflicts:
	ext/mysqlnd/mysqlnd.h
</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=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://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>MFH: Fixed bug #60968 (Late static binding doesn't work with ReflectionMethod::invokeArgs())</title>
<updated>2012-03-02T03:36:30+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2012-03-02T03:36:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e83f0261c07834918fcaf6b941bcbddbd0905f4b'/>
<id>e83f0261c07834918fcaf6b941bcbddbd0905f4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
