<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/simplexml/CREDITS, branch php-5.2.2</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>Fix writing of SQLite and SimpleXMl extension and add Rob to the credits</title>
<updated>2004-03-28T20:27:18+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2004-03-28T20:27:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f8ff2ccf20ee1fcd29a6c6fae9967194cbb87270'/>
<id>f8ff2ccf20ee1fcd29a6c6fae9967194cbb87270</id>
<content type='text'>
line of the latter. Add ext/SPL.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
line of the latter. Add ext/SPL.

</pre>
</div>
</content>
</entry>
<entry>
<title>Major bugfix for consistency.</title>
<updated>2004-01-17T19:41:32+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2004-01-17T19:41:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9e29f17493284dee81d2842f6067b24fba9538a5'/>
<id>9e29f17493284dee81d2842f6067b24fba9538a5</id>
<content type='text'>
# After long discussions we came to a conclusion on how to make this
# extension consistent in itself.
# Thanks to Rob for all the work

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# After long discussions we came to a conclusion on how to make this
# extension consistent in itself.
# Thanks to Rob for all the work

</pre>
</div>
</content>
</entry>
<entry>
<title>Add myself</title>
<updated>2003-12-16T20:36:46+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2003-12-16T20:36:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1f60a44563a8a02a88ad42c2de8c210407a0ed03'/>
<id>1f60a44563a8a02a88ad42c2de8c210407a0ed03</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update credits.</title>
<updated>2003-07-11T07:44:56+00:00</updated>
<author>
<name>foobar</name>
<email>sniper@php.net</email>
</author>
<published>2003-07-11T07:44:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5afd8cbf07f6a973f0666a5ba5cb480087e35978'/>
<id>5afd8cbf07f6a973f0666a5ba5cb480087e35978</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add very basic code for the simplexml extension.  The following works ::</title>
<updated>2003-05-18T20:33:26+00:00</updated>
<author>
<name>Sterling Hughes</name>
<email>sterling@php.net</email>
</author>
<published>2003-05-18T20:33:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=94925b1c33e52c325d7643af27dd6ff200373408'/>
<id>94925b1c33e52c325d7643af27dd6ff200373408</id>
<content type='text'>
person.xml
--
&lt;person&gt;
 &lt;name&gt;
  &lt;first&gt;Sterling&lt;/first&gt;
  &lt;last&gt;Hughes&lt;/last&gt;
 &lt;/name&gt;
&lt;/person&gt;

person.php
--
&lt;?php
$p = simplexml_load_file('person.xml');
echo $p-&gt;name-&gt;last . ', ' . $p-&gt;name-&gt;first;
?&gt;

Still needs lots of work.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
person.xml
--
&lt;person&gt;
 &lt;name&gt;
  &lt;first&gt;Sterling&lt;/first&gt;
  &lt;last&gt;Hughes&lt;/last&gt;
 &lt;/name&gt;
&lt;/person&gt;

person.php
--
&lt;?php
$p = simplexml_load_file('person.xml');
echo $p-&gt;name-&gt;last . ', ' . $p-&gt;name-&gt;first;
?&gt;

Still needs lots of work.

</pre>
</div>
</content>
</entry>
</feed>
