History log of /PHP-8.1/php.ini-production (Results 176 – 200 of 381)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# e44deba1 18-Nov-2016 Christoph M. Becker

Fix #64526: Add missing mysqlnd.* parameters to php.ini-*

# bc4676e0 04-Oct-2016 Leigh

Remove mcrypt

# da69037b 26-Sep-2016 Christoph M. Becker

Merge branch 'PHP-7.1'


# b3f4bc75 26-Sep-2016 Christoph M. Becker

Merge branch 'PHP-7.0' into PHP-7.1


# 5e102d56 26-Sep-2016 Christoph M. Becker

Merge branch 'PHP-5.6' into PHP-7.0


# 4f0960a8 26-Sep-2016 Christoph M. Becker

Fix #53745: cgi.discard_path option is missing from php.ini

Also cgi.check_shebang_line has been missing.

# 66f0694c 12-Aug-2016 Yasuo Ohgaki

Merge branch 'PHP-7.1'

* PHP-7.1:
Merge RFC: Session ID without hashing https://wiki.php.net/rfc/session-id-without-hashing


# 3467526a 12-Aug-2016 Yasuo Ohgaki

Merge RFC: Session ID without hashing
https://wiki.php.net/rfc/session-id-without-hashing

# 9fc0a5e0 11-Aug-2016 Kalle Sommer Nielsen

msql > mysqli, use a better extension name as an example in php.ini, as we do not have msql support anymore (Sorry Rasmus!)

# 197051f3 11-Aug-2016 Kalle Sommer Nielsen

Remove sql.safe_mode

This is one of the last old and odd deprecated settings we still have in PHP, it was never fully implemented in all the database extensions and should probably have been

Remove sql.safe_mode

This is one of the last old and odd deprecated settings we still have in PHP, it was never fully implemented in all the database extensions and should probably have been gone back in 5.4, along with safe_mode. Although if my memory strikes me right, mysql was also supporting it back then, but not mysqli.

So far only interbase was supporting this feature, and the removal of it causes two effects for interbase:
- CREATE DATABASE is now allowed no matter
- The default database set by php.ini (ibase.default_db) is no longer forced

http://php.net/ini.core#ini.sql.safe-mode

show more ...

# a53a6b3f 10-Aug-2016 Yasuo Ohgaki

Fix URL rewriter issues

# 0596a256 29-Jul-2016 Anatol Belski

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
document file cache fallback ini directive


# 1666e80c 29-Jul-2016 Anatol Belski

document file cache fallback ini directive

# 7e2c3a77 21-Jul-2016 Christoph M. Becker

Merge branch 'PHP-5.6' into PHP-7.0


# f813f438 15-Jul-2016 Pieter Hordijk

Removed incorrect (leftover?) sentence in ini

about mbstring or iconv output handler

# 8950fb42 21-Jul-2016 Christoph M. Becker

Merge branch 'PHP-7.0' into PHP-7.1


# bee362d5 21-Jul-2016 Christoph M. Becker

Merge branch 'PHP-5.6' into PHP-7.0


# 82bfb090 15-Jul-2016 Pieter Hordijk

Removed incorrect (leftover?) sentence in ini

about mbstring or iconv output handler

# 73303b6c 03-Jul-2016 Christoph M. Becker

Merge branch 'pull-request/1945'


# 158b537c 26-Jun-2016 Jakub Zelenka

Change default for serialize_precision to -1 (use mode 0)

# c0efb06e 15-Jun-2016 Christoph M. Becker

Change default gd.jpeg_ignore_warning = 1

Ignoring these warnings apparently works fine (libgd does so in
gdImageCreateJpeg()), but not ignoring them may cause imagecreatefromjpeg()

Change default gd.jpeg_ignore_warning = 1

Ignoring these warnings apparently works fine (libgd does so in
gdImageCreateJpeg()), but not ignoring them may cause imagecreatefromjpeg()
to fail completely, so it seems reasonable to ignore warnings by default.

Note that this change most likely doesn't constitute a BC break; we're
simply being more resilient with regard to slightly broken JPEGs.

See also the related [bug #72404](https://bugs.php.net/bug.php?id=72404).

show more ...

# 5d57e255 12-Jun-2016 Christoph M. Becker

Fix #71554: FTP has not built-in support

# f152c3fa 08-May-2016 Anatol Belski

Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
Fixed bug #64524 Add intl.use_exceptions to php.ini-*


# 41b159fd 08-May-2016 Anatol Belski

Fixed bug #64524 Add intl.use_exceptions to php.ini-*

Revision tags: php-5.6.18RC1, php-7.0.3RC1, php-5.6.17, php-5.5.31, php-7.0.2
# 3f09d301 24-Dec-2015 Julien Pauli

Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
Update default_mimetype ini setting description


12345678910>>...16