<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/tests/classes, branch php-5.6.18RC1</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>Merge branch 'PHP-5.5' into PHP-5.6</title>
<updated>2014-06-15T21:55:44+00:00</updated>
<author>
<name>Bob Weinand</name>
<email>bobwei9@hotmail.com</email>
</author>
<published>2014-06-15T21:55:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=0913c1509295a7db8cfc33e3b50cd1bc948b1864'/>
<id>0913c1509295a7db8cfc33e3b50cd1bc948b1864</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.4' into PHP-5.5</title>
<updated>2014-06-15T21:54:05+00:00</updated>
<author>
<name>Bob Weinand</name>
<email>bobwei9@hotmail.com</email>
</author>
<published>2014-06-15T21:54:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4555779c39ed5a208decabd8835eb866fe6ffa76'/>
<id>4555779c39ed5a208decabd8835eb866fe6ffa76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed wrong XFAIL test - already fixed</title>
<updated>2014-06-15T21:52:41+00:00</updated>
<author>
<name>Bob Weinand</name>
<email>bobwei9@hotmail.com</email>
</author>
<published>2014-06-15T21:51:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a84a2d4ace577801d5e069ecd8d914150c6976f1'/>
<id>a84a2d4ace577801d5e069ecd8d914150c6976f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed tests for recent constant array changes</title>
<updated>2014-04-11T18:13:24+00:00</updated>
<author>
<name>Bob Weinand</name>
<email>bobwei9@hotmail.com</email>
</author>
<published>2014-04-11T18:13:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=096e40a027eb3df6364c3674660b8c9592e1f1b6'/>
<id>096e40a027eb3df6364c3674660b8c9592e1f1b6</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 #65768: DateTimeImmutable::diff does not work</title>
<updated>2013-11-29T22:31:07+00:00</updated>
<author>
<name>nikita2206</name>
<email>inefedor@gmail.com</email>
</author>
<published>2013-10-29T15:40:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5f09944662e09ea0b3f93cfab8702f188955e68c'/>
<id>5f09944662e09ea0b3f93cfab8702f188955e68c</id>
<content type='text'>
This commit also prevents user classes from directly implementing
DateTimeInterface, because ext/date relies on classes implementing
it to support certain internal structures.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit also prevents user classes from directly implementing
DateTimeInterface, because ext/date relies on classes implementing
it to support certain internal structures.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.4' into PHP-5.5</title>
<updated>2013-11-29T08:54:22+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2013-11-29T08:54:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=967abd61537a2c7d0beebac9039aa068d518e4eb'/>
<id>967abd61537a2c7d0beebac9039aa068d518e4eb</id>
<content type='text'>
* PHP-5.4:
  Added validation of class names in the autoload process
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.4:
  Added validation of class names in the autoload process
</pre>
</div>
</content>
</entry>
<entry>
<title>Added validation of class names in the autoload process</title>
<updated>2013-11-29T08:53:02+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2013-11-29T08:53:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2d31eadbbf147a157cb4a0c89adaf30fee7371f0'/>
<id>2d31eadbbf147a157cb4a0c89adaf30fee7371f0</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.4' into PHP-5.5</title>
<updated>2013-08-04T23:06:24+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2013-08-04T23:06:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c793a6569013f9ab46f2cd7331cc1a04aa42cbed'/>
<id>c793a6569013f9ab46f2cd7331cc1a04aa42cbed</id>
<content type='text'>
* PHP-5.4:
  non living code related typo fixes

Conflicts:
	Zend/zend_compile.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.4:
  non living code related typo fixes

Conflicts:
	Zend/zend_compile.c
</pre>
</div>
</content>
</entry>
<entry>
<title>non living code related typo fixes</title>
<updated>2013-08-04T23:05:36+00:00</updated>
<author>
<name>Veres Lajos</name>
<email>vlajos@gmail.com</email>
</author>
<published>2013-07-23T23:55:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8d86597d7368460383a33a4399ea7a8b244cd6fa'/>
<id>8d86597d7368460383a33a4399ea7a8b244cd6fa</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.4' into PHP-5.5</title>
<updated>2013-06-23T20:54:50+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2013-06-23T20:54:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7272e3e72232b4aa0374209b7779df440c9bdc33'/>
<id>7272e3e72232b4aa0374209b7779df440c9bdc33</id>
<content type='text'>
* PHP-5.4:
  Adding test to verify that __sleep can handle parent classes' private members
  Adding test to stabelize keys used when converting objects to arrays
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.4:
  Adding test to verify that __sleep can handle parent classes' private members
  Adding test to stabelize keys used when converting objects to arrays
</pre>
</div>
</content>
</entry>
</feed>
