georg Fri May 30 15:16:59 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/mysql php_mysql.c
Log:
better to test next time with the right version :)
Index: php4/ext/mysql/php_mysql.c
diff -u php4/ext/mysql/php_mysql.c:1.174.2.15 php4/ext/mysql/php_mysql.c:1.174.2.16
--- php4/ext/mysql/php_mysql.c:1.174.2.15 Fri May 30 10:08:38 2003
+++ php4/ext/mysql/php_mysql.c Fri May 30 15:16:58 2003
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_mysql.c,v 1.174.2.15 2003/05/30 14:08:38 iliaa Exp $ */
+/* $Id: php_mysql.c,v 1.174.2.16 2003/05/30 19:16:58 georg Exp $ */
/* TODO:
*
@@ -562,7 +562,7 @@
break;
}
/* disable local infile option for open_basedir */
- if (strlen(PG(open_basedir))) {
+ if (PG(open_basedir)) {
client_flags ^= CLIENT_LOCAL_FILES;
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php