]> granicus.if.org Git - php/commitdiff
Sync.
authorSebastian Bergmann <sebastian@php.net>
Thu, 26 Jun 2003 15:15:02 +0000 (15:15 +0000)
committerSebastian Bergmann <sebastian@php.net>
Thu, 26 Jun 2003 15:15:02 +0000 (15:15 +0000)
main/config.w32.h
main/internal_functions_win32.c

index 0ca91b46ac53ddfd7cf60298268f8e9076b889b6..15996c9a668bacb029ef7104c92fc8074c1b8121 100644 (file)
@@ -47,9 +47,6 @@
 /* #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 8baedc71676c4b4e4721183c76442805a6b3d754..77242351ca3ac0f7b4990dcdc8a9aaed4f5e12d3 100644 (file)
@@ -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
@@ -119,9 +116,6 @@ zend_module_entry *php_builtin_extensions[] = {
 #if HAVE_MBSTRING
        ,phpext_mbstring_ptr
 #endif
-#if HAVE_MYSQL
-       ,phpext_mysql_ptr
-#endif
 #if HAVE_UODBC
        ,phpext_odbc_ptr
 #endif