List:Commits« Previous MessageNext Message »
From:ahristov Date:October 5 2007 2:59pm
Subject:PHP mysqlnd svn commit: r1089 - in trunk: php5/ext/mysql php6/ext/mysql
View as plain text  
Author: ahristov
Date: 2007-10-05 16:59:47 +0200 (Fri, 05 Oct 2007)
New Revision: 1089

Modified:
   trunk/php5/ext/mysql/config.w32
   trunk/php6/ext/mysql/config.w32
Log:
Without debug messages


Modified: trunk/php5/ext/mysql/config.w32
===================================================================
--- trunk/php5/ext/mysql/config.w32	2007-10-05 14:56:37 UTC (rev 1088)
+++ trunk/php5/ext/mysql/config.w32	2007-10-05 14:59:47 UTC (rev 1089)
@@ -12,7 +12,6 @@
 			WARNING("mysql not enabled; libraries and headers not found");
 		}
 	} else {
-		STDOUT.Write("mysqlnd wanted");
 		AC_DEFINE('HAVE_MYSQLND', 1, 'MySQL native driver support enabled');
 		ADD_EXTENSION_DEP('mysql', 'mysqlnd', true);
 	}

Modified: trunk/php6/ext/mysql/config.w32
===================================================================
--- trunk/php6/ext/mysql/config.w32	2007-10-05 14:56:37 UTC (rev 1088)
+++ trunk/php6/ext/mysql/config.w32	2007-10-05 14:59:47 UTC (rev 1089)
@@ -12,7 +12,6 @@
 			WARNING("mysql not enabled; libraries and headers not found");
 		}
 	} else {
-		STDOUT.Write("mysqlnd wanted");
 		AC_DEFINE('HAVE_MYSQLND', 1, 'MySQL native driver support enabled');
 		ADD_EXTENSION_DEP('mysql', 'mysqlnd', true);
 	}

Thread
PHP mysqlnd svn commit: r1089 - in trunk: php5/ext/mysql php6/ext/mysqlahristov5 Oct