wez Tue Jan 13 11:05:39 2004 EDT
Modified files:
/php-src/ext/com_dotnet com_handlers.c
Log:
reinstate this ifdef for people without .Net SDK
Index: php-src/ext/com_dotnet/com_handlers.c
diff -u php-src/ext/com_dotnet/com_handlers.c:1.12
php-src/ext/com_dotnet/com_handlers.c:1.13
--- php-src/ext/com_dotnet/com_handlers.c:1.12 Tue Jan 13 11:02:56 2004
+++ php-src/ext/com_dotnet/com_handlers.c Tue Jan 13 11:05:38 2004
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: com_handlers.c,v 1.12 2004/01/13 16:02:56 wez Exp $ */
+/* $Id: com_handlers.c,v 1.13 2004/01/13 16:05:38 wez Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -386,8 +386,10 @@
return (union _zend_function*)&f;
switch (obj->ce->name[0]) {
+#if HAVE_MSCOREE_H
case 'd':
POPULATE_CTOR(d, com_dotnet_create_instance);
+#endif
case 'c':
POPULATE_CTOR(d, com_create_instance);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php