summaryrefslogtreecommitdiff
path: root/azure/setup.yml
Commit message (Collapse)AuthorAgeFilesLines
* Install de_DE locale on azureNikita Popov2021-03-191-0/+1
|
* Fix #80329: Add option to specify LOAD DATA LOCAL white list folderDarek Slusarczyk2021-02-231-0/+2
| | | | | | | | | | | | | | | | | * 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>
* Add MSSQL setup to Azure Pipelines buildAdam Baratz2021-01-111-0/+1
|
* Modernize IMAP testsGeorge Peter Banyard2020-11-031-2/+2
| | | | | | | | Use constants when appropriate, drop some ouputs which depends on env vars Enable parallel testing. Closes GH-6380
* Set-up IMAP in AzureGeorge Peter Banyard2020-09-181-0/+8
| | | | Closes GH-6162
* Test snmp on azureNikita Popov2020-09-091-0/+6
| | | | Closes GH-6100.
* enable ext/ldap/tests on azurePaweł Tomulik2020-07-101-0/+4
|
* Use shared setup.yml on azureNikita Popov2020-06-121-0/+9
Make sure things stay synchronized between different x64 jobs.