| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
environnement
Patch by Pierre Renaudet
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* PHP-5.4:
Handle CLI server request headers case insensitively.
5.4.21 now
Conflicts:
configure.in
main/php_version.h
|
| | |
| |
| |
| | |
Fixes bug #65633 (built-in server treat some http headers as case-sensitive).
|
| |\ \
| |/
| |
| |
| |
| | |
* PHP-5.4:
Fix the spelling of the php_cli_server_http_response_status_code_pair typedef.
Change the search in get_status_string() to correctly handle unknown codes.
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This previously used a buggy implementation of binary search that would loop
infinitely for unknown codes when searching in reason arrays of particular
sizes (such as the one we have at the moment). Since C provides bsearch(),
we'll just use that instead, since libc authors hopefully get this right.
There was also an additional bug that was masked by the first one: the design
was that an unknown code would result in get_status_string() returning NULL,
which would then result in a segfault in append_http_status_line(), since it
assumed that it would always receive a valid string pointer that could be
handed off to smart_str_appends_ex(). We'll now return a placeholder in that
case.
Fixes bug #65066 (Cli server not responsive when responding with 422 http
status code).
|
| | | |
|
| | |
| |
| |
| |
| | |
The frozen_envion is needed, since if an item in environ is updated
(like the test script HOME one), invalid free still shows up
|
| | |
| |
| |
| | |
Test was using die "Foo" instead of die("Foo").
|
| |\ \
| |/ |
|
| | | |
|
| |\ \
| |/ |
|
| | | |
|
| |\ \
| |/ |
|
| | | |
|
| | |
| |
| |
| | |
A new commit into branch 5.5
|
| | |
| |
| |
| | |
consistent layout across browsers
|
| |\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
* PHP-5.4:
Bug #43177: If an eval() has a parse error, the overall exit status and return code should not be affected.
fix NEWS
Conflicts:
main/main.c
|
| | |
| |
| |
| |
| |
| |
| | |
return code should not be affected.
Without this fix, a webpage using eval() may return code 500. That might display
fine and the 500 go unnoticed, but using AJAX or wget, the 500 will cause problems.
|
| |\ \
| |/ |
|
| | | |
|
| |\ \
| |/
| |
| |
| | |
* PHP-5.4:
Fixed test sapi/cli/tests/006.phpt
|
| | |
| |
| |
| | |
Third param in preg_match_all() is optional for a while )
|
| |\ \
| |/ |
|
| | |
| |
| |
| | |
outdated html/css)
|
| |\ \
| |/ |
|
| | |\ |
|
| | | | |
|
| |\ \ \
| |/ / |
|
| | | | |
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-5.4:
Respond with 501 to unknown request methods
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fixed typo
Moved 501 response from dispatch to event_read_request
Return return value of send_error_page
|
| |\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | | |
* pull-request/132:
OK, bye bye JavaScript, let's just include credits before license
Nicer (JSLint-compliant!) credits reveal JavaScript
Removed now-unnecessary expose_php checks for logo
Fixed small misalignment in prev commit
Removed Logo GUIDs and replaced with Data URIs and div hidden with JS
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- removed php_logo_guid()
- removed php_egg_logo_guid()
- removed php_real_logo_guid()
- removed zend_logo_guid()
- removed logo GUID handling
- removed logo GUIDs from source
- added logo data URIs instead for phpinfo()
- added credits to phpinfo() page, but hidden by default
|
| |/ /
| |
| |
| | |
little more time to setup server
|
| |\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* PHP-5.3:
Fixed bug #62176 Test Bug - sapi/cli/tests/bug61546.phpt
sync with HEAD
Fixed bug #61218 (the previous patch was not enough restritive on fcgi name string checks)
Fixed bug #61218 (FPM drops connection while receiving some binary valuesin FastCGI requests)
- Fixed bug #62033 (USR2 signal was sent even if not catch when daemonize and an error occured)
- Fixed bug #62160 (Add process.priority to set nice(2) priorities)
- add missing headers to avoid warnings
- Fixed bug #62153 (when using unix sockets, multiples FPM instances can be launched without errors)
- Fixed bug #62033 (php-fpm exits with status 0 on some failures to start)
Conflicts:
NEWS
sapi/fpm/fpm/fpm_main.c
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
extensions)
|
| | |
| |
| |
| | |
not set up.
|
| | | |
|
| |\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
* origin/PHP-5.3:
Fixed bug #61546 (functions related to current script failed when chdir() in cli sapi).
- BFN
Conflicts:
sapi/cli/php_cli.c
|
| | |
| |
| |
| | |
cli sapi).
|
| | |
| |
| |
| | |
requirements
|
| | |
| |
| |
| | |
the tmp dir instead of the current test dir for the socket file. see https://bugs.php.net/bug.php?id=60106
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
report by reeze.xia@gmail.com
|
| | | |
|
| | | |
|