summaryrefslogtreecommitdiff
path: root/azure
Commit message (Collapse)AuthorAgeFilesLines
* Install de_DE locale on azureNikita Popov2021-03-191-0/+1
|
* Replaced deprecated `hw.ncpu` with `hm. logicalcpu`Gabriel Caruso2021-03-031-1/+1
| | | | | | Found that at ziglang/zig#1252. Closes GH-5541
* Fix #80329: Add option to specify LOAD DATA LOCAL white list folderDarek Slusarczyk2021-02-232-0/+4
| | | | | | | | | | | | | | | | | * 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>
* Merge branch 'PHP-8.0'Nikita Popov2021-02-071-0/+2
|\ | | | | | | | | * PHP-8.0: Restore Laravel test workaround
| * Restore Laravel test workaroundNikita Popov2021-02-071-0/+2
| | | | | | | | | | I accidentally dropped this during a merge, making the Laravel job fail.
* | Merge branch 'PHP-8.0'Nikita Popov2021-02-011-8/+5
|\ \ | |/ | | | | | | * PHP-8.0: Fix Laravel build on community job
| * Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-011-8/+5
| |\ | | | | | | | | | | | | * PHP-7.4: Fix Laravel build on community job
| | * Fix Laravel build on community jobNikita Popov2021-02-011-4/+4
| | | | | | | | | | | | Now requires PHP 7.4, so use php7.4 to run composer everywhere.
* | | Build PDO OCI and OCI8 on azureNikita Popov2021-01-152-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The extensions are build as shared to only check that they compile, without running tests. The OCI8 extension does not properly SKIPIF no database is available. It should be noted that if we do want to also test these, then (apart from running a database) it will also be necessary to configure with LIBS="-Wl,--disable-new-dtags" in order to force the use of RPATH instead of RUNPATH, the latter of which does not affect dlopened libraries. Using LD_LIBRARY_PATH does not mesh well with our test suite. Closes GH-6604.
* | | Add MSSQL setup to Azure Pipelines buildAdam Baratz2021-01-118-0/+14
| | |
* | | Build PDO Firebird on AzureNikita Popov2020-12-222-0/+2
| | | | | | | | | | | | | | | | | | Once again, this only builds the driver, all tests will be skipped. Closes GH-6529.
* | | Build PDO odbc on azureNikita Popov2020-12-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | We already install the necessary libs for the odbc extension, so we may as well build PDO ODBC. As we don't setup an ODBC server, the tests will be skipped. Close GH-6528.
* | | Add basic libmysqlclient CI jobNikita Popov2020-12-182-0/+88
| | | | | | | | | | | | | | | | | | | | | This tests that mysqli and pdo_mysql build against libmysqlclient, and that tests pass for pdo_mysql. mysqli has too many test failures. This is not an officially supported configuration.
* | | Merge branch 'PHP-8.0'Nikita Popov2020-12-031-1/+4
|\ \ \ | |/ / | | | | | | | | | * PHP-8.0: Upload coverage data to codecov.io
| * | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-12-031-1/+4
| |\ \ | | |/ | | | | | | | | | * PHP-7.4: Upload coverage data to codecov.io
| | * Upload coverage data to codecov.ioPaul Crovella2020-12-031-1/+4
| | | | | | | | | | | | Closes GH-6486.
| * | Backport IMAP test modernization to PHP-8.0 branchGeorge Peter Banyard2020-12-011-2/+2
| | | | | | | | | | | | Closes GH-6476
* | | Don't disable phpdbg on macosNikita Popov2020-12-021-1/+0
| | | | | | | | | | | | | | | I'm not sure what the original issue here was, but it seems to be working fine now, so let's make sure it stays that way...
* | | Merge branch 'PHP-8.0'Nikita Popov2020-11-111-0/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-8.0: Fix community job
| * | Fix community jobNikita Popov2020-11-111-0/+1
| | | | | | | | | | | | Made a mistake while merging...
* | | Merge branch 'PHP-8.0'Nikita Popov2020-11-101-0/+7
|\ \ \ | |/ / | | | | | | | | | * PHP-8.0: Add integration test for symfony preloading
| * | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-11-101-0/+7
| |\ \ | | |/ | | | | | | | | | * PHP-7.4: Add integration test for symfony preloading
| | * Add integration test for symfony preloadingNikita Popov2020-11-101-0/+9
| | | | | | | | | | | | | | | | | | To help catch regressions like the one that occurred in PHP 7.4.12. Closes GH-6414.
* | | Modernize IMAP testsGeorge Peter Banyard2020-11-032-3/+8
|/ / | | | | | | | | | | | | | | Use constants when appropriate, drop some ouputs which depends on env vars Enable parallel testing. Closes GH-6380
* | Re-enable laravel testsNikita Popov2020-10-261-17/+14
| | | | | | | | | | | | Laravel is now sufficiently PHP 8 compatible. Closes GH-6353.
* | Disable Laravel testingNikita Popov2020-10-191-15/+15
| | | | | | | | | | | | | | This has been failing for months now, let's make the scheduled build status meaningful again. [ci skip]
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-10-101-1/+1
|\ \ | |/ | | | | | | * PHP-7.4: Don't specify symfony branch
| * Don't specify symfony branchNikita Popov2020-10-101-1/+1
| | | | | | | | This was renamed from master to 5.x. Just use the default branch.
* | Set-up IMAP in AzureGeorge Peter Banyard2020-09-183-0/+12
| | | | | | | | Closes GH-6162
* | Enable unixODBC in azureNikita Popov2020-09-172-0/+2
| | | | | | | | | | | | This only checks that it builds though. Closes GH-6150.
* | Add missing condition on azure community jobNikita Popov2020-09-111-0/+1
| |
* | Merge branch 'PHP-7.4'Nikita Popov2020-09-101-0/+1
|\ \ | |/ | | | | | | * PHP-7.4: Fix azure i386 build, again
| * Fix azure i386 build, againNikita Popov2020-09-101-0/+1
| |
* | Test snmp on azureNikita Popov2020-09-093-0/+10
| | | | | | | | Closes GH-6100.
* | Run the opcache-only configuration only for scheduled buildsNikita Popov2020-09-082-12/+14
| | | | | | | | | | | | | | The opcache-only configuration has very little signal (i.e. it is very rare that it fails while non-opcache and opcache+jit both pass). Switch it to run only for nightly builds, so we get faster results on normal builds.
* | Merge branch 'PHP-7.4'Nikita Popov2020-09-081-13/+3
|\ \ | |/ | | | | | | | | * PHP-7.4: Revert "Update libzip on macos" Revert "Manually build re2c on macos"
| * Revert "Update libzip on macos"Nikita Popov2020-09-081-4/+1
| | | | | | | | This reverts commit 090bddb93488b6bcf411e970afe77d96f86f4ac8.
| * Revert "Manually build re2c on macos"Nikita Popov2020-09-081-9/+2
| | | | | | | | This reverts commit 9bbe236f6adead060d83c87a581674f4917db3de.
* | Add phpunit to community project testsNikita Popov2020-09-071-0/+12
| |
* | Merge branch 'PHP-7.4'Nikita Popov2020-09-051-1/+2
|\ \ | |/ | | | | | | * PHP-7.4: Fix azure i386 build
| * Fix azure i386 buildNikita Popov2020-09-051-1/+2
| | | | | | | | Looks like pgsql on i386 broke even more.
* | Merge branch 'PHP-7.4'Nikita Popov2020-08-131-0/+1
|\ \ | |/ | | | | | | * PHP-7.4: Fixed bug #79724
| * Fixed bug #79724Nikita Popov2020-08-131-0/+1
| |
* | Merge branch 'PHP-7.4'Nikita Popov2020-08-041-2/+9
|\ \ | |/ | | | | | | * PHP-7.4: Manually build re2c on macos
| * Manually build re2c on macosNikita Popov2020-08-041-2/+9
| | | | | | | | | | | | | | Avoid issues with the licensing mafia, see: https://github.com/Homebrew/homebrew-core/pull/59094 Closes GH-5932.
* | Bump timeouts, againNikita Popov2020-08-022-1/+3
| | | | | | | | | | | | | | Now that we're testing an additional JIT configuration in nightly builds, the jobs are running close to an hour. [ci skip]
* | Update i386 job to Ubuntu 20.04Nikita Popov2020-07-311-1/+1
| |
* | Also run function jit tests on macosNikita Popov2020-07-311-1/+7
| |
* | Increase timeout on asan jobNikita Popov2020-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | We now also run tests with function JIT here, which makes this slower. Probably, this job should be split up into asan and ubsan, and possibly run with optimization. [ci skip]
* | Update azure macos builds to 10.15Nikita Popov2020-07-291-1/+1
| | | | | | | | Closes GH-5908.