| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
* PHP-5.4:
fix test
|
| | |
|
|\ \
| |/
| |
| |
| |
| | |
* PHP-5.4:
fix test
update NEWS
|
| | |
|
| |
| |
| |
| | |
This also fixes bug #54081
|
| | |
|
| | |
|
| |
| |
| |
| | |
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.)
|
| |
| |
| |
| |
| |
| | |
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 @program_prefix@ in php, phpize and php-config man pages
- set date to 2014
- fix "SEE ALSO" alignment
|
| | |
|
|\ \
| |/
| |
| |
| | |
* PHP-5.4:
Fixed bug #66830 (Empty header causes PHP built-in web server to hang).
|
| |
| |
| |
| |
| |
| |
| |
| | |
We had an infinite loop in sapi_cli_server_send_headers(): while iterating over
the linked list of headers, when an empty header was hit, continue would go to
the next iteration of the loop without updating h to be the next value in the
linked list. Updating it to always increment regardless of whether the header
is actually valid or not fixes the issue.
|
|\ \
| |/
| |
| |
| |
| | |
* PHP-5.4:
Update copyright year to 2014
Update copyright year to 2014
|
| | |
|
|\ \
| |/
| |
| |
| | |
* PHP-5.4:
Add 308 and 426 to the HTTP response code map in the CLI server.
|
| |
| |
| |
| | |
Implements FR #67429 (CLI server is missing some new HTTP response codes).
|
|\ \
| |/
| |
| |
| |
| | |
* PHP-5.4:
NEWS
Fixed bug #67406 built-in web-server segfaults on startup
|
| |
| |
| |
| |
| |
| |
| |
| | |
Reproduce on aarch64.
From select man page:
"select() may update the timeout argument to indicate how much time was left."
So "const" is not ok.
|
| | |
|
|\ \
| |/
| |
| |
| |
| | |
* PHP-5.4:
man page: long option name is --strip, not --stripped
--global have be removed in 5.2
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
* CLIGetAllHeadersBackport:
Removed UPGRADING note
Rewrote test using tcp instead of http:// stream
Implemented FR #65917 (getallheaders() is not supported by the built-in...)
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Implemented apache_request_headers() and getallheaders() alias in CLI server
- Implemented apache_response_headers() in CLI server using FastCGI code
Conflicts:
NEWS
UPGRADING
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
existing lookup list, pending a more thorough lookup solution, if
anyone wants to do that. Ref http://news.php.net/php.internals/69990
A router can be used to add to, or override, the MIME type lookups,
see http://php.net/manual/en/features.commandline.webserver.php
|
|\ \
| |/
| |
| |
| |
| | |
* PHP-5.4:
- Fixed bug #65818 (Segfault with built-in webserver and chunked transfer encoding)
- BFN
|
| |
| |
| |
| | |
encoding)
|
| |
| |
| |
| |
| |
| | |
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:
Reduce (some) compile noise of 'unused variable' and 'may be used uninitialized' warnings.
Conflicts:
ext/dba/libinifile/inifile.c
|
| |
| |
| |
| | |
uninitialized' warnings.
|
|\ \
| |/
| |
| |
| |
| |
| |
| | |
* PHP-5.4:
Add built-in web server to invocation list
Terminology: change embedded web server to built-in web server to align with cli usage
Align -B and -E parameter names with cli usage (begin_code and end_code)
Fix Bug #65219 DBSETLDBNAME should be called before login to set DBNAME in login record
|
| | |
|
| |
| |
| |
| | |
cli usage
|
| | |
|
|\ \
| |/
| |
| |
| | |
* PHP-5.4:
fix typo in php man page
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| | |
* PHP-5.4:
Fixed Bug #65142 Missing phar man page
NEWS
Fixed Bug #65143 Missing php-cgi man page
|
| |
| |
| |
| |
| |
| |
| | |
Currently php-cgi man page is a simple redirect to
php (CLI) man page.
Could be splited / improved in the future.
|