| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
* PHP-5.5:
cleanup old unused typedef
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
* PHP-5.5:
Handle NULL strings in sapi_cli_server_register_variable().
Allow CLI server test scripts to specify the name of the router file.
Conflicts:
sapi/cli/tests/php_cli_server.inc
|
| |
| |
| |
| | |
Fixes bug #68745 (Invalid HTTP requests make web server segfault).
|
| |
| |
| |
| |
| | |
This is required to write tests that behave differently when an index.php isn't
present in the document root. (Such as the one I'm about to commit.)
|
|\ \
| |/
| |
| |
| |
| | |
* PHP-5.5:
NEWS
Fix bug #68751 listen.allowed_clients is broken
|
| | |
|
|\ \
| |/
| |
| |
| |
| | |
* PHP-5.5:
FIx bug #68618 (out of bounds read crashes php-cgi)
Fixed bug #68676 (Explicit Double Free)
|
| |\
| | |
| | |
| | |
| | | |
* PHP-5.4:
FIx bug #68618 (out of bounds read crashes php-cgi)
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
This reverts commit 9fb816f45ad9baa46b91514e70f755eb88539e85.
Not a security-related fix.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
parsing php.ini
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- add --with-fpm-acl build option which allow to manage ACL
on Unix Domain Socket
- add listen.acl_users pool option
- add listen.acl_groups pool option
Keep old behavior (chmod) if option not used or not supported.
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-5.5:
fix possible null pointer math
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Add port range verification of listening port with -S option for the php cli.
This fixes inconsistent listening port due to unverified cast from long to short
with htons(3).
|
| | |
| | |
| | |
| | |
| | |
| | | |
Add port range verification of listening port with -S option for the php cli.
This fixes inconsistent listening port due to unverified cast from long to short
with htons(3).
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
For consistency, with fpm_unix_resolve_socket_premissions.
Compute + Use in the same source file.
To make easier future enhancement.
Also check chdir output to fix a build warning.
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-5.5:
fix test with readline on mac
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | |
| | |
| | |
| | | |
Add a "There are no allowed addresses for this pool"
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | |
| | |
| | |
| | |
| | | |
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
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | | |
|
| | |
| | |
| | |
| | | |
commits(remote debugging/xml protocol)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
ext/ftp/ftp.h
ext/pcre/pcrelib/pcre_printint.c
ext/pcre/pcrelib/sljit/sljitLir.c
ext/pcre/pcrelib/sljit/sljitLir.h
ext/pcre/pcrelib/sljit/sljitNativeARM_32.c
ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c
ext/pgsql/pgsql.c
ext/phar/func_interceptors.c
ext/soap/soap.c
ext/standard/image.c
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | | |
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | | |
* PHP-5.5:
NEWS
Fixed bug #68391 Returns the pool config files in order
|
| | |
| | |
| | |
| | | |
Fixes https://bugs.php.net/bug.php?id=68391
|
| |\ \ |
|
| | | | |
|
|\ \ \ \ |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Add a "There are no allowed addresses for this pool"
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add another test
014 checks that no "notice" are traced when log_level=warning
015 checks that "notice" are traced when log_level=notice
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|