History log of /PHP-8.1/php.ini-development (Results 251 – 275 of 379)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-5.5.3, php-5.4.19, php-5.5.2, php-5.4.18
# 0f09b978 11-Aug-2013 Stanislav Malyshev

Merge branch 'PHP-5.5'

* PHP-5.5:
php.ini-development/production: remove php_zip.dll
Update NEWS
Update NEWS


# 143ec706 11-Aug-2013 Stanislav Malyshev

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
php.ini-development/production: remove php_zip.dll
Update NEWS


# 503d39d9 10-Aug-2013 Jan Ehrhardt

php.ini-development/production: remove php_zip.dll

Remove the reference to php_zip.dll in php.ini-production and
php.ini-development, because php_zip.dll does not exist anymore since

php.ini-development/production: remove php_zip.dll

Remove the reference to php_zip.dll in php.ini-production and
php.ini-development, because php_zip.dll does not exist anymore since
PHP 5.3

show more ...

Revision tags: php-5.5.2RC1, php-5.4.18RC2
# 1a05648e 22-Jul-2013 Stanislav Malyshev

Merge branch 'PHP-5.5'

* PHP-5.5:
next is 5.5.2
add a few comment
allow both the old and new cfg argument to work. (the old of course should contain the typo)
mssql.c

Merge branch 'PHP-5.5'

* PHP-5.5:
next is 5.5.2
add a few comment
allow both the old and new cfg argument to work. (the old of course should contain the typo)
mssql.compatability_mode fix

Conflicts:
configure.in
main/php_version.h

show more ...


Revision tags: php-5.5.1, php-5.4.18RC1
# b8941a73 13-Jul-2013 Veres Lajos

mssql.compatability_mode fix

# 0a7c8888 18-Jul-2013 Yasuo Ohgaki

Merge branch 'PHP-5.5'

* PHP-5.5:
Improve php.ini-* documentation


# d6692514 18-Jul-2013 Yasuo Ohgaki

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
Improve php.ini-* documentation


# 445dffa7 18-Jul-2013 Yasuo Ohgaki

Improve php.ini-* documentation

# 2c8a4af8 15-Jul-2013 Stanislav Malyshev

Merge branch 'PHP-5.5'

* PHP-5.5:
Fix bug #62665: add curl.cainfo to php.ini


# 8c663fd4 15-Jul-2013 Stanislav Malyshev

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
Fix bug #62665: add curl.cainfo to php.ini

Conflicts:
php.ini-development
php.ini-production


# 2bad01e6 15-Jul-2013 Stanislav Malyshev

Fix bug #62665: add curl.cainfo to php.ini

Conflicts:

php.ini-development
php.ini-production

Revision tags: php-5.3.27, php-5.4.17, php-5.5.0, php-5.3.27RC1, php-5.4.17RC1, php-5.5.0RC3, php-5.3.26, php-5.4.16, php-5.5.0RC2, php-5.3.26RC1, php-5.4.16RC1, php-5.5.0RC1, php-5.3.25, php-5.4.15, php-5.3.25RC1, php-5.5.0beta4, php-5.4.15RC1
# ab165d34 11-Apr-2013 Remi Collet

Merge branch 'PHP-5.5'

* PHP-5.5:
apply change from opcache readme to php.ini


# 6df1e8d3 11-Apr-2013 Remi Collet

apply change from opcache readme to php.ini

Revision tags: php-5.4.14, php-5.3.24, php-5.5.0beta3, php-5.3.24RC1, php-5.4.14RC1, php-5.5.0beta2
# e67e6a1f 27-Mar-2013 Dmitry Stogov

Merge branch 'PHP-5.5'

* PHP-5.5:
Added opcache.enable_cli=0


# 26f3ff25 27-Mar-2013 Dmitry Stogov

Added opcache.enable_cli=0

# 95c3b9ab 21-Mar-2013 David Soria Parra

Merge branch 'PHP-5.5'

* PHP-5.5:
Add OPCache ini settings to php.ini


# 293d5def 21-Mar-2013 David Soria Parra

Add OPCache ini settings to php.ini

Revision tags: php-5.5.0beta1, php-5.3.23, php-5.4.13, php-5.5.0alpha6, php-5.3.23RC1, php-5.4.13RC1, php-5.3.22, php-5.5.0alpha5, php-5.4.12, php-5.3.22RC2, php-5.4.12RC2, php-5.3.22RC1, php-5.4.12RC1
# 992bba6a 29-Jan-2013 Stanislav Malyshev

Merge branch 'PHP-5.5'

* PHP-5.5:
Add news for bug #60524
Implemented Feature #60524 (sys_temp_dir)

Conflicts:
UPGRADING


Revision tags: php-5.5.0alpha4
# 475a644b 18-Jan-2013 ALeX Kazik

Implemented Feature #60524 (sys_temp_dir)

Added a new configuration directive which allows it to change the
temporary directory, the default behavior is unchanged.

This is a use

Implemented Feature #60524 (sys_temp_dir)

Added a new configuration directive which allows it to change the
temporary directory, the default behavior is unchanged.

This is a useful option if you use all/some hosts inside of one .ini file
with sections and want to change the temp dir per user (maybe it's not
allowed to write outside the users home directory). Since the TMPDIR
variable affects the whole php that way can not be used for this scenario.

(see https://bugs.php.net/bug.php?id=60524)

show more ...

Revision tags: php-5.3.21, php-5.4.11, php-5.5.0alpha3, php-5.3.21RC1, php-5.4.11RC1, php-5.3.20, php-5.4.10, php-5.5.0alpha2, php-5.3.20RC1, php-5.4.10RC1, php-5.3.19, php-5.4.9
# e7f8f7c0 12-Nov-2012 Bryan Hanks, PMP

Corrected spelling of 'shortcut'

# d0727b58 12-Nov-2012 Bryan Hanks, PMP

Corrected grammar/spelling of text in php.ini files

There are no actual code changes here; I corrected grammar and spelling
errors in the php.ini-production and php.ini-development files

Corrected grammar/spelling of text in php.ini files

There are no actual code changes here; I corrected grammar and spelling
errors in the php.ini-production and php.ini-development files. I also
rewrote some sentences to make them less cumbersome.

show more ...

Revision tags: php-5.5.0alpha1, php-5.3.19RC1, php-5.4.9RC1, php-5.3.18, php-5.4.8, php-5.3.18RC1, php-5.4.8RC1, php-5.3.17, php-5.4.7, php-5.4.7RC1, php-5.3.16, php-5.4.6, php-5.4.6RC1
# 81de1111 24-Jul-2012 Florian Anderiasch

Merge branch 'PHP-5.4'

* PHP-5.4:
Add syslog support to mail.log #62356


# ddc8d162 24-Jul-2012 Florian Anderiasch

Add syslog support to mail.log #62356

Patch by Michael Orlitzky

Revision tags: php-5.4.5, php-5.3.15, php-5.3.15RC1, php-5.4.5RC1, php-5.3.14, php-5.4.4, php-5.3.14RC2, php-5.4.4RC2
# 61a13773 25-May-2012 Xinchen Hui

Merge branch 'PHP-5.4'

* PHP-5.4:
Fixed bug #62128 superfluous ";"


# 91ad40d9 25-May-2012 Xinchen Hui

Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
Fixed bug #62128 superfluous ";"


1...<<111213141516