| 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.
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | | |
* PHP-8.0:
Update ubuntu on i386 job
Downgrade security level in tests using TLS < 1.2
|
| |\ \
| | |/
| | |
| | |
| | |
| | | |
* PHP-7.4:
Update ubuntu on i386 job
Downgrade security level in tests using TLS < 1.2
|
| | |
| | |
| | |
| | |
| | |
| | | |
There is a failure with apt on PHP-7.4 that's not present on
PHP-8.0/master. Switching to a newer ubuntu version on PHP-7.4
avoids the issue.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Closes GH-6760
Signed-off-by: George Peter Banyard <girgias@php.net>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Anatol Belski <ab@php.net>
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
argument few times.
|
| | | |
|
| | |
| | |
| | |
| | | |
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.
|
|\ \ \
| |/ / |
|
| | | |
|