Revision tags: php-8.1.7RC1, php-8.1.4RC1, php-8.1.3, php-8.1.2RC1, php-8.1.0, php-7.3.33, php-7.3.32, php-7.3.31, php-7.3.30 |
|
#
ac18dd0d |
| 29-Jun-2021 |
Patrick Allaert |
Prefer EXPECT over EXPECTF |
Revision tags: php-7.3.29 |
|
#
b5a14e6c |
| 11-Jun-2021 |
Nikita Popov |
Port skipif.inc files to EXTENSIONS |
Revision tags: php-7.3.28 |
|
#
da011a31 |
| 22-Feb-2021 |
Darek Slusarczyk |
Fix #80329: Add option to specify LOAD DATA LOCAL white list folder * allow the user to specify a folder where files that can be sent via LOAD DATA LOCAL can exist * add mysqli.
Fix #80329: Add option to specify LOAD DATA LOCAL white list folder * allow the user to specify a folder where files that can be sent via LOAD DATA LOCAL can exist * add mysqli.local_infile_directory for mysqli (ignored if mysqli.allow_local_infile is enabled) * add PDO::MYSQL_ATTR_LOCAL_INFILE_DIRECTORY for pdo_mysql (ignored if PDO::MYSQL_ATTR_LOCAL_INFILE is enabled) * add related tests * fixes for building with libmysql 8.x * small improvement in existing tests * update php.ini-[development|production] files Closes GH-6448. Co-authored-by: Nikita Popov <nikic@php.net>
show more ...
|
Revision tags: php-7.3.27, php-7.3.26, php-7.3.26RC1, php-7.3.25, php-7.3.25RC1, php-7.3.24, php-7.3.24RC1, php-7.3.23 |
|
#
c5401854 |
| 18-Sep-2020 |
Nikita Popov |
Run tidy This should fix most of the remaining issues with tabs and spaces being mixed in tests. |
Revision tags: php-7.3.23RC1, php-7.3.22, php-7.3.22RC1, php-7.3.21, php-7.3.21RC1, php-7.3.20, php-7.3.20RC1, php-7.3.19, php-7.4.7RC1, php-7.3.19RC1, php-7.3.18RC1, php-7.2.30, php-7.3.17, php-7.3.17RC1, php-7.3.18, php-7.3.16, php-7.3.16RC1, php-7.3.15RC1 |
|
#
f8d79582 |
| 03-Feb-2020 |
Nikita Popov |
Reindent phpt files |
Revision tags: php-7.3.15, php-7.3.14, php-7.3.14RC1 |
|
#
7e130df2 |
| 27-Dec-2019 |
Nikita Popov |
Merge branch 'PHP-7.4' * PHP-7.4: Don't use PASSWORD() function in test Specify explicit row order in PDO MySQL test Skip bug77956.phpt if local_infile disabled on server
Merge branch 'PHP-7.4' * PHP-7.4: Don't use PASSWORD() function in test Specify explicit row order in PDO MySQL test Skip bug77956.phpt if local_infile disabled on server Don't check TIMESTAMP NOT NULL in fetch_field_flags test Don't test the RENAME DATABASE query Make GeomFromText tests compatible with MySQL 8
show more ...
|
#
23d46596 |
| 27-Dec-2019 |
Nikita Popov |
Skip bug77956.phpt if local_infile disabled on server |
Revision tags: php-7.3.13, php-7.3.13RC1, php-7.2.26RC1, php-7.4.0, php-7.2.25, php-7.3.12 |
|
#
8c5ca24e |
| 11-Nov-2019 |
Christoph M. Becker |
Fix clean section of test case |
Revision tags: php-7.4.0RC6, php-7.3.12RC1, php-7.2.25RC1, php-7.4.0RC5, php-7.1.33, php-7.2.24, php-7.3.11, php-7.4.0RC4, php-7.3.11RC1, php-7.2.24RC1, php-7.4.0RC3, php-7.2.23, php-7.3.10, php-7.4.0RC2, php-7.2.23RC1, php-7.3.10RC1, php-7.4.0RC1, php-7.1.32, php-7.2.22, php-7.3.9, php-7.4.0beta4, php-7.2.22RC1, php-7.3.9RC1, php-7.4.0beta2, php-7.1.31, php-7.2.21, php-7.3.8, php-7.4.0beta1, php-7.2.21RC1, php-7.3.8RC1, php-7.4.0alpha3, php-7.3.7, php-7.2.20, php-7.4.0alpha2, php-7.3.7RC3, php-7.3.7RC2, php-7.2.20RC2, php-7.4.0alpha1, php-7.3.7RC1, php-7.2.20RC1, php-7.2.19, php-7.3.6, php-7.1.30 |
|
#
96404eb8 |
| 18-May-2019 |
Sjon Hortensius |
Fix #77956 - When mysqli.allow_local_infile = Off, return a client error |