Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | backported the fix for bug #41577 | Anatol Belski | 2014-08-12 | 1 | -3/+30 |
| | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Fix #55301 (com_dotnet part) check if malloc succeded | Pierre Joye | 2011-07-28 | 1 | -0/+3 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | - cleanup broken double definition of php_win_err and rename it while being ↵ | Pierre Joye | 2010-11-25 | 1 | -2/+2 |
| | | | | there | ||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | CreateInstance requires BSTR (should fix #33188) | Stanislav Malyshev | 2007-02-21 | 1 | -1/+6 |
| | |||||
* | fix unallocated free | Stanislav Malyshev | 2007-02-20 | 1 | -1/+2 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | COM initialization/deinitialization are done only if necessary | Dmitry Stogov | 2006-11-17 | 1 | -0/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | removed unused vars. | Ilia Alshanetsky | 2005-04-18 | 1 | -2/+1 |
| | |||||
* | Improve .Net support; this should reduce "failed to init .net" errors. | Wez Furlong | 2004-10-09 | 1 | -71/+160 |
| | | | | | Improve error reporting while we're at it too. | ||||
* | Fix for Bug #29490 from Michael Sisolak. | Wez Furlong | 2004-08-07 | 1 | -2/+7 |
| | | | | | Another fine patch; thanks Michael. | ||||
* | Even more verbosity... | Wez Furlong | 2004-08-03 | 1 | -1/+4 |
| | |||||
* | Even more verbosity in case of error | Wez Furlong | 2004-08-03 | 1 | -14/+22 |
| | |||||
* | Better error reporting | Wez Furlong | 2004-08-02 | 1 | -1/+2 |
| | |||||
* | 64-bit bugsquash party | Ard Biesheuvel | 2004-06-16 | 1 | -1/+1 |
| | |||||
* | zend_default_classes.h -> zend_exceptions.h | Zeev Suraski | 2004-02-12 | 1 | -1/+1 |
| | |||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -1/+1 |
| | |||||
* | Port other major parts of PHP 4 COM extension into PHP 5 com_dotnet | Wez Furlong | 2004-01-07 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | 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? | ||||
* | Fix use of the CorRuntimeHost; once it has been stopped for a process, it ↵ | Wez Furlong | 2003-12-18 | 1 | -9/+21 |
| | | | | | | | cannot be restarted, so we keep it alive for the duration of the process, and instead close down the application domain in request shutdown. | ||||
* | fix .net build | Wez Furlong | 2003-08-14 | 1 | -3/+3 |
| | |||||
* | Add new COM (and .Net) extension for php5. | Wez Furlong | 2003-08-14 | 1 | -0/+195 |
Not yet complete, but should work for most people. |