Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renamed | Harald Radi | 2001-05-13 | 1 | -1/+1 |
| | |||||
* | modified because of the changes in com.c | Harald Radi | 2001-05-13 | 3 | -609/+631 |
| | |||||
* | @added com_release($obj) and com_addref($obj) functions | Harald Radi | 2001-05-13 | 1 | -225/+432 |
| | | | | | | | | | | @and the related class members $obj->Release() and $obj->AddRef() @to gain more control over the used COM components. (phanto) also changed the return values of the internal functions from VARIANT to pval, so there's no need to convert the returned value after each function call and the real hashtable entry is returned and not only a copy of it. #now everything is prepared to implement the array support | ||||
* | @added an additional parameter to dotnet_load to specify the codepage (phanto) | Harald Radi | 2001-05-13 | 1 | -9/+21 |
| | |||||
* | Nuke more quotes | Sascha Schumann | 2001-05-12 | 1 | -16/+16 |
| | |||||
* | Fix naming issue | Sterling Hughes | 2001-05-10 | 1 | -7/+7 |
| | | | | | | # UNTESTED, but it should do the trick # everyone on a winblows box please try out the change | ||||
* | E_ERROR instead of E_WARNING on nullpointer exceptions | Harald Radi | 2001-05-09 | 1 | -7/+13 |
| | |||||
* | fixed leaky code | Harald Radi | 2001-05-03 | 1 | -9/+12 |
| | | | | | #cleaned up dirty hack from yesterday | ||||
* | adapted because of the changes in the com module | Harald Radi | 2001-05-02 | 1 | -9/+12 |
| | |||||
* | removed itypeinfo calls because they didn't work on every machine | Harald Radi | 2001-05-02 | 4 | -18/+49 |
| | | | | | #i'm investigating this ... | ||||
* | - Change macros from V_ to VCWD_ because of AIX name clash | Andi Gutmans | 2001-04-30 | 1 | -1/+1 |
| | |||||
* | make dotnet module build again & fix dsp ouput dir | Daniel Beulshausen | 2001-04-30 | 2 | -6/+6 |
| | |||||
* | Add INSTALL_ROOT variable to specify install location. | Wilfredo Sanchez | 2001-04-03 | 1 | -2/+2 |
| | |||||
* | Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. | foobar | 2001-03-27 | 1 | -8/+8 |
| | | | | | # Heads up people! I tested this before committing but you never know.. | ||||
* | @Using ITypeInfo instead of IDispatch if possible. This makes DCOM calls | Harald Radi | 2001-03-20 | 4 | -147/+277 |
| | | | | | | | | | | @and even COM calls much faster. @All ini settings are now prefixed by 'com.'. @Now you need not provide a path to the file containing the typelib, you can @also provide the GUID of the TypeLib - entry or an IID for preloading @type - information. (phanto) memory leak was reportet, i'm not sure that it is fixed by now, but it should be. | ||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 5 | -5/+5 |
| | |||||
* | Fix Win32 build | Zeev Suraski | 2001-02-20 | 1 | -27/+24 |
| | |||||
* | export global constants for codepage and variant type | Harald Radi | 2001-02-18 | 1 | -8/+9 |
| | | | | | VT_* and CP_* | ||||
* | added a few more variant types for zval <-> variant conversion | Harald Radi | 2001-02-18 | 1 | -2/+57 |
| | |||||
* | @- Added new object VARIANT() to encapsulate values for use with | Harald Radi | 2001-02-18 | 1 | -6/+6 |
| | | | | | | | | @ the COM and DOTNET module. Therefore it is now possible to pass @ values by reference, convert php values to extended variant types (currency, @ date, idispatch, iunknown, ...) and define the codepage that should @ be used for unicode - conversion. | ||||
* | added myself to CREDITS | Harald Radi | 2001-02-18 | 1 | -1/+1 |
| | |||||
* | multiple codepage support | Harald Radi | 2001-02-17 | 5 | -191/+166 |
| | | | | | export global constants | ||||
* | Fix Windows build | Zeev Suraski | 2001-02-05 | 1 | -0/+4 |
| | |||||
* | fixes the problem that php.exe compiled on win2k platform won't run on any other | Harald Radi | 2001-02-05 | 1 | -589/+586 |
| | |||||
* | correct phpinfo() output | Harald Radi | 2001-02-02 | 1 | -1/+1 |
| | |||||
* | correct phpinfo() output | Harald Radi | 2001-02-02 | 2 | -9/+7 |
| | |||||
* | added currency, date, IUnknown and NULL datatypes | Harald Radi | 2001-01-31 | 1 | -63/+173 |
| | |||||
* | pass another com object as parameter | Harald Radi | 2001-01-30 | 2 | -61/+78 |
| | |||||
* | use *_EXTERN_C() and PHP_WIN32 | Harald Radi | 2001-01-29 | 7 | -71/+75 |
| | |||||
* | fixed unicodeconversion and parameter passing bugs in com and dotnet modules | Harald Radi | 2001-01-28 | 3 | -1156/+20 |
| | |||||
* | fixed unicodeconversion and parameter passing bugs in com and dotnet modules | Harald Radi | 2001-01-28 | 5 | -0/+1823 |
| | |||||
* | Added some missing EXPERIMENTAL files plus some missing extensions | foobar | 2001-01-19 | 1 | -0/+5 |
| | | | | | into EXTENSIONS file. | ||||
* | Support AIX/HP shared lib extensions and j2sdk1.3.0 (hotspot) | Alex Akilov | 2001-01-18 | 1 | -3/+12 |
| | |||||
* | Import COM patch from Harald Radi <h.radi@nme.at> | Zeev Suraski | 2001-01-02 | 1 | -12/+57 |
| | | | | | The new code should allow for better international support. | ||||
* | Heads up people! | Zeev Suraski | 2000-12-22 | 2 | -3/+19 |
| | | | | | | Updated the get_current_key() API - the relevant authors, please take a look at the updated code and make sure it's ok... | ||||
* | wb fix. | foobar | 2000-12-19 | 1 | -14/+14 |
| | |||||
* | Fix pr: #7982 | foobar | 2000-12-19 | 1 | -0/+1 |
| | |||||
* | 2nd step towards auto-credits | Hartmut Holzgraefe | 2000-11-20 | 4 | -0/+8 |
| | |||||
* | SUN CC does not like like left side casting - see bug #6759 | Jason Greene | 2000-11-16 | 1 | -1/+1 |
| | | | | | @Fixed ext/java so that it will compile with SUN CC | ||||
* | Allow strings to be passed to methods expecting primitive types. | Sam Ruby | 2000-10-27 | 1 | -2/+16 |
| | |||||
* | Use zend_register_list_destructors_ex() instead. | Andrei Zmievski | 2000-10-25 | 2 | -2/+2 |
| | |||||
* | Mega-patch to get better resource information for modules. | Andrei Zmievski | 2000-10-20 | 2 | -4/+7 |
| | | | | | | | | | | | | | * Fixed a bug in zend_rsrc_list_get_rsrc_type() * Switched register_list_destructors() to use zend_register_list_destructors_ex() instead * Updated all relevant modules to provide the resource type name to register_list_destructors() call * Updated var_dump() to output resource type name instead of number @- Made resource type names visible, e.g. var_dump() and @ get_resource_type() display "file" for file resources. (Andrei) | ||||
* | Fix bug #6447 | Zeev Suraski | 2000-10-09 | 1 | -8/+13 |
| | |||||
* | Clean up the alignment of configure --help output | Rasmus Lerdorf | 2000-10-02 | 1 | -3/+3 |
| | |||||
* | added tsrm dir to include path | Daniel Beulshausen | 2000-09-28 | 1 | -2/+2 |
| | |||||
* | fixed tsrm dir, little cleanups | Daniel Beulshausen | 2000-09-26 | 1 | -6/+6 |
| | |||||
* | Indicate the Sun's JDK 1.2.2 now works...and complete a sentence. | Sam Ruby | 2000-09-15 | 1 | -6/+13 |
| | |||||
* | added sam's readme and played with the directory's | Daniel Beulshausen | 2000-08-26 | 1 | -9/+13 |
| | |||||
* | Add ***EXPERIMENTAL*** Zend OO Extension support for Microsoft.Net | Sam Ruby | 2000-08-26 | 6 | -2/+483 |
| | |||||
* | deleted a few unnecceasary defines and added the Release_TS_Inline path to ↵ | Daniel Beulshausen | 2000-08-24 | 1 | -1/+1 |
| | | | | the libpath |