jon Tue Feb 18 18:22:16 2003 EDT Modified files: /php4/ext/rpc/skeleton skeleton.c Log: Remove a stray COM reference. Index: php4/ext/rpc/skeleton/skeleton.c diff -u php4/ext/rpc/skeleton/skeleton.c:1.5 php4/ext/rpc/skeleton/skeleton.c:1.6 --- php4/ext/rpc/skeleton/skeleton.c:1.5 Mon Feb 10 15:58:29 2003 +++ php4/ext/rpc/skeleton/skeleton.c Tue Feb 18 18:22:14 2003 @@ -115,7 +115,7 @@ DISPLAY_INI_ENTRIES(); } -#ifdef COMPILE_DL_COM +#ifdef COMPILE_DL_SKELETON ZEND_GET_MODULE(skeleton); #endif @@ -220,4 +220,4 @@ /* custom functions */ ZEND_FUNCTION(skeleton_function) { -} \ No newline at end of file +}
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php