History log of /PHP-8.3/main/main.c (Results 651 – 675 of 1376)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-4.4.8
# d1dded87 31-Dec-2007 Sebastian Bergmann

MFH: Bump copyright year, 2 of 2.

# d7f7fa04 29-Dec-2007 Hannes Magnusson

MFH: Update the class method documentation links

Revision tags: php-4.4.8RC1, RELEASE_1_2_3
# 648fbe9d 22-Nov-2007 Dmitry Stogov

Fixed bug #43128 (Very long class name causes segfault)

Revision tags: php-5.2.5, php-5.2.5RC2, php-5.2.5RC1
# 80394332 18-Oct-2007 Dmitry Stogov

Fixed bug #42722 (display_errors setting ignored for E_PARSE and HTTP 500 page)

Revision tags: BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2
# 08628998 01-Oct-2007 Ilia Alshanetsky

Refactor code to make fixes for coverity issues #385 and #386 a bit more
obvious

# 09b6f37f 28-Sep-2007 Jani Taskinen

MFH:

- Added ".htaccess" style user-defined php.ini files support for
CGI/FastCGI.
- Added support for special [PATH=/opt/httpd/www.example.com/] sections
in php.ini. All dir

MFH:

- Added ".htaccess" style user-defined php.ini files support for
CGI/FastCGI.
- Added support for special [PATH=/opt/httpd/www.example.com/] sections
in php.ini. All directives set in these sections will not be able to be
overridden in user-defined ini-files or during runtime in the specified
path.

- Improved php.ini handling:
. Added better error reporting for syntax errors in php.ini files
. Allowed "ini-variables" to be used almost everywhere ini php.ini files
. Allowed using alphanumeric/variable indexes in "array" ini options
. Fixed get_cfg_var() to be able to return "array" ini options

- Fixed bug #27372 (parse error loading browscap.ini at apache startup)
- Fixed bug #42069 (parse_ini_file() allows using some non-alpha numeric
characters)

show more ...

# 884b06e3 24-Sep-2007 Dmitry Stogov

Fixed crash on POST request after dl("mbstring.so")

# 74ae13f9 21-Sep-2007 Antony Dovgal

MFH: check for NULL (coverity issue #386)

# cd836153 13-Sep-2007 Stanislav Malyshev

disallow setting mail.force_extra_parameters from .htaccess

Revision tags: RELEASE_1_2_4
# 77c36cd2 31-Aug-2007 Jani Taskinen

MFH: ws

Revision tags: RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2
# df11ce1e 03-Aug-2007 Stanislav Malyshev

check correct value

# 1b131c46 03-Aug-2007 Stanislav Malyshev

make error_log setting access-controlled by safe_mode/open_basedir

Revision tags: php-5.2.4RC1
# 959aa4f5 01-Aug-2007 Stanislav Malyshev

revert wrong fix

# 25848bff 01-Aug-2007 Johannes Schlüter

- MFH: Fix #42164 Internal Sendmail Support is ALWAYS disabled

# 99a162bb 24-Jul-2007 Antony Dovgal

fix ZTS build

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 ...

1...<<21222324252627282930>>...56