]> granicus.if.org Git - php/commit
Fixed bug #68077 (LOAD DATA LOCAL INFILE / open_basedir restriction)
authorXinchen Hui <laruence@gmail.com>
Mon, 16 Nov 2015 08:58:19 +0000 (16:58 +0800)
committerXinchen Hui <laruence@gmail.com>
Mon, 16 Nov 2015 08:59:55 +0000 (16:59 +0800)
commitbe6fd4ba89e151b68ddd68e53d6a403c2e8eb862
treef248aa3560451beee5b41cd0c68cdc2787693fb6
parente5abc53701ba5a9b58dfaba3b59881c9c410a8e7
Fixed bug #68077 (LOAD DATA LOCAL INFILE / open_basedir restriction)

Actually, this only be fixed if php uses mysqlnd
NEWS
ext/mysql/php_mysql.c
ext/mysqli/mysqli_api.c
ext/mysqli/mysqli_nonapi.c
ext/mysqli/tests/bug68077.phpt [new file with mode: 0644]
ext/mysqli/tests/mysqli_options_openbasedir.phpt
ext/mysqlnd/mysqlnd.c
ext/pdo_mysql/mysql_driver.c