php-src/ext
Wez Furlong e10c206dac Port other major parts of PHP 4 COM extension into PHP 5 com_dotnet
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?
2004-01-07 21:00:07 +00:00
..
bcmath consistency with unix build.... 2003-12-10 00:47:02 +00:00
bz2 Route mkdir()/rmdir() via wrapper ops. 2003-12-13 04:07:18 +00:00
calendar Add new (optional!) win32 build infrastructure. 2003-12-02 23:17:04 +00:00
com_dotnet Port other major parts of PHP 4 COM extension into PHP 5 com_dotnet 2004-01-07 21:00:07 +00:00
cpdf Fix the configure output.. 2003-12-09 20:10:22 +00:00
ctype Add new (optional!) win32 build infrastructure. 2003-12-02 23:17:04 +00:00
curl copy-n-paste error 2003-12-19 12:52:39 +00:00
dba enable inifile handler under new win32 build too 2003-12-23 14:05:33 +00:00
dbase Added dbase to the new win32 build. Works both as shared 2003-12-07 00:09:48 +00:00
dbx Added dbx to the new win32 build. Works both as shared 2003-12-07 00:23:18 +00:00
dio WS fix 2003-12-01 16:37:11 +00:00
dom Fix bug #26815 (foreach (DOM) childnodes causes error using Xinclude) 2004-01-07 15:33:25 +00:00
ereg Fixed bug #25669 (eregi() with non-ascii characters) 2003-09-30 00:26:03 +00:00
exif Typos found by Petras Kudaras. 2003-12-22 23:45:53 +00:00
fam proto descriptions 2003-09-15 09:25:18 +00:00
fbsql Allow FrontBase to build against my local version of the headers 2003-12-22 22:41:59 +00:00
fdf Added fdf to the new win32 build. Works both as shared 2003-12-07 00:49:25 +00:00
filepro The correct (tm) way. 2003-12-07 16:16:02 +00:00
ftp Fail loudly, silence bogus bugs. 2003-12-16 19:41:26 +00:00
gd Make sure zlib.lib is found 2003-12-31 19:28:31 +00:00
gettext make these build with new win32 build system. 2003-12-19 15:04:31 +00:00
gmp Fix the build for other than x86 archs. 2003-11-24 16:09:45 +00:00
hwapi proto fixes 2003-06-15 16:04:31 +00:00
iconv Prevent a character from being wrongly doubled in the buffer. 2004-01-06 14:22:54 +00:00
imap No need for these trick when linking with a correct cclient.lib 2003-12-22 23:30:20 +00:00
informix Fix ZTS build. 2003-11-11 01:51:22 +00:00
ingres_ii emalloc -> safe_emalloc 2003-08-12 00:58:52 +00:00
interbase Let DB handle NULL params, fixes bug #26777 2004-01-07 09:43:55 +00:00
ldap make these build with new win32 build system. 2003-12-19 15:04:31 +00:00
libxml only test url_stat in read mode 2003-12-22 16:46:26 +00:00
mbstring Fix bug #26639 (mb_convert_variables() clutters variables beyond the references) 2003-12-18 09:50:20 +00:00
mcrypt - Test commit 2003-12-19 15:29:34 +00:00
mcve make these build with new win32 build system. 2003-12-19 15:04:31 +00:00
mhash - Always look into /usr/local before /usr 2003-10-01 02:53:23 +00:00
mime_magic make these build with new win32 build system. 2003-12-19 15:04:31 +00:00
ming make these build with new win32 build system. 2003-12-19 15:04:31 +00:00
mnogosearch - A bug in Udm_Hash32 function was fixed. 2003-12-08 08:12:34 +00:00
msession emalloc -> safe_emalloc 2003-08-12 00:58:52 +00:00
msql make these build with new win32 build system. 2003-12-19 15:04:31 +00:00
mssql Build adjustments. 2003-12-03 14:29:45 +00:00
mysql - Fixed bug #26751 (PHP can't find the MySQL socket on a case sensitive file 2003-12-31 11:27:52 +00:00
mysqli fixed bug(s) in macro call for statement properties 2004-01-01 15:46:39 +00:00
ncurses Corrected argument parsing. 2003-12-21 18:46:15 +00:00
oci8 glob-ify lib checks; this simplifies writing of config.w32 files a little. 2004-01-07 20:06:32 +00:00
odbc Add new (optional!) win32 build infrastructure. 2003-12-02 23:17:04 +00:00
openssl Fixed uninitialized usage of mdtype when unknown signature algorithm is 2003-12-21 18:17:20 +00:00
oracle glob-ify lib checks; this simplifies writing of config.w32 files a little. 2004-01-07 20:06:32 +00:00
ovrimos - Always look into /usr/local before /usr 2003-10-01 02:53:23 +00:00
pcntl Kill unused variables. 2003-11-05 23:44:09 +00:00
pcre MFB 2003-12-16 22:20:30 +00:00
pdf Make these build with new win32 build system. 2003-12-19 17:00:14 +00:00
pfpro - Always look into /usr/local before /usr 2003-10-01 02:53:23 +00:00
pgsql Removed a useless define. 2003-12-29 15:58:01 +00:00
posix Fixed paths in various tests. In certain conditions usage of partial file 2003-08-18 22:57:49 +00:00
pspell glob-ify lib checks; this simplifies writing of config.w32 files a little. 2004-01-07 20:06:32 +00:00
readline - Always look into /usr/local before /usr 2003-10-01 02:53:23 +00:00
recode Fix ZTS build 2004-01-01 19:25:02 +00:00
reflection - Fixed var_export() to show public, protected and private modifiers properly. 2004-01-03 13:51:02 +00:00
session Preserve casing 2003-12-22 23:17:17 +00:00
shmop Adding shmop config file for the new build system 2003-12-03 00:32:19 +00:00
simplexml Fix test 2003-12-22 23:15:34 +00:00
skeleton On win32 extensions starts with php_ 2003-10-29 05:42:26 +00:00
snmp Make these build with new win32 build system. 2003-12-19 17:00:14 +00:00
soap WSDL support was improved 2004-01-06 17:14:30 +00:00
sockets Make these build with new win32 build system. 2003-12-19 17:00:14 +00:00
spl fix API exports 2003-12-23 01:57:26 +00:00
sqlite emalloc() -> safe_emalloc() 2003-12-31 19:45:46 +00:00
standard Fix C++ style declaration 2004-01-06 20:38:00 +00:00
sybase Do not strip trailing spaces. 2003-10-16 04:24:07 +00:00
sybase_ct Make these build with new win32 build system. 2003-12-19 17:00:14 +00:00
sysvmsg Fix formatting specifier 2003-08-31 14:38:25 +00:00
sysvsem Fixed compiler warnings. 2003-08-31 20:45:51 +00:00
sysvshm Fixed compiler warnings. 2003-08-31 20:45:51 +00:00
tidy no need for double #include of same header file 2004-01-06 22:23:36 +00:00
tokenizer Add new (optional!) win32 build infrastructure. 2003-12-02 23:17:04 +00:00
w32api emalloc -> safe_emalloc 2003-08-12 00:58:52 +00:00
wddx Add dependencies for these extensions 2003-12-22 13:16:43 +00:00
xml Add dependencies for these extensions 2003-12-22 13:16:43 +00:00
xmlrpc Add dependencies for these extensions 2003-12-22 13:16:43 +00:00
xsl rollback to previouos version 2003-12-22 16:49:54 +00:00
yaz Proper header check for yaz. 2003-12-22 22:39:57 +00:00
yp Fixed bug #26235 (yp_first/yp_next do not specify correct key length). 2003-11-14 00:32:25 +00:00
zlib glob-ify lib checks; this simplifies writing of config.w32 files a little. 2004-01-07 20:06:32 +00:00
ext_skel ok, re-adding this mostly un-maintained awk/sed/sh nightmare for now ... 2003-06-29 16:07:18 +00:00
ext_skel_win32.php On win32 extensions starts with php_ 2003-10-29 05:42:26 +00:00