#
5ef3fe21 |
| 08-Oct-2024 |
Christoph M. Becker |
Download enchant dict from downloads.php.net Since windows.php.net is in the progress to be migrated to downloads.php.net anyway, we may as well fetch the dictionary from the new sit
Download enchant dict from downloads.php.net Since windows.php.net is in the progress to be migrated to downloads.php.net anyway, we may as well fetch the dictionary from the new site right away. Closes GH-16310.
show more ...
|
#
c3434091 |
| 04-Oct-2024 |
Christoph M. Becker |
Install 32bit Firebird server on x86 php_pdo_firebird.dll depends on fbclient.dll, which is shipped with the server. However, a 64bit Firebird server ships a 64bit fbclient.dll, whi
Install 32bit Firebird server on x86 php_pdo_firebird.dll depends on fbclient.dll, which is shipped with the server. However, a 64bit Firebird server ships a 64bit fbclient.dll, which is not compatible with a 32bit php_pdo_firebird.dll. Closes GH-16223.
show more ...
|
#
b26e6107 |
| 15-Sep-2024 |
Christoph M. Becker |
Run snmp tests in Windows CI, again That was broken when CI was moved to GH, since `APPVEYOR_BUILD_FOLDER` is no longer set; instead we use `GITHUB_WORKSPACE` which has the same mean
Run snmp tests in Windows CI, again That was broken when CI was moved to GH, since `APPVEYOR_BUILD_FOLDER` is no longer set; instead we use `GITHUB_WORKSPACE` which has the same meaning. Closes GH-15896.
show more ...
|
#
f598b587 |
| 13-Jun-2024 |
Ilija Tovilo |
Remove GitHub actions junit artifacts Nobody looks at those, and nightly regularly fails due to uploading them. Closes GH-14555
|
#
f62f6a6d |
| 09-Feb-2024 |
Saki Takamachi <34942839+SakiTakamachi@users.noreply.github.com> |
Follow-up to remove IMAP ext (#13248) Fixed and optimized tests that depend on imap in standard ext tests. Also, the location of the setup script for hmailserver has changed.
|
#
3e237ecf |
| 08-Feb-2024 |
Peter Kokot |
Remove remainings of recent oci extensions removal (#13352) Following a4d64b2605f18d9d015fa3e69b7da87847e27662
|
#
2ca142ec |
| 14-Nov-2023 |
Daniil Gentili |
Improve jit tests Closes GH-12425
|
#
29fed1cf |
| 13-Oct-2023 |
Ilija Tovilo |
Remove redundant CI JIT flags These flags are already set from run-tests.php.
|
#
2aa2d91a |
| 12-Oct-2023 |
Ilija Tovilo |
Reduce jit_max_root_traces in tests This value would be so high, occupying 88MB of shm on my machine and effectively disabling the JIT in some cases. Co-authored-by: Daniil Gent
Reduce jit_max_root_traces in tests This value would be so high, occupying 88MB of shm on my machine and effectively disabling the JIT in some cases. Co-authored-by: Daniil Gentili <daniil@daniil.it>
show more ...
|
#
098d9ca7 |
| 18-Sep-2023 |
Daniil Gentili |
Trigger JIT tracing&compilation more often Closes GH-12250
|
#
b94ef611 |
| 22-Sep-2023 |
Lewis Cowles |
ci: more verbose output (#12264)
|
#
ae52f195 |
| 07-Oct-2023 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Fix Windows CI The path to mysql.exe changed. Fortunately, chocolately puts the folder containing the exe in the PATH environment variable, so we don't even need to provide an absolu
Fix Windows CI The path to mysql.exe changed. Fortunately, chocolately puts the folder containing the exe in the PATH environment variable, so we don't even need to provide an absolute path.
show more ...
|
#
f47dc259 |
| 30-Jun-2023 |
Ilija Tovilo |
Retire AppVeyor Closes GH-11566
|
#
f42e5628 |
| 09-Mar-2023 |
Michael Voříšek |
Windows CI log verbosity, CI bat file guard Closes GH-10817
|
#
916b132e |
| 12-Nov-2022 |
Michael Voříšek |
Add Windows GitHub actions build Closes GH-10664
|
#
b43e4943 |
| 24-Apr-2022 |
Michael Voříšek |
Prepare for Windows CI with Github Actions
|