History log of /PHP-7.0/main/main.c (Results 326 – 350 of 1036)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: BEFORE_REAL_IMPORT_OF_MYSQLND
# 335cac3c 24-Jul-2007 Jani Taskinen

MFH:- Changed "display_errors" php.ini option to accept "stderr" as value which
MFH: makes the error messages to be outputted to STDERR instead of STDOUT with
MFH: CGI and CLI SAPIs (FR #22

MFH:- Changed "display_errors" php.ini option to accept "stderr" as value which
MFH: makes the error messages to be outputted to STDERR instead of STDOUT with
MFH: CGI and CLI SAPIs (FR #22839).

show more ...


Revision tags: BEFORE_IMPORT_OF_MYSQLND
# d2710710 21-Jul-2007 Jani Taskinen

MFH: Fixed compile warnings


# cc7342ef 15-Jul-2007 Jani Taskinen

MFH: folding tags and some more ws fixes


# aad63942 15-Jul-2007 Jani Taskinen

MFH: ws fixes (sync!)


# a2fa9bbe 15-Jul-2007 Ilia Alshanetsky

Clear out last error & last error file information at the end of the
request to ensure that they don't propogate to the next request


# dc8d09bb 11-Jul-2007 Johannes Schlüter

- MFH: Always enable mail() function


# 7b016d72 11-Jul-2007 Jani Taskinen

MFH: No return values for void function


# 6f1b3ea7 10-Jul-2007 Stanislav Malyshev

suppress warnings to avoid potential loop


# 84c90508 10-Jul-2007 Stanislav Malyshev

check if write is allowed before writing to error log


# 539f67ed 09-Jul-2007 Dmitry Stogov

Added ability to create local or remote (URL) user streams
Local user streams must not be able to open(), URLs if allow_url_include is off
Implemented new function stream_is_local()
[

Added ability to create local or remote (URL) user streams
Local user streams must not be able to open(), URLs if allow_url_include is off
Implemented new function stream_is_local()
[
- stream_wrapper_register() extended with additional optional argument "flags"
of type long. This time only one flag is implemented
- STREAM_IS_URL, that means that userstream wrapper is remote (URL).
By default stream is local.
- stream_is_local() is a new function that accepts stream and tell if this
stream is local or remote (URL)
]

show more ...


# e1f08c82 15-Jun-2007 Dmitry Stogov

HTTP 500 is sent to browser in case of PHP error instead of blank page


# c2e04e83 15-Jun-2007 Dmitry Stogov

Prevent crash in case of wrong arguments to CRT functions (strftime()) on PHP complead by MS VC2005


# c9805e7b 07-Jun-2007 Antony Dovgal

MFH: check return value of *time_r() functions for NULL


Revision tags: php-5.2.3, RELEASE_1_4, php-5.2.3RC1, RELEASE_1_2_0, php-4.4.7, php-5.2.2, php-5.2.2RC2
# b6b312c0 18-Apr-2007 Rob Richards

add file locking under windows
change win build to use common clock compat files


# e1814f0d 16-Apr-2007 Dmitry Stogov

WIN64 support


Revision tags: RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1
# aa18505f 06-Apr-2007 Ilia Alshanetsky

Avoid locks when appening to the error log file


# 642432a5 01-Apr-2007 Ilia Alshanetsky

Fixed bug #40897 (error_log file not locked)


Revision tags: RELEASE_1_0_1
# 32fb34e2 02-Mar-2007 Stanislav Malyshev

limit nesting level of input variables


Revision tags: php-4.4.6, php-4.4.6RC1, php-4.4.5
# 6ded8042 07-Feb-2007 Marcus Boerger

- MFH Fix memleak with temp dir


Revision tags: php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3
# c5fb061c 08-Jan-2007 Ilia Alshanetsky

Provide means for opening file for zend with error supression. Allows us to
avoid INI hackery such as the one used in SPL.


Revision tags: php-4.4.5RC1, php-5.2.1RC2
# 4223aa4d 01-Jan-2007 Sebastian Bergmann

MFH: Bump year.


# d3a651a3 28-Dec-2006 Antony Dovgal

MFH


# b85f1345 25-Dec-2006 Ilia Alshanetsky

Ensure that OnUpdateLongGEZero is greater or equal to 0.
Added a update wrapper for ensuring >0 values


# 52d53543 25-Dec-2006 Ilia Alshanetsky

Allocation safety checks


# 3ffc1c8f 21-Dec-2006 Dmitry Stogov

Default memory_limit value is set to 128M


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