Why isn't this in php5 ?
   
   --Jani
   
 
On Sat, 31 May 2003, Georg Richter wrote:

>georg          Sat May 31 02:54:53 2003 EDT
>
>  Modified files:              (Branch: PHP_4_3)
>    /php4/ext/mysql    php_mysql.c 
>  Log:
>  suggestion by Wez :)
>  
>  
>Index: php4/ext/mysql/php_mysql.c
>diff -u php4/ext/mysql/php_mysql.c:1.174.2.16 php4/ext/mysql/php_mysql.c:1.174.2.17
>--- php4/ext/mysql/php_mysql.c:1.174.2.16      Fri May 30 15:16:58 2003
>+++ php4/ext/mysql/php_mysql.c Sat May 31 02:54:53 2003
>@@ -18,7 +18,7 @@
>    +----------------------------------------------------------------------+
> */
>  
>-/* $Id: php_mysql.c,v 1.174.2.16 2003/05/30 19:16:58 georg Exp $ */
>+/* $Id: php_mysql.c,v 1.174.2.17 2003/05/31 06:54:53 georg Exp $ */
> 
> /* TODO:
>  *
>@@ -562,7 +562,7 @@
>                               break;
>               }
>               /* disable local infile option for open_basedir */
>-              if (PG(open_basedir)) {
>+              if (PG(open_basedir) && strlen(PG(open_basedir))) {
>                       client_flags ^= CLIENT_LOCAL_FILES;
>               }
> 
>
>
>
>

-- 
https://www.paypal.com/xclick/[EMAIL PROTECTED]&no_note=1&tax=0&currency_code=EUR
 


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to