<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/tests/classes, branch php-5.2.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>Fixed bug #40757 (get_object_vars get nothing in child class)</title>
<updated>2007-07-24T11:39:56+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@php.net</email>
</author>
<published>2007-07-24T11:39:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7ec48cb37f42e534c3a84f07dded489bc42e29f9'/>
<id>7ec48cb37f42e534c3a84f07dded489bc42e29f9</id>
<content type='text'>
Fixed bug #41929 (Foreach on object does not iterate over all visible properties)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed bug #41929 (Foreach on object does not iterate over all visible properties)

</pre>
</div>
</content>
</entry>
<entry>
<title>win32 test fixes</title>
<updated>2007-04-18T08:06:29+00:00</updated>
<author>
<name>Antony Dovgal</name>
<email>tony2001@php.net</email>
</author>
<published>2007-04-18T08:06:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=bb489851e941a5e1cd76887d01bb199d2865f579'/>
<id>bb489851e941a5e1cd76887d01bb199d2865f579</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</title>
<updated>2007-01-10T16:00:31+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@php.net</email>
</author>
<published>2007-01-10T16:00:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7c750656f1acf47944003566092481c4d2a1f8d4'/>
<id>7c750656f1acf47944003566092481c4d2a1f8d4</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 #39775 ("Indirect modification ..." message is not shown)</title>
<updated>2006-12-08T15:55:31+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@php.net</email>
</author>
<published>2006-12-08T15:55:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=108a2fc64c968ba2cee92fb6bb1fe6a493958923'/>
<id>108a2fc64c968ba2cee92fb6bb1fe6a493958923</id>
<content type='text'>
The fix breaks two SimpleXML tests those must be fixed

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The fix breaks two SimpleXML tests those must be fixed

</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tests</title>
<updated>2006-11-10T17:04:03+00:00</updated>
<author>
<name>Hannes Magnusson</name>
<email>bjori@php.net</email>
</author>
<published>2006-11-10T17:04:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=16e6b2cf52ca4a77019cd68b1ed3244ba991fa31'/>
<id>16e6b2cf52ca4a77019cd68b1ed3244ba991fa31</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</title>
<updated>2006-11-10T14:20:26+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@php.net</email>
</author>
<published>2006-11-10T14:20:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=40d3abba416d9db2a42bc7ecac8b2a85d5199663'/>
<id>40d3abba416d9db2a42bc7ecac8b2a85d5199663</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make use of abstract methods be E_STRICT rather then E_ERROR</title>
<updated>2006-10-20T02:44:26+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2006-10-20T02:44:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3b1e2992643b6d249eb86bdd70340b08e1833e33'/>
<id>3b1e2992643b6d249eb86bdd70340b08e1833e33</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 #39003 (__autoload() is called for type hinting)</title>
<updated>2006-10-02T11:09:52+00:00</updated>
<author>
<name>Antony Dovgal</name>
<email>tony2001@php.net</email>
</author>
<published>2006-10-02T11:09:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2b1b2db8ec8d5ef26da2ec671d163182f72f1206'/>
<id>2b1b2db8ec8d5ef26da2ec671d163182f72f1206</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Speling</title>
<updated>2006-08-08T00:40:19+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2006-08-08T00:40:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=05206b42d86b9ddd99d16157576959225fecddae'/>
<id>05206b42d86b9ddd99d16157576959225fecddae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- MFH Fixed Bug #38064 ignored constructor visibility</title>
<updated>2006-08-07T23:24:33+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2006-08-07T23:24:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c1c2a0d294cefc136d7eff00b6ef2e60c7ad7f8e'/>
<id>c1c2a0d294cefc136d7eff00b6ef2e60c7ad7f8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
