History log of /PHP-8.1/main/main.c (Results 326 – 350 of 1233)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 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, 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
# 36e19c9c 02-Jan-2013 Stanislav Malyshev

Bug #43177: If an eval() has a parse error, the overall exit status and return code should not be affected.

Without this fix, a webpage using eval() may return code 500. That might display

Bug #43177: If an eval() has a parse error, the overall exit status and return code should not be affected.

Without this fix, a webpage using eval() may return code 500. That might display
fine and the 500 go unnoticed, but using AJAX or wget, the 500 will cause problems.

show more ...


# a666285b 01-Jan-2013 Xinchen Hui

Happy New Year


# 0a7395e0 01-Jan-2013 Xinchen Hui

Happy New Year


# a2045ff3 01-Jan-2013 Xinchen Hui

Happy New Year~


Revision tags: 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, 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
# 923511d3 23-Sep-2012 Xinchen Hui

Fixed bug #60723 (error_log error time has changed to UTC ignoring default timezo)

Cherry pick to 5.3


# 395d77c5 23-Sep-2012 Xinchen Hui

Fixed bug #60723 (error_log error time has changed to UTC ignoring default timezo)


# fa5477d9 20-Sep-2012 Rasmus Lerdorf

Fix folding


# 2322be0f 20-Sep-2012 Rasmus Lerdorf

Fix folding


Revision tags: php-5.3.17
# ebe0bd5d 12-Sep-2012 Anthony Ferrara

Remove bcrypt_cost ini entry from declaration


Revision tags: php-5.4.7, php-5.4.7RC1, php-5.3.16, php-5.4.6, php-5.4.6RC1, php-5.4.5
# d12f8d67 14-Jul-2012 Andrew Faulds

Removed Logo GUIDs and replaced with Data URIs and div hidden with JS

- removed php_logo_guid()
- removed php_egg_logo_guid()
- removed php_real_logo_guid()
- removed zend_logo_g

Removed Logo GUIDs and replaced with Data URIs and div hidden with JS

- removed php_logo_guid()
- removed php_egg_logo_guid()
- removed php_real_logo_guid()
- removed zend_logo_guid()
- removed logo GUID handling
- removed logo GUIDs from source
- added logo data URIs instead for phpinfo()
- added credits to phpinfo() page, but hidden by default

show more ...


Revision tags: php-5.3.15, php-5.3.15RC1, php-5.4.5RC1
# 232da903 27-Jun-2012 Anthony Ferrara

Implement php.ini setting password.bcrypt_cost


Revision tags: php-5.3.14, php-5.4.4
# b55e6928 11-Jun-2012 Stanislav Malyshev

typo fix


Revision tags: php-5.3.14RC2, php-5.4.4RC2, php-5.3.14RC1, php-5.4.4RC1, php-5.3.13, php-5.4.3, php-5.4.2, php-5.3.12, php-5.3.11, php-5.4.1
# 3b42f184 14-Apr-2012 Xinchen Hui

Fixed bug #61728 (php-fpm SIGSEGV running friendica on nginx)


Revision tags: php-5.3.11RC2, php-5.4.1RC2, php-5.3.11RC1, php-5.4.1RC1, PHP-5.4.1-RC1
# 02f69370 01-Mar-2012 Rasmus Lerdorf

Merge: make max_file_uploads PHP_INI_SYSTEM|PHP_INI_PERDIR


Revision tags: php-5.4.0
# 8bc24c00 17-Feb-2012 Rasmus Lerdorf

I think we should let this be settable from .htaccess to match the other post/upload
related limits like upload_max_filesize, post_max_size, and max_input_vars.


Revision tags: php-5.4.0RC8
# dab17da3 16-Feb-2012 Stanislav Malyshev

make ZEND_SIGNALS configurable, off by default
also make ZEND_SIGNALS enabled and disabled binary-compatible


# fa9540e1 16-Feb-2012 Stanislav Malyshev

make ZEND_SIGNALS configurable, off by default
also make ZEND_SIGNALS enabled and disabled binary-compatible


Revision tags: php-5.3.10, php-5.4.0RC7
# c64a69c8 31-Jan-2012 Michael Wallner

MFH: r322963

fix headers print to stdout/stderr if no output written;
fix crashes and invalid usage of output control in cli server while passing by


# 29c8658d 31-Jan-2012 Michael Wallner

fix headers print to stdout/stderr if no output written; need to make some more testsbefore committing to PHP_5_4; fix crashes and invalid usage of output control in cli server while passing by


Revision tags: php-5.4.0RC6
# ccd1b15b 17-Jan-2012 Dmitry Stogov

Fixed workaround for bug #48034 on Windows (Crash when script is 8192 (8KB) bytes long)


# d940f2d3 17-Jan-2012 Dmitry Stogov

Fixed workaround for bug #48034 on Windows (Crash when script is 8192 (8KB) bytes long)


# 9025d621 17-Jan-2012 Dmitry Stogov

Fixed workaround for bug #48034 on Windows (Crash when script is 8192 (8KB) bytes long)


Revision tags: php-5.3.9, php-5.4.0RC5
# e4ca0ed0 01-Jan-2012 Felipe Pena

- Year++


# 8775a375 01-Jan-2012 Felipe Pena

- Year++


1...<<11121314151617181920>>...50