| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
| | |
| | |
| | |
| | | |
Closes GH-5446
Co-authored-by: Nikita Popov <nikita.ppv@gmail.com>
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-7.4:
Fix #79596: MySQL FLOAT truncates to int some locales
|
| |\ \
| | |/
| | |
| | |
| | | |
* PHP-7.3:
Fix #79596: MySQL FLOAT truncates to int some locales
|
| | |
| | |
| | |
| | |
| | | |
We must not do locale aware float to string conversion here; instead
we using our `snprintf()` implementation with the `F` specifier.
|
| | |
| | |
| | |
| | | |
According to <https://www.php.net/manual/en/pdo.error-handling.php>.
|
| | |
| | |
| | |
| | | |
Closes GH-5391.
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-7.4:
Fix MySQL local infile / attr handling on big endian systems
|
| |\ \
| | |/
| | |
| | |
| | | |
* PHP-7.3:
Fix MySQL local infile / attr handling on big endian systems
|
| | |
| | |
| | |
| | |
| | |
| | | |
Make sure pointer types match what is used by libmysql everywhere.
Closes GH-5380.
|
| | |
| | |
| | |
| | | |
Closes GH-5278
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-7.4:
Apply tidy formatting
|
| | |
| | |
| | |
| | | |
Mostly reindent PHP scripts to spaces.
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* PHP-7.4:
Fix #79106: PDO may fetch wrong column indexes with PDO::FETCH_BOTH
|
| |\ \ \
| | |/ /
| |/| |
| | | |
| | | | |
* PHP-7.3:
Fix #79106: PDO may fetch wrong column indexes with PDO::FETCH_BOTH
|
| | |/
| | |
| | |
| | |
| | |
| | | |
Column names can be numeric strings, so we have to make sure to insert
the column values with the appropriate numeric keys, instead of adding
them.
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* PHP-7.4:
Don't use PASSWORD() function in test
Specify explicit row order in PDO MySQL test
Skip bug77956.phpt if local_infile disabled on server
Don't check TIMESTAMP NOT NULL in fetch_field_flags test
Don't test the RENAME DATABASE query
Make GeomFromText tests compatible with MySQL 8
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
We fix the most often occuring typos according to a recent codespell
report[1] in tests, code comments and documentation.
[1] <https://fossies.org/linux/test/php-src-master-f8f48ce.191129.tar.gz/codespell.html>.
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-7.4:
Fix intermittent error in pdo_mysql___construct_options.phpt
|
| | |
| | |
| | |
| | | |
For the love of god, don't write tests based on mt_rand!
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Remove most of the `===DONE===` tags and its variations.
Keep `===DONE===` if the test output otherwise becomes empty.
Closes GH-4872.
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-7.4:
Make test more robust
|
| | |
| | |
| | |
| | |
| | |
| | | |
Time flies, so obviously the reported uptime may differ a bit (as
already occasionally noticed on CI); we cater to that by allowing a
delay of up to one second.
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-7.4:
Fix #78623: Regression caused by "SP call yields additional empty result set"
|
| |\ \
| | |/
| | |
| | |
| | | |
* PHP-7.3:
Fix #78623: Regression caused by "SP call yields additional empty result set"
|
| | |\
| | | |
| | | |
| | | |
| | | | |
* PHP-7.2:
Fix #78623: Regression caused by "SP call yields additional empty result set"
|
| | | |
| | | |
| | | |
| | | | |
This reverts commit 41a4379cb45419a376043ca5f8c5a2bca82cea7c.
|
| | | |
| | | |
| | | |
| | | | |
Part of https://wiki.php.net/rfc/engine_warnings.
|
|\ \ \ \
| |/ / / |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Closes GH-4732.
|
|\ \ \ \
| |/ / / |
|
| | | | |
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* PHP-7.4:
Fix #41997: SP call yields additional empty result set
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | | |
* PHP-7.3:
Fix #41997: SP call yields additional empty result set
|
| | |\ \
| | | |/
| | | |
| | | |
| | | | |
* PHP-7.2:
Fix #41997: SP call yields additional empty result set
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When stored procedures are called, the "final result set is a status
result that includes no result set". Calling `::nextRowset()` on the
actual last result set should return FALSE, since there is actually no
further result set to be processed.
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* PHP-7.4:
fix the problem for connect_attr, set db condition, and add a new attribute _server_host
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | | |
* PHP-7.3:
fix the problem for connect_attr, set db condition, and add a new attribute _server_host
|
| | |\ \
| | | |/
| | | |
| | | |
| | | | |
* PHP-7.2:
fix the problem for connect_attr, set db condition, and add a new attribute _server_host
|
| | | |
| | | |
| | | |
| | | | |
_server_host
|
|\ \ \ \
| |/ / / |
|
| | | | |
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* PHP-7.4:
Remove PHP_MYSQL variable
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
PHP_MYSQL variable was once defined by the ext/mysql (--with-mysql).
Closes GH-4399
|