phanto          Sat Jan 27 19:40:15 2001 EDT

  Modified files:              
    /php4/main  internal_functions_win32.c 
  Log:
  fixed unicodeconversion and parameter passing bugs in com and dotnet modules
  
Index: php4/main/internal_functions_win32.c
diff -u php4/main/internal_functions_win32.c:1.34 
php4/main/internal_functions_win32.c:1.35
--- php4/main/internal_functions_win32.c:1.34   Sun Oct  8 04:45:18 2000
+++ php4/main/internal_functions_win32.c        Sat Jan 27 19:40:15 2001
@@ -18,7 +18,7 @@
  */
 
 
-/* $Id: internal_functions_win32.c,v 1.34 2000/10/08 11:45:18 dbeu Exp $ */
+/* $Id: internal_functions_win32.c,v 1.35 2001/01/28 03:40:15 phanto Exp $ */
 
 
 #include "php.h"
@@ -51,6 +51,7 @@
 #include "ext/standard/php_assert.h"
 #include "ext/calendar/php_calendar.h"
 #include "ext/com/php_COM.h"
+#include "ext/com/php_typedef_VARIANT.h"
 #include "ext/ftp/php_ftp.h"
 #include "ext/standard/reg.h"
 #include "ext/pcre/php_pcre.h"
@@ -70,6 +71,7 @@
 #endif
        phpext_calendar_ptr,
        COM_module_ptr,
+       VARIANT_module_ptr,
        phpext_ftp_ptr,
        phpext_mysql_ptr,
        phpext_odbc_ptr,



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to