php4-beta | 199912
Date: 12/28/99
- Next message: Sascha Schumann: "Re: [PHP4BETA] Shared modules"
- Previous message: Dusan Mijavec: "[PHP4BETA] install Problem"
- Next in thread: Sascha Schumann: "[PHP4BETA] cvs: /php4/ext/mysql php_mysql.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
sas Tue Dec 28 02:54:54 1999 EDT
Modified files:
/php4/ext/mysql php_mysql.c
Log:
Remove unneccessary include to make stand-alone build work
Index: php4/ext/mysql/php_mysql.c
diff -u php4/ext/mysql/php_mysql.c:1.16 php4/ext/mysql/php_mysql.c:1.17
--- php4/ext/mysql/php_mysql.c:1.16 Wed Dec 22 17:47:18 1999
+++ php4/ext/mysql/php_mysql.c Tue Dec 28 02:54:21 1999
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_mysql.c,v 1.16 1999/12/22 22:47:18 sas Exp $ */
+/* $Id: php_mysql.c,v 1.17 1999/12/28 07:54:21 sas Exp $ */
/* TODO:
@@ -26,7 +26,6 @@
#include "php.h"
#include "php_globals.h"
-#include "ext/standard/php_standard.h"
#include "php_mysql.h"
#include "php_globals.h"
-- PHP 4.0 Beta Mailing List <http://www.php.net/version4/> To unsubscribe, e-mail: php4beta-unsubscribe <email protected> For additional commands, e-mail: php4beta-help <email protected> To contact the list administrators, e-mail: php4beta-admin <email protected>
- Next message: Sascha Schumann: "Re: [PHP4BETA] Shared modules"
- Previous message: Dusan Mijavec: "[PHP4BETA] install Problem"
- Next in thread: Sascha Schumann: "[PHP4BETA] cvs: /php4/ext/mysql php_mysql.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

