History log of /PHP-7.1/main/main.c (Results 126 – 150 of 1053)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 3641507f 26-Nov-2013 Michael Wallner

re-introduce always_populate_raw_post_data


# 1433dec2 12-Dec-2013 Kalle Sommer Nielsen

Kill another TSRMLS_FETCH() in zend_indent()


# de3b9bc7 04-Dec-2013 Adam Harvey

Renumber the comments in php_request_shutdown() to be in order.

What, me OCD?


# 00a7b1ff 04-Dec-2013 Sara Golemon

Fix php_module_startup() when loading more than one additional module

Dereferencing addition_modules within php_module_startup would
point to a vector entirely on the stack (which is of

Fix php_module_startup() when loading more than one additional module

Dereferencing addition_modules within php_module_startup would
point to a vector entirely on the stack (which is of course, wrong).

Use a specialized helper to keep BC with the current php_module_startup()
calling semantics.

Fixes 63159
Thanks to @a-j-k

show more ...


# 9e3551ba 18-Nov-2013 Kalle Sommer Nielsen

Eliminated the TSRMLS_FETCH() in zend_set_memory_limit()


Revision tags: php-5.4.22, php-5.5.6
# 39e7dcc3 31-Oct-2013 Anatol Belski

back to do_alloca()


# fc707a27 30-Oct-2013 Anatol Belski

back to do_alloca(), reverted the wrong replacement


Revision tags: php-5.4.22RC1, php-5.5.6RC1
# cf6ab0e9 17-Oct-2013 Anatol Belski

applied and fixed the original patch

initial work on the patch import done


Revision tags: php-5.4.21, php-5.5.5, php-5.4.21RC1, php-5.5.5RC1, php-5.5.4, php-5.4.20, php-5.5.4RC1, php-5.4.20RC1, php-5.5.3, php-5.4.19, php-5.5.2
# bb1f9d38 14-Aug-2013 Michael Wallner

slim post data


# 2438490a 14-Aug-2013 Michael Wallner

slim post data


Revision tags: php-5.4.18, php-5.5.2RC1, php-5.4.18RC2, php-5.5.1, php-5.4.18RC1, php-5.3.27
# 98d29d20 09-Jul-2013 Patrick Allaert

Fixed #65225: PHP_BINARY incorrectly set


# f4dc2240 14-Aug-2013 Xinchen Hui

Fixed #65431 (Discarded qualifiers from pointer target warnings when using --enable-dtrace) by Sixd


# b980e4fe 09-Jul-2013 Patrick Allaert

Fixed #65225: PHP_BINARY incorrectly set


Revision tags: php-5.4.17
# 6ba93a4b 25-Jun-2013 Felipe Pena

- Fixed bug #60732 (php_error_docref links to invalid pages) patch by: Jakub Vrana


Revision tags: 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
# d82704b6 16-May-2013 Anatol Belski

Fixed bug #64853Use of no longer available ini directives causes crash on TS build

The fatal error for removed ini options is thrown before the executor
init, so ensure the relevant vari

Fixed bug #64853Use of no longer available ini directives causes crash on TS build

The fatal error for removed ini options is thrown before the executor
init, so ensure the relevant variables are initialized.

show more ...


Revision tags: php-5.5.0RC1, php-5.3.25, php-5.4.15, php-5.3.25RC1, php-5.5.0beta4, php-5.4.15RC1, php-5.4.14, php-5.3.24, php-5.5.0beta3
# cb54fada 05-Apr-2013 Rasmus Lerdorf

Fixed bugs #47675 and #64577 (fd leak on Solaris)


# c3a57fff 05-Apr-2013 Rasmus Lerdorf

Fixed bugs #47675 and #64577 (fd leak on Solaris)


# 569eddce 05-Apr-2013 Rasmus Lerdorf

Fixed bugs #47675 and #64577 (fd leak on Solaris)


# 1b60c189 05-Apr-2013 Rasmus Lerdorf

Fixed bugs #47675 and #64577 (fd leak on Solaris)


Revision tags: php-5.3.24RC1, php-5.4.14RC1, php-5.5.0beta2, php-5.5.0beta1, php-5.3.23, php-5.4.13, php-5.5.0alpha6
# 58f3c74e 03-Mar-2013 Carson McDonald

Fix a couple typos


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~


12345678910>>...43