| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
This always returned SUCCESS
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Make MYSQLI_REPORT_ERROR | MYSQLI_REPORT_STRICT the new mysqli
error reporting default. Explicitly call
mysqli_report(MYSQLI_REPORT_OFF) to preserve previous behavior.
RFC: https://wiki.php.net/rfc/mysqli_default_errmode
Closes GH-6629.
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-8.0:
Fix bug #80866
|
| |\ \
| | |/
| | |
| | |
| | | |
* PHP-7.4:
Fix bug #80866
|
| | |
| | |
| | |
| | | |
Closes GH-6774.
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-8.0:
Fix bug #80837
|
| |\ \
| | |/
| | |
| | |
| | | |
* PHP-7.4:
Fix bug #80837
|
| | |
| | |
| | |
| | | |
The error needs to be reported on the statement, not the connection.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
A few additional tests have been added on master that require
lower security level.
(cherry picked from commit c2a6395dcbab20549702e56006f7cd389cefebcd)
|
| | | |
|
| | |
| | |
| | |
| | | |
Closes GH-6739
|
| | | |
|
| | |
| | |
| | |
| | | |
Closes GH-6756.
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-8.0:
ext/opcache: fix configure output while checking mmap MAP_ANON support
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
It seems that f3efb9e3fb introduced a "typo" which may result
in the following confusing message:
checking for mmap() using MAP_ANON shared memory support... no=yes
Let's fix this.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Closes GH-6758.
|
| | |
| | |
| | |
| | |
| | | |
The driver version hasn't been updated in 13 years, so this number
is essentially meaningless. Check PHP_VERSION_ID instead.
|
| | |
| | |
| | |
| | |
| | | |
This function was never registered with PHP, and the body is
commented out.
|
| | |
| | |
| | |
| | |
| | | |
And remove an unnecessary test case that is already covered by the
other two.
|
| | |
| | |
| | |
| | |
| | | |
This class doesn't define many properties, and the macros make
customization hard.
|
| | |
| | |
| | |
| | | |
And fix formatting issues.
|
| | |
| | |
| | |
| | | |
Closes GH-6767.
|
| | |
| | |
| | |
| | | |
Signed-off-by: Anatol Belski <ab@php.net>
|
| | | |
|
| | |
| | |
| | |
| | | |
zend_accel_get_type_map_ptr: Assertion `ret > 2' failed)
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-8.0:
Fixed bug #80814 (threaded mod_php won't load on FreeBSD: No space available for static Thread Local Storage)
|
| | |
| | |
| | |
| | | |
for static Thread Local Storage)
|
| | |
| | |
| | |
| | | |
multiple file name reconstruction.
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-8.0:
Fix #51903: simplexml_load_file() doesn't use HTTP headers
|
| |\ \
| | |/
| | |
| | |
| | | |
* PHP-7.4:
Fix #51903: simplexml_load_file() doesn't use HTTP headers
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The `encoding` attribute of the XML declaration is optional; it is good
practice to use external encoding information where available if it is
missing. Thus, we check for `charset` info of `Content-Type` headers,
and see whether the encoding is supported.
We cater to trailing parameters and quoted-strings, but not to escaped
backslashes and quotes in quoted-strings, since no known character
encoding contains these anyway.
Co-authored-by: Michael Wallner <mike@php.net>
Closes GH-6747.
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-8.0:
Fix #80838: HTTP wrapper waits for HTTP 1 response after HTTP 101
|
| |\ \
| | |/
| | |
| | |
| | | |
* PHP-7.4:
Fix #80838: HTTP wrapper waits for HTTP 1 response after HTTP 101
|
| | |
| | |
| | |
| | |
| | |
| | | |
Don't wait for further responses after a HTTP 101 (Switching Protocols) response
Closes GH-6730.
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-8.0:
Add supports for FreeBSD's PROT_MAX to let mprotect knows X flag can be applied in addition.
|
| | |
| | |
| | |
| | |
| | |
| | | |
applied in addition.
Closes GH-6738.
|
| | |
| | |
| | |
| | | |
Still seeing the occasional spurious failure.
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-8.0:
Print error code if CreateMutex() fails
|
| |\ \
| | |/
| | |
| | |
| | | |
* PHP-7.4:
Print error code if CreateMutex() fails
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This issue came up recently in a bug report[1]; without the error code,
users can barely guess why the function failed.
[1] <https://bugs.php.net/80812>
Closes GH-6745.
|
| | |
| | |
| | |
| | | |
Now that this code is faster, we're seeing many spurious failures.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* @@session.old_passwords is present only in 5.6 and 5.7. Newer versions
already behave as if they have old_passwords=2.
* SET PASSWORD FOR ... = PASSWORD(...) syntax was removed in 8.0.
For all affected tests, versions that don't support newer SQL are
already explicitly excluded with version checks.
Closes GH-6729.
|
| | |
| | |
| | |
| | |
| | |
| | | |
If the SKIPIF section return nocache, don't cache the result. This
is used by tests that perform complex test set in conjunction with
skip checks, and need to be evaluated every time.
|
| | |
| | |
| | |
| | |
| | | |
If we find an existing serialization of the op_array, of course
we also need to actually make use of it...
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-8.0:
Fix ASAN warning (Zend/zend_string.h:165:2: runtime error: null pointer passed as argument 2 of memcpy(), which is declared to never be null)
|
| | |
| | |
| | |
| | | |
passed as argument 2 of memcpy(), which is declared to never be null)
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Duplicated with line 920.
Our minimal OpenSSL version is v1.0.1 (See https://github.com/openssl/openssl/blob/OpenSSL_1_0_1-stable/ssl/ssl_lib.c#L2039).
Removing it does not affect program behavior.
Closes GH-6751.
|