| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Cf. <https://github.com/winlibs/enchant/commit/df5a4586e09d67bf2c208c7dfd0517657d06910e>
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
This is not supposed to bring any test performance optimization, but
allows us to test basic JIT functionality on Windows.
|
|
|
|
|
| |
`OPENSSL_CONF` must not contain quotes, but actually, we want to test
the default path, so we don't even set `OPENSLL_CONF` anymore.
|
| |
|
| |
|
|\
| |
| |
| |
| | |
* PHP-7.3:
Fix var name
|
| |\
| | |
| | |
| | |
| | | |
* PHP-7.2:
Fix var name
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-7.3:
Fix typo
|
| |\ \
| | |/
| | |
| | |
| | | |
* PHP-7.2:
Fix typo
|
| | |
| | |
| | |
| | |
| | | |
Since opcache.enable defaults to 1 anyway, this change is only
cosmetic.
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-7.3:
PHP, meet MySQL
|
| |\ \
| | |/
| | |
| | |
| | | |
* PHP-7.2:
PHP, meet MySQL
|
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-7.3:
Update Git repository for Windows build tool kit
|
| |\ \
| | |/
| | |
| | |
| | | |
* PHP-7.2:
Update Git repository for Windows build tool kit
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | | |
|
| |\ \
| | |/
| | |
| | |
| | | |
* PHP-7.2:
Backport changes for OpenSSL 1.1.1 CI integration
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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)
|
| | |
| | |
| | |
| | |
| | | |
This is too unstable due to shared opcache state. Disabling it until
this issue is resolved to reduce the number of spurious failures.
|
| | |
| | |
| | |
| | | |
I'll be keeping an eye on spurious failures resulting from this...
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | | |
|
| | | |
|
| | | |
|
|/ / |
|
|\ \
| |/
| |
| |
| | |
* PHP-7.2:
Switch to staging series on AppVeyor
|
| | |
|
|\ \
| |/
| |
| |
| | |
* PHP-7.2:
Use stable deps on AppVeyor for now
|
| |
| |
| |
| | |
as long as the latest image is not synced with VC++ 15.8
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| |/
| |
| |
| | |
* PHP-7.2:
Revert to Postgres 9.6, AppVeyor seems to have issues with 10
|
| |\
| | |
| | |
| | |
| | | |
* PHP-7.1:
Revert to Postgres 9.6, AppVeyor seems to have issues with 10
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-7.2:
Update tool path
|
| |\ \
| | |/
| | |
| | |
| | | |
* PHP-7.1:
Update tool path
|
| | | |
|
|/ / |
|
|\ \
| |/
| |
| |
| | |
* PHP-7.1:
Yet one attempt to mitigate the unzip error on AppVeyor
|
| | |
|