1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 17:38:14 +02:00
Commit Graph

71 Commits

Author SHA1 Message Date
Harald Radi 1d6cbd1389 MFH 2001-09-10 10:41:01 +00:00
Harald Radi 37cce7f168 MFH 2001-09-10 10:04:39 +00:00
Harald Radi 1678bfa0ce MFH 2001-09-10 09:58:23 +00:00
Harald Radi b91ce755f3 remove from EXP 2001-08-13 23:31:25 +00:00
Harald Radi be739cf993 MFH - andis object model change 2001-08-13 23:24:45 +00:00
Alan Brown 52e1ff41a7 Added support to display argument and EXCEPTINFO in appropriate places. 2001-08-11 16:57:19 +00:00
Harald Radi 3a1f3c5caa added these TSRMLS_* macros to nearly every argument list 2001-07-31 16:03:12 +00:00
Harald Radi 90fcd0d1f4 fixed VT_VARIANT type 2001-07-30 19:13:42 +00:00
Harald Radi 12ab3bb9e9 Updated to match TSRM changes 2001-07-30 19:01:36 +00:00
Harald Radi f05328fdd6 - MFH and another set of memory fixes
- there were lots of changes in the zend core
  and now the heap corruptions disapeared as
  inconspicuous as they appeared.
  maybe they were not our fault.
2001-07-29 22:37:42 +00:00
Harald Radi e27b13af23 again fixed a few memory issues 2001-07-26 14:45:41 +00:00
Harald Radi bd21994bed fixed a few memory issues 2001-07-26 13:20:44 +00:00
Harald Radi 89ee53a211 removed duplicate code and changed
code slightly to be compatible with broken
com implementations
2001-07-24 09:42:49 +00:00
Harald Radi 503ac7cf27 MFH and VT_DATE patch 2001-07-18 19:40:38 +00:00
Harald Radi c4f9121eb7 no message 2001-07-13 00:01:43 +00:00
Harald Radi 9dd5b5d8d3 no message 2001-07-12 23:40:55 +00:00
Thies C. Arntzen 0ef0f8e32b ZVAL_BOOL(v,0) -> ZVAL_FALSE(v) 2001-07-11 12:42:25 +00:00
Zeev Suraski 66d94bc655 Nuke zval_reset 2001-07-11 11:39:10 +00:00
Zeev Suraski d70ce7be27 var_reset -> ZVAL_RESET 2001-07-11 09:39:09 +00:00
Harald Radi 851d401e23 changed CLSIDfromProgId to CLSIDfromString 2001-06-28 21:26:20 +00:00
Harald Radi 4a29944dac added verbose ini entry 2001-06-24 22:20:28 +00:00
Harald Radi 22d42820b7 cast error 2001-06-24 21:19:49 +00:00
Harald Radi 69abb74075 fixed bug that resource was freed twice 2001-06-24 21:10:08 +00:00
Harald Radi 750fee8fa0 cleanup 2001-06-24 21:09:32 +00:00
Harald Radi 3949658942 cleanup
added some macros
2001-06-24 21:09:17 +00:00
Andi Gutmans c977f29862 - Use ALLOC_HASHTABLE() instead of emalloc(sizeof(HashTable)) 2001-06-19 16:03:35 +00:00
Harald Radi 85bb9e77e4 fixed malloc() / emalloc() bug 2001-06-15 21:48:05 +00:00
Harald Radi c7a934e763 added coauthors 2001-06-12 21:19:35 +00:00
Harald Radi 96686930ab added Alan Brown to credits 2001-06-12 20:33:50 +00:00
Harald Radi 0f3ab761b6 added experimetal php->safearray support 2001-06-12 16:31:54 +00:00
Harald Radi 20bb78f397 added experimental enum support
changed everthing to use the Z_* makros
2001-06-11 23:05:32 +00:00
Harald Radi de780b345c bugfix: collections didn't work correctly 2001-06-05 22:09:58 +00:00
Harald Radi f6dc573f32 put VT_ARRAY outside of the switch 2001-06-05 16:24:53 +00:00
Harald Radi 4efe6f7e6b typelib is loaded automatically (depends on ini setting)
added com_load_typelib()
# i must get rid of duplicate defines()
@ fixed a bug when com.allow_dcom is set to false
@ added a further parameter to the constructor to load typelibs
@ from file when instantiating components (e.g. DCOM Components
@ without local registration). (phanto)
2001-06-05 12:53:44 +00:00
Harald Radi 088280c364 -used makros for zval modifications where possible
-small fixes in safearray to phparray code
2001-06-05 12:47:13 +00:00
Harald Radi c073b5ce04 added safearray to pval conversion for 1d arrays 2001-06-03 15:35:41 +00:00
Harald Radi b8627e62d4 @ added the possibility to specify typelibs by full name
@ in the typelib file (Alan Brown)
2001-06-03 15:33:41 +00:00
Harald Radi c9159797d8 removed unneeded function 2001-06-03 01:38:56 +00:00
Harald Radi ea6d39ca1c fixed typelib support 2001-06-03 01:20:08 +00:00
Harald Radi 94769b8f72 removed hardcoded typelib version.
forgot to call release on typinfo and dispatch
when obtaining typelib from classname.
2001-06-01 23:39:44 +00:00
Sterling Hughes b4ce3a696f Fix credits 2001-05-23 21:09:20 +00:00
Harald Radi ee17c6440d renamed 2001-05-13 16:50:48 +00:00
Harald Radi 49be36d70d modified because of the changes in com.c 2001-05-13 14:22:19 +00:00
Harald Radi 3c60aabe22 @added com_release($obj) and com_addref($obj) functions
@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
2001-05-13 14:21:20 +00:00
Sterling Hughes b01ba3f820 Fix naming issue
# UNTESTED, but it should do the trick
# everyone on a winblows box please try out the change
2001-05-10 05:42:54 +00:00
Harald Radi ffefed1972 E_ERROR instead of E_WARNING on nullpointer exceptions 2001-05-09 00:00:01 +00:00
Harald Radi 172a9c9303 fixed leaky code
#cleaned up dirty hack from yesterday
2001-05-03 11:20:29 +00:00
Harald Radi 8dc2dbaf9b removed itypeinfo calls because they didn't work on every machine
#i'm investigating this ...
2001-05-02 21:51:19 +00:00
Andi Gutmans 4c823e8a89 - Change macros from V_ to VCWD_ because of AIX name clash 2001-04-30 12:45:02 +00:00
Harald Radi 256d799809 @Using ITypeInfo instead of IDispatch if possible. This makes DCOM calls
@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.
2001-03-20 22:35:30 +00:00