#
32d21af2 |
| 05-May-2024 |
Marcus Xavier |
Fix GH-14100: Corrected spelling mistake in php.ini files. Closes GH-14138.
|
#
a4d64b26 |
| 07-Feb-2024 |
Derick Rethans |
Removed ext/oci8 and ext/pdo_oci (#13327) * Removed ext/oci8 and ext/pdo_oci They now live in their own repositories: https://github.com/php/pecl-database-oci8 https://
Removed ext/oci8 and ext/pdo_oci (#13327) * Removed ext/oci8 and ext/pdo_oci They now live in their own repositories: https://github.com/php/pecl-database-oci8 https://github.com/php/pecl-database-pdo_oci As per: https://wiki.php.net/rfc/unbundle_imap_pspell_oci8
show more ...
|
#
987417e2 |
| 22-Jan-2024 |
Derick Rethans |
Remove ext/imap — it has been moved to PECL (#13190) * Remove ext/imap — it has been moved to PECL https://pecl.php.net/package/imap * Remove files related to IMAP
Remove ext/imap — it has been moved to PECL (#13190) * Remove ext/imap — it has been moved to PECL https://pecl.php.net/package/imap * Remove files related to IMAP * Remove IMAP CI files and set up * Also disable IMAP on Circle CI * Update CREDITS file * Remove IMAP entry from CODEOWNERS * Revert "Remove files related to IMAP" This reverts commit a05ffd6c973001f9c3540dbf04b3a9f9797f3acc. * Mark IMAP is being removed * Revert "Remove IMAP CI files and set up" This reverts commit 82e5ba991044222c5c90c7c53ca0adcf3bde3359. * Revert "Also disable IMAP on Circle CI" This reverts commit e83827b0b23805ae2571241e472e433b9dc7539f. * Don't try to build imap extension with CI * Restore test setup files * Remove mention of imap in labeler, EXTENSIONS, and sample php.ini files
show more ...
|
#
b2dbf0a2 |
| 31-Jul-2023 |
Ilija Tovilo |
Remove opcache.consistency_checks This feature has been broken at least since the tracing JIT and inheritance cache have been introduced. The attempted fix (GH-10798) was too complex. We
Remove opcache.consistency_checks This feature has been broken at least since the tracing JIT and inheritance cache have been introduced. The attempted fix (GH-10798) was too complex. We have thus decided to remove this feature for now. Closes GH-11832
show more ...
|
#
3d4ff5ae |
| 13-Jul-2023 |
George Peter Banyard |
RFC: Deprecate remains of string evaluated code assertions (#11671) Link: https://wiki.php.net/rfc/assert-string-eval-cleanup
|
#
3f3c1df8 |
| 08-Dec-2022 |
Christoph M. Becker |
[ci skip] Fix GH-10056: [grammar] "less security-conscience applications"
|
#
d4c804b9 |
| 01-Dec-2022 |
Christoph M. Becker |
[ci skip] Add missing entries to php.ini quick reference Closes GH-9889.
|
#
85661a35 |
| 30-Jul-2023 |
jrfnl |
Remove `mysqli.reconnect` from php.ini files (#11836) The `mysqli.reconnect` ini directive was removed in PHP 8.2.0.
|
#
fd3cc17c |
| 17-Feb-2023 |
Jakub Zelenka |
Add max_multipart_body_parts info into php.ini files
|
#
e6281db8 |
| 16-Jan-2023 |
Max Kellermann |
php.ini-production: disable opcache.huge_code_pages by default There are only very narrow circumstances under which this option has been reported to provide 1% performance gain due to re
php.ini-production: disable opcache.huge_code_pages by default There are only very narrow circumstances under which this option has been reported to provide 1% performance gain due to reduction of TLB misses. In many setups, this option only increases memory usage, and will actually decrease performance. To avoid this, let's leave it disabled by default, and let it be an explicit decision to enable it. For a discussion, see https://github.com/php/php-src/pull/10301 Closes GH-10336
show more ...
|
#
cc931af3 |
| 30-Dec-2022 |
Jakub Zelenka |
Fix GH-8086: Introduce mail.mixed_lf_and_crlf INI When this INI option is enabled, it reverts the line separator for headers and message to LF which was a non conformant behavior in PHP
Fix GH-8086: Introduce mail.mixed_lf_and_crlf INI When this INI option is enabled, it reverts the line separator for headers and message to LF which was a non conformant behavior in PHP 7. It is done because some non conformant MTAs fail to parse CRLF line separator for headers and body. This is used for mail and mb_send_mail functions.
show more ...
|
#
9416186f |
| 24-Nov-2022 |
Jakub Zelenka |
Add a note to php.ini-* regarding the required order for GH-8620
|
#
8c0cdd1d |
| 05-Aug-2022 |
Christoph M. Becker |
[ci skip] Remove outdated info from php.ini templates There is no more need to tell users about PHP 5, or even PHP 4. Closes GH-9256.
|
#
ce627798 |
| 05-Aug-2022 |
Christoph M. Becker |
[ci skip] Add extension=zip to the php.ini templates The zip extension is now built as shared library by default, so users want to load it via php.ini.
|
#
9cd7f41f |
| 12-Nov-2021 |
Christopher Jones |
Add oci8.prefetch_lob_size
|
#
87069d3d |
| 09-Nov-2021 |
Petar Obradović |
Fix invalid mbstring config reference Closes GH-7637. [ci skip]
|
#
7eef766c |
| 20-May-2021 |
ada-u |
Add mysqli.rollback_on_cached_plink to php.ini-*
|
#
3ccc0409 |
| 08-May-2021 |
Michael Voříšek |
Remove no longer used "log_errors_max_len" ini directive (#6838) This is a re-application of the original match against master. The patch was originally applied to master, then reverted
Remove no longer used "log_errors_max_len" ini directive (#6838) This is a re-application of the original match against master. The patch was originally applied to master, then reverted from there, incorrectly applied to PHP-8.0, reverted from there due to ABI break, and now lands on master again. We can only hope that it does not get reverted again ;)
show more ...
|
#
09062704 |
| 08-May-2021 |
Nikita Popov |
Revert "Remove no longer used "log_errors_max_len" ini directive (#6838)" This reverts commit d2d227e54765a5de863c6608fd64e1228ab08108. This is an ABI break.
|
#
b5d5d06f |
| 08-May-2021 |
Ben Ramsey |
Revert "Remove no longer used "log_errors_max_len" ini directive (#6838)" This reverts commit cc2c810dcf4ea25ed73d97765b5df9f270a91a4a.
|
#
d2d227e5 |
| 08-May-2021 |
Michael Voříšek |
Remove no longer used "log_errors_max_len" ini directive (#6838)
|
#
cc2c810d |
| 08-May-2021 |
Michael Voříšek |
Remove no longer used "log_errors_max_len" ini directive (#6838)
|
#
462da6e0 |
| 31-Mar-2021 |
Josh Soref |
Fix spelling and grammar mistakes This PR corrects misspellings identified by the check-spelling action. The misspellings have been reported at jsoref@b6ba3e2#commitcomment-48946465
Fix spelling and grammar mistakes This PR corrects misspellings identified by the check-spelling action. The misspellings have been reported at jsoref@b6ba3e2#commitcomment-48946465 The action reports that the changes in this PR would make it happy: jsoref@602417c Closes GH-6822.
show more ...
|
#
da011a31 |
| 22-Feb-2021 |
Darek Slusarczyk |
Fix #80329: Add option to specify LOAD DATA LOCAL white list folder * allow the user to specify a folder where files that can be sent via LOAD DATA LOCAL can exist * add mysqli.
Fix #80329: Add option to specify LOAD DATA LOCAL white list folder * allow the user to specify a folder where files that can be sent via LOAD DATA LOCAL can exist * add mysqli.local_infile_directory for mysqli (ignored if mysqli.allow_local_infile is enabled) * add PDO::MYSQL_ATTR_LOCAL_INFILE_DIRECTORY for pdo_mysql (ignored if PDO::MYSQL_ATTR_LOCAL_INFILE is enabled) * add related tests * fixes for building with libmysql 8.x * small improvement in existing tests * update php.ini-[development|production] files Closes GH-6448. Co-authored-by: Nikita Popov <nikic@php.net>
show more ...
|
#
2e974c8c |
| 14-Dec-2020 |
Christoph M. Becker |
Add Windows support for OCI 19 As requested by Christopher Jones.
|