History log of /PHP-5.5/ (Results 926 – 950 of 57919)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
9664312e22-Nov-2014 Remi Collet

NEWS

c50ee65522-Nov-2014 Remi Collet

Fixed Bug #68478 acess_log don't use prefix

Calling fpm_conf_process_all_pools before fpm_log_open
allow to use fpm_evaluate_full_path and so to honor
global prefix or pool prefix fo

Fixed Bug #68478 acess_log don't use prefix

Calling fpm_conf_process_all_pools before fpm_log_open
allow to use fpm_evaluate_full_path and so to honor
global prefix or pool prefix for access.log

show more ...

96cde18422-Nov-2014 Stanislav Malyshev

Revert "made lsapi_main.c compatible with PHP7/phpng ."

This reverts commit 9fb816f45ad9baa46b91514e70f755eb88539e85.
Not a security-related fix.

99fa36cc21-Nov-2014 Julien Pauli

Updated NEWS

cd3b46f229-Oct-2014 Julien Pauli

Fix #68185 - Inconsistent insteadof definition

59a9e7af21-Nov-2014 Anatol Belski

fixed test

on Linux gettext requires a locale to be installed on the system

f2e33dc721-Nov-2014 Anatol Belski

added test for things done so far for bug #66265

56fac96b21-Nov-2014 Anatol Belski

partially fixed bug #66265

NTS mode should additionally use _putenv to satisfy libs like gettext
relying on _getenv. As _putenv isn't thread safe, it wouldn't bring
much for the TS m

partially fixed bug #66265

NTS mode should additionally use _putenv to satisfy libs like gettext
relying on _getenv. As _putenv isn't thread safe, it wouldn't bring
much for the TS mode as it would change locale across all the threads
and require locking to avoid random fails with concurrent _getenv
calls.

show more ...

502ce90820-Nov-2014 Anatol Belski

forked bug67052.phpt for Windows

8be510ae21-Nov-2014 Remi Collet

NEWS

5be75da220-Nov-2014 Remi Collet

Fix bug #68463 listen.allowed_clients can silently result in no allowed access

Add a "There are no allowed addresses for this pool"

c4ca220420-Nov-2014 Remi Collet

Raise a warning when listen = hostname used and is resolved as multiple addresses

Using getaddrinfo is perhaps not a good idea... if we are not able
to listen on multiple addresses...

Raise a warning when listen = hostname used and is resolved as multiple addresses

Using getaddrinfo is perhaps not a good idea... if we are not able
to listen on multiple addresses...

At least this message should help to diagnose problem, ex
... Found address for localhost, socket opened on ::1
... Found multiple addresses for localhost, 127.0.0.1 ignored

show more ...

1f4972e321-Nov-2014 Remi Collet

NEWS

9e8d4a1b19-Nov-2014 David Zuelke

move zlog_set_level() again

from fpm_unix_init_main() to fpm_conf_post_process() this time (see #894),
because otherwise nothing in fpm_conf_init_main() obeys log levels

8beb153409-Nov-2014 David Zuelke

Change pm.start_servers default warning to notice

Unlike other settings, this has a perfectly reasonable default, calculated using
a dynamic formula. If the default was hardcoded to "2"

Change pm.start_servers default warning to notice

Unlike other settings, this has a perfectly reasonable default, calculated using
a dynamic formula. If the default was hardcoded to "2" or something, then it
would make sense to have a warning, since that could potentially be bad, but for
a dynamically calculated value based on other mandatory settings, a notice ought
to be enough.

show more ...

cf3a902221-Nov-2014 Remi Collet

NEWS

29d2c13820-Nov-2014 Florian MARGAINE

Fixed bug #68391 Returns the pool config files in order

Fixes https://bugs.php.net/bug.php?id=68391

d467761620-Nov-2014 George Wang

Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5


bd3bc09720-Nov-2014 George Wang

made lsapi_main.c compatible with PHP7/phpng .

9fb816f420-Nov-2014 George Wang

made lsapi_main.c compatible with PHP7/phpng .

6c3768b120-Nov-2014 Anatol Belski

split msgfmt_format_intlcalendar_variant*.phpt for ICU 54.1

65ca28b420-Nov-2014 Anatol Belski

split formatter_format*.phpt for ICP 54.1

2ec7f04f20-Nov-2014 Anatol Belski

split dateformat_timezone_arg_variations*.phpt for ICU 54.1

a52ff5cd20-Nov-2014 Anatol Belski

split dateformat_get_set_timezone_variant*.phpt for ICU 54.1

36a2e23520-Nov-2014 Anatol Belski

fix icu version to test

1...<<31323334353637383940>>...2317