<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/com_dotnet/com_dotnet.c, branch php-5.0.4</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>MFH: dotnet init fixes</title>
<updated>2004-10-09T13:10:37+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@php.net</email>
</author>
<published>2004-10-09T13:10:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=055d1c2134a160a297267a00cb527e108f90027e'/>
<id>055d1c2134a160a297267a00cb527e108f90027e</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 for Bug #29490 from Michael Sisolak</title>
<updated>2004-08-07T21:01:43+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@php.net</email>
</author>
<published>2004-08-07T21:01:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=aff24aed0daf3cef258161555f170edab91d2e14'/>
<id>aff24aed0daf3cef258161555f170edab91d2e14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>64-bit bugsquash party</title>
<updated>2004-06-16T23:57:25+00:00</updated>
<author>
<name>Ard Biesheuvel</name>
<email>abies@php.net</email>
</author>
<published>2004-06-16T23:57:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5232a5afea51e0cf996c67f6359ac3f810d4a7df'/>
<id>5232a5afea51e0cf996c67f6359ac3f810d4a7df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>zend_default_classes.h -&gt; zend_exceptions.h</title>
<updated>2004-02-12T10:43:27+00:00</updated>
<author>
<name>Zeev Suraski</name>
<email>zeev@php.net</email>
</author>
<published>2004-02-12T10:43:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=30171a75909f69cb22590a0e74fccd6eeb4b1681'/>
<id>30171a75909f69cb22590a0e74fccd6eeb4b1681</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- A belated happy holidays and PHP 5</title>
<updated>2004-01-08T08:18:22+00:00</updated>
<author>
<name>Andi Gutmans</name>
<email>andi@php.net</email>
</author>
<published>2004-01-08T08:18:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=dbeb4158d2276600edf3d08caba62770b022bb69'/>
<id>dbeb4158d2276600edf3d08caba62770b022bb69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Port other major parts of PHP 4 COM extension into PHP 5 com_dotnet</title>
<updated>2004-01-07T21:00:07+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@php.net</email>
</author>
<published>2004-01-07T21:00:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e10c206dac0fbd43e20f9ae9b704e76c5c564d2f'/>
<id>e10c206dac0fbd43e20f9ae9b704e76c5c564d2f</id>
<content type='text'>
extension.
This enables:
- iteration of SafeArray types via foreach()
- proxying of multi-dimensional SafeArray types so that multi-dimension
  array accesses work (untested!)
- Fix COM exceptions, and expose them as their own class of exception
  "com_exception"
- auto typelib file import (com.typelib_file ini option)
- event sinking
- wrapper to map PHP objects to COM
- fix mapping of variant values to PHP values

# Could someone please add com_saproxy.c and com_wrapper.c to the .dsp
# file?

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
extension.
This enables:
- iteration of SafeArray types via foreach()
- proxying of multi-dimensional SafeArray types so that multi-dimension
  array accesses work (untested!)
- Fix COM exceptions, and expose them as their own class of exception
  "com_exception"
- auto typelib file import (com.typelib_file ini option)
- event sinking
- wrapper to map PHP objects to COM
- fix mapping of variant values to PHP values

# Could someone please add com_saproxy.c and com_wrapper.c to the .dsp
# file?

</pre>
</div>
</content>
</entry>
<entry>
<title>Fix use of the CorRuntimeHost; once it has been stopped for a process, it cannot be restarted, so we keep it alive for the duration of the process, and instead close down the application domain in</title>
<updated>2003-12-18T11:23:21+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@php.net</email>
</author>
<published>2003-12-18T11:23:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=09907c6b93c07894f0bda63f489f61fac57ef768'/>
<id>09907c6b93c07894f0bda63f489f61fac57ef768</id>
<content type='text'>
request shutdown.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
request shutdown.

</pre>
</div>
</content>
</entry>
<entry>
<title>fix .net build</title>
<updated>2003-08-14T20:31:38+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@php.net</email>
</author>
<published>2003-08-14T20:31:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=61313924a476aeaf498621d4797c276cf4592f12'/>
<id>61313924a476aeaf498621d4797c276cf4592f12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new COM (and .Net) extension for php5.</title>
<updated>2003-08-14T16:49:56+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@php.net</email>
</author>
<published>2003-08-14T16:49:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6df5d5ba202b531de6bb563e2462e046d701e8d6'/>
<id>6df5d5ba202b531de6bb563e2462e046d701e8d6</id>
<content type='text'>
Not yet complete, but should work for most people.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not yet complete, but should work for most people.

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