sebastian Thu Jun 26 11:15:02 2003 EDT Modified files: /php-src/main config.w32.h internal_functions_win32.c Log: Sync. Index: php-src/main/config.w32.h diff -u php-src/main/config.w32.h:1.72 php-src/main/config.w32.h:1.73 --- php-src/main/config.w32.h:1.72 Wed Jun 25 17:37:50 2003 +++ php-src/main/config.w32.h Thu Jun 26 11:15:02 2003 @@ -2,7 +2,7 @@ Build Configuration for Win32. This has only been tested with MS VisualC++ 6 (and later). - $Id: config.w32.h,v 1.72 2003/06/25 21:37:50 sebastian Exp $ + $Id: config.w32.h,v 1.73 2003/06/26 15:15:02 sebastian Exp $ */ /* Default PHP / PEAR directories */ @@ -46,9 +46,6 @@ /* #define HAVE_MBSTR_KR 0 */ /* #define HAVE_MBSTR_RU 0 */ /* #define HAVE_MBSTR_TW 0 */ - -/* Enable / Disable MySQL extension (default: disabled) */ -#define HAVE_MYSQL 0 /* Enable / Disable ODBC extension (default: enabled) */ #define HAVE_UODBC 1 Index: php-src/main/internal_functions_win32.c diff -u php-src/main/internal_functions_win32.c:1.76 php-src/main/internal_functions_win32.c:1.77 --- php-src/main/internal_functions_win32.c:1.76 Wed Jun 25 17:37:50 2003 +++ php-src/main/internal_functions_win32.c Thu Jun 26 11:15:02 2003 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: internal_functions_win32.c,v 1.76 2003/06/25 21:37:50 sebastian Exp $ */ +/* $Id: internal_functions_win32.c,v 1.77 2003/06/26 15:15:02 sebastian Exp $ */ /* {{{ includes */ @@ -71,9 +71,6 @@ #if HAVE_SESSION #include "ext/session/php_session.h" #endif -#if HAVE_MYSQL -#include "ext/mysql/php_mysql.h" -#endif #if HAVE_MBSTRING #include "ext/mbstring/mbstring.h" #endif @@ -118,9 +115,6 @@ #endif #if HAVE_MBSTRING ,phpext_mbstring_ptr -#endif -#if HAVE_MYSQL - ,phpext_mysql_ptr #endif #if HAVE_UODBC ,phpext_odbc_ptr
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php