History log of /PHP-7.0/main/main.c (Results 251 – 275 of 1036)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.3.1RC3
# 8dae9275 28-Oct-2009 Ilia Alshanetsky

Lower the max upload default to 20


# e2211cee 27-Oct-2009 Ilia Alshanetsky

Introduced a max_file_uploads INI setting, which is set to limit the
number of file uploads per-request to 100 by default, to prevent possible
DOS via temporary file exhaustion.


Revision tags: php-5.3.1RC2
# 0e38a3d3 13-Oct-2009 Stanislav Malyshev

oops, that doesn't belong to this patch


# 207e75b2 13-Oct-2009 Stanislav Malyshev

fix crash for bug #47627


Revision tags: oci8-1.4.0
# ffb07732 05-Oct-2009 Dmitry Stogov

Fixed bug #49627 (error_log to specified file does not log time according to date.timezone)


# 7bfe0561 21-Sep-2009 Dmitry Stogov

Fixed tests


Revision tags: php-5.2.11, php-5.2.11RC3
# 4361f237 04-Sep-2009 Jani Taskinen

I have no idea. This might or might not fix a bug in some branch. At least it works.


Revision tags: php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1
# d1a16fc8 29-Jul-2009 Stanislav Malyshev

fix extension functions disabling (bug #49065)


# c7135837 12-Jul-2009 Ilia Alshanetsky

Fixed a possible crash inside OnUpdateErrorLog() when restoring an empty value
Avoid pointless safe_mode/open_basedir checks on OnUpdateMailLog() if value is empty


# 4bb86720 09-Jul-2009 Stanislav Malyshev

fix mail.log openbasedir interaction with .htaccess


# 87f9d628 07-Jul-2009 Jani Taskinen

- Fixed bug #48247 (Infinite loop and possible crash during startup with errors)


Revision tags: php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3
# e7560b83 04-Jun-2009 Pierre Joye

- typo


# 0168025f 04-Jun-2009 Pierre Joye

- [DOC] add PHP_WINDOWS_NT_* and PHP_WINDOWS_VERSION_* constants (usefull for testing and features detections)
see http://msdn.microsoft.com/en-us/library/ms724451(VS.85).aspx for the explanat

- [DOC] add PHP_WINDOWS_NT_* and PHP_WINDOWS_VERSION_* constants (usefull for testing and features detections)
see http://msdn.microsoft.com/en-us/library/ms724451(VS.85).aspx for the explanation

show more ...


# 16398c19 30-May-2009 Scott MacVicar

MFH: Make sure the timeout is checked in the shutdown function, patch from Etienne


Revision tags: php-5.2.10RC1, php-5.3.0RC2
# 5a6d3cc4 04-May-2009 Kalle Sommer Nielsen

Added E_DEPRECATED startup notice (5.3 only)


# 53bb83ab 04-May-2009 Derick Rethans

- MFH: Fixed warnings


# 65fc9041 03-May-2009 Derick Rethans

- MFH: Fixed bug #45191 (error_log ignores date.timezone php.ini val when
setting logging timestamps).


# 3cce609d 30-Apr-2009 Pierre Joye

- fix build (Marcus, fix re2c please)


# 9e36fae5 28-Apr-2009 Dmitry Stogov

Fixed bug #48034 (PHP crashes when script is 8192 (8KB) bytes long)


# 843202cd 27-Mar-2009 Arnaud Le Blanc

MFH: Fixed initialization of tick functions list in ZTS


Revision tags: php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2
# c277ebc6 09-Feb-2009 Dmitry Stogov

Fixed bug #47320 ($php_errormsg out of scope in functions)


Revision tags: php-5.2.9RC1, php-5.3.0beta1
# 0c5d83b0 17-Jan-2009 Stanislav Malyshev

fix nts build


# dcb5027b 16-Jan-2009 Pierre Joye

- MFH:
- return SUCCESS on success
- check return value


# 2f61ad9b 16-Jan-2009 Pierre Joye

- add EG(windows_version_info), set at init time once per instance
contains a OSVERSIONINFOEX struct. It lets us determine easily on which windows version is used (for example)
- add the ab

- add EG(windows_version_info), set at init time once per instance
contains a OSVERSIONINFOEX struct. It lets us determine easily on which windows version is used (for example)
- add the ability to disable a function when the windows function does not support a feature (for example symlink)
- symlink, hardlink & co support (1/2)

show more ...


# 905a5c05 09-Jan-2009 Ilia Alshanetsky

[DOC]
Added mail logging functionality that allows logging of mail sent via
mail() function

THe logging functionality is disabled by default but can be enabled on a
per-directory

[DOC]
Added mail logging functionality that allows logging of mail sent via
mail() function

THe logging functionality is disabled by default but can be enabled on a
per-directory or globaly via 2 INI settings.

The mail.log directive allows you to specify the file where each call to
mail() will be logged. The log file will contain the path and line # of the
calling script in addition to all of the headers indicated by the user.

The mail.add_x_header directive will introduce a X-PHP-Originating-Script
header that will contain the file name (no path) of the calling script and
the uid of the script. This combination should be sufficient for the admin
to locate the sending script.

show more ...


1...<<11121314151617181920>>...42