summaryrefslogtreecommitdiff
path: root/appveyor
Commit message (Collapse)AuthorAgeFilesLines
* CI: add --depth 1 to git clone for speedMax Semenik2021-02-151-1/+1
| | | | Closes GH-6690.
* Revert "Disable tracing JIT on AppVeyor"Dmitry Stogov2020-07-221-1/+1
| | | | | | This reverts commit a986933ddeff664367d11bebaca2ea6977dbce62. Tracing JIT for Windows is already fixed.
* Disable tracing JIT on AppVeyorChristoph M. Becker2020-07-221-1/+1
| | | | | | This is a temporary measure until the current issues[1] are resolved. [1] <https://github.com/php/php-src/commit/0e1e991a89528b571a0271a3f24f9d3c2c36e23a#commitcomment-40805659>
* Drop hard-coded /W3 default in favor of custom CFLAGSChristoph M. Becker2020-06-051-0/+2
| | | | | | | | | | | Building with `/W3` shows an awful lot of warnings on Windows, so it's really hard to spot the more important ones. Since it is not possible to override the hard-coded `/W3`, we drop it altogether, so MSVC uses the default `/W1`. Users are encouraged to increase the warning level via the environment variable `CFLAGS` before doing configure. We also enable `/WX` (treat warnings as errors) for AppVeyor CI, using `/W1` for now, since otherwise the build would fail.
* Merge branch 'PHP-7.4'Christoph M. Becker2020-05-261-0/+4
|\ | | | | | | | | | | | | | | * PHP-7.4: Enable phpdbg tests on AppVeyor Make phpdbg test portable Fix several mostly Windows related phpdbg bugs Fix #73926: phpdbg will not accept input on restart execution
| * Enable phpdbg tests on AppVeyorChristoph M. Becker2020-05-261-0/+4
| |
* | Update AppVeyor for enchant-2Christoph M. Becker2020-05-111-6/+4
| | | | | | | | Cf. <https://github.com/winlibs/enchant/commit/df5a4586e09d67bf2c208c7dfd0517657d06910e>
* | Show all tests on AppVeyorChristoph M. Becker2020-04-271-1/+1
| | | | | | | | | | | | This is a temporary measure to try to resolve the often failing mysqli_insert_packet_overflow.phpt issue. Unfortunately, I have not been able to reproduce the test failure locally, or in my php-src fork.
* | Enable JIT for AppVeyor CIChristoph M. Becker2020-04-171-1/+1
|/ | | | | This is not supposed to bring any test performance optimization, but allows us to test basic JIT functionality on Windows.
* Fix AppVeyor buildChristoph M. Becker2019-10-011-2/+2
| | | | | `OPENSSL_CONF` must not contain quotes, but actually, we want to test the default path, so we don't even set `OPENSLL_CONF` anymore.
* Fix AppVeyor setup wrt. changed OpenSSL default config pathChristoph M. Becker2019-10-011-3/+8
|
* PDO: support username & password specified in DSNSjon Hortensius2019-07-021-1/+1
|
* Merge branch 'PHP-7.3' into PHP-7.4Anatol Belski2019-05-312-2/+2
|\ | | | | | | | | * PHP-7.3: Fix var name
| * Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2019-05-312-2/+2
| |\ | | | | | | | | | | | | * PHP-7.2: Fix var name
| | * Fix var nameAnatol Belski2019-05-312-2/+2
| | |
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-05-101-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-7.3: Fix typo
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-05-101-1/+1
| |\ \ | | |/ | | | | | | | | | * PHP-7.2: Fix typo
| | * Fix typoChristoph M. Becker2019-05-101-1/+1
| | | | | | | | | | | | | | | Since opcache.enable defaults to 1 anyway, this change is only cosmetic.
* | | Remove some more interbase leftoversKalle Sommer Nielsen2019-05-011-1/+1
| | |
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-04-271-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-7.3: PHP, meet MySQL
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-04-271-1/+1
| |\ \ | | |/ | | | | | | | | | * PHP-7.2: PHP, meet MySQL
| | * PHP, meet MySQLChristoph M. Becker2019-04-271-1/+1
| | | | | | | | | | | | | | | | | | All pdo_mysql tests are skipped on AppVeyor because "No such host is known". We change the DSN to use semicolons instead of spaces to fix that.
* | | Fix VirtualProtect() related Phar issuesChristoph M. Becker2019-04-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We must not (try to) modify shared values, but rather have to use our own copies, if unixified filenames are required on Windows. To avoid excessive string duplication, we add checks whether the filenames are already unixified (i.e. do not contain backslashes). To improve the performance if we need to copy strings, we use do_alloca() and friends. Besides generally being somewhat messy, the handling of unixified filenames is still suboptimal performance-wise, but we leave this for a future cleanup, and focus on fixing the issue at hand for now. We also enable opcache.protect_memory for the AppVeyor CI.
* | | Merge branch 'PHP-7.3' into PHP-7.4Peter Kokot2019-04-191-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-7.3: Update Git repository for Windows build tool kit
| * | Merge branch 'PHP-7.2' into PHP-7.3Peter Kokot2019-04-191-1/+1
| |\ \ | | |/ | | | | | | | | | * PHP-7.2: Update Git repository for Windows build tool kit
| | * Update Git repository for Windows build tool kitPeter Kokot2019-04-191-1/+1
| | |
| | * Sync leading and final newlines in source code filesPeter Kokot2018-10-144-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds missing newlines, trims multiple redundant final newlines into a single one, and trims redundant leading newlines. According to POSIX, a line is a sequence of zero or more non-' <newline>' characters plus a terminating '<newline>' character. [1] Files should normally have at least one final newline character. C89 [2] and later standards [3] mention a final newline: "A source file that is not empty shall end in a new-line character, which shall not be immediately preceded by a backslash character." Although it is not mandatory for all files to have a final newline fixed, a more consistent and homogeneous approach brings less of commit differences issues and a better development experience in certain text editors and IDEs. [1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206 [2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2 [3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-131-2/+2
| | |
| * | Sync leading and final newlines in source code filesPeter Kokot2018-10-144-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds missing newlines, trims multiple redundant final newlines into a single one, and trims redundant leading newlines. According to POSIX, a line is a sequence of zero or more non-' <newline>' characters plus a terminating '<newline>' character. [1] Files should normally have at least one final newline character. C89 [2] and later standards [3] mention a final newline: "A source file that is not empty shall end in a new-line character, which shall not be immediately preceded by a backslash character." Although it is not mandatory for all files to have a final newline fixed, a more consistent and homogeneous approach brings less of commit differences issues and a better development experience in certain text editors and IDEs. [1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206 [2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2 [3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2
| * | Trim trailing whitespace in source code filesPeter Kokot2018-10-131-2/+2
| | |
| * | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2018-09-131-0/+12
| |\ \ | | |/ | | | | | | | | | * PHP-7.2: Backport changes for OpenSSL 1.1.1 CI integration
| | * Backport changes for OpenSSL 1.1.1 CI integrationAnatol Belski2018-09-131-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add debug message for failing test parts (cherry picked from commit a45169a6ba54b13484d70cb474679c96347f779b) Show all unmatched errors when test failed (cherry picked from commit 70159652541c62b5f3bbb26da76b7e56987b2544) More possibly colliding libs to remove from the test image (cherry picked from commit 3008ad1a49210e4604522a987cbdd27a5a0a2c42) Remove colliding file from CI image (cherry picked from commit 6220d21c3420ff0d7366d410920ba5279fba3893) Fix typo (cherry picked from commit 24517d82cf8dc708d08bc77435ad418de4bdff4e)
* | | Disable test parallelization on AppVeyor with opcacheNikita Popov2019-02-281-1/+1
| | | | | | | | | | | | | | | This is too unstable due to shared opcache state. Disabling it until this issue is resolved to reduce the number of spurious failures.
* | | Enable parallel tests on AppVeyorNikita Popov2019-02-211-1/+1
| | | | | | | | | | | | I'll be keeping an eye on spurious failures resulting from this...
* | | Sync leading and final newlines in source code filesPeter Kokot2018-10-144-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds missing newlines, trims multiple redundant final newlines into a single one, and trims redundant leading newlines. According to POSIX, a line is a sequence of zero or more non-' <newline>' characters plus a terminating '<newline>' character. [1] Files should normally have at least one final newline character. C89 [2] and later standards [3] mention a final newline: "A source file that is not empty shall end in a new-line character, which shall not be immediately preceded by a backslash character." Although it is not mandatory for all files to have a final newline fixed, a more consistent and homogeneous approach brings less of commit differences issues and a better development experience in certain text editors and IDEs. [1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206 [2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2 [3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2
* | | Trim trailing whitespace in source code filesPeter Kokot2018-10-131-2/+2
| | |
* | | Fix typoAnatol Belski2018-09-131-1/+1
| | |
* | | Remove colliding file from CI imageAnatol Belski2018-09-131-0/+4
| | |
* | | More possibly colliding libs to remove from the test imageAnatol Belski2018-09-131-0/+8
|/ /
* | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2018-08-301-1/+1
|\ \ | |/ | | | | | | * PHP-7.2: Switch to staging series on AppVeyor
| * Switch to staging series on AppVeyorAnatol Belski2018-08-301-1/+1
| |
* | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2018-08-181-1/+1
|\ \ | |/ | | | | | | * PHP-7.2: Use stable deps on AppVeyor for now
| * Use stable deps on AppVeyor for nowAnatol Belski2018-08-181-1/+1
| | | | | | | | as long as the latest image is not synced with VC++ 15.8
* | Do one test build with AVXAnatol Belski2018-05-311-1/+2
| |
* | Switch to PostgreSQL 10 for AppVeyor testsAnatol Belski2018-03-291-1/+1
| |
* | Don't prevent loading odbc and pdo_odbc for testsAnatol Belski2018-01-041-1/+1
| |
* | Re-enable ODBC testsAnatol Belski2018-01-041-0/+6
| |
* | Merge branch 'PHP-7.2'Anatol Belski2017-12-221-1/+1
|\ \ | |/ | | | | | | * PHP-7.2: Revert to Postgres 9.6, AppVeyor seems to have issues with 10
| * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-12-221-1/+1
| |\ | | | | | | | | | | | | * PHP-7.1: Revert to Postgres 9.6, AppVeyor seems to have issues with 10
| | * Revert to Postgres 9.6, AppVeyor seems to have issues with 10Anatol Belski2017-12-221-1/+1
| | |