| Commit message (Collapse) | Author | Age | Files | Lines |
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
function)"
This reverts commit 816758eda2bcdd69ba505fb6bbb79124a7bf2254.
After this commit relative router scripts were resolved against
docroot rather than shell cwd.
|
| |\ \
| |/
| |
| |
| | |
* PHP-7.1:
Happy new year (Update copyright to 2018)
|
| | | |
|
| | | |
|
| | | |
|
| |\ \
| |/ |
|
| | |
| |
| |
| |
| |
| | |
The HAVE_UNISTD_H check has to be after including config.h.
Also include sys/types.h, which may be needed for setproctitle.
|
| |\ \
| |/
| |
| |
| | |
* PHP-7.1:
Fixed bug #73830 Directory does not exist.
|
| | | |
|
| | |\
| | |
| | |
| | |
| | |
| | | |
* PHP-7.0:
Update NEWS
Fix bug 60471 by correctly identifying unused speculative preconnections
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Correctly identify unused speculative preconnections from browsers
like Chrome and Firefox
* Add a new message to the debug level that is emitted when a TCP
connection is closed without sending any request (a preconnection)
* Fix an issue where the existing debug messages were not being
displayed even when debug mode was enabled
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | | |
* PHP-7.1:
Update NEWS
Fixed bug #75287 (Builtin webserver crash after chdir in a shutdown function)
|
| | |\ \
| | |/
| | |
| | |
| | | |
* PHP-7.0:
Fixed bug #75287 (Builtin webserver crash after chdir in a shutdown function)
|
| | | | |
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-7.1:
Fix the version check causing the test fail
|
| | |\ \
| | |/
| | |
| | |
| | | |
* PHP-7.0:
Fix the version check causing the test fail
|
| | | | |
|
| |\ \ \
| |/ / |
|
| | |\ \
| | |/ |
|
| | | | |
|
| |\ \ \
| |/ / |
|
| | |\ \
| | |/ |
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | | |
There are still systems delivering buggy console info. If a file was
passed, obviously no interaction is meant.
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-7.1:
Update copyright year to 2017
|
| | |\ \
| | |/
| | |
| | |
| | | |
* PHP-7.0:
Update copyright year to 2017
|
| | | | |
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This warning was about a possible loss of data due to the downcast of `php_socket_t` to `int`. The former maps to a platform specific type, hence, it might downcast from a 64 bit integer to a 32 bit intger.
Fixed possibly overflowing vars
Due to the change from `int` to `php_socket_t` some variables might overflow now. Changed all variables that might be affected.
Revert "Fixed possibly overflowing vars"
This reverts commit bf64fd5984409a208ef32108990a6085b6556273.
Use aliased PHP socket type
Using the alias protects us from changes to the underlying type.
Removed ignored nfds argument
The `nfds` argument to the Win32 `select` function is always ignored, regardless of its actual value. Hence, we should not pass it in the first place. See https://msdn.microsoft.com/en-us/library/windows/desktop/ms740141(v=vs.85).aspx for reference.
Target value is not a pointer
Avoid overflow in loop
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | | |
* PHP-7.1:
Add simple cli test for PATH/HOST ini sections
Fixed bug #74600
|
| | |\ \
| | |/
| | |
| | |
| | |
| | | |
* PHP-7.0:
Add simple cli test for PATH/HOST ini sections
Fixed bug #74600
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-7.1:
Added cleanup
|
| | |\ \
| | |/
| | |
| | |
| | | |
* PHP-7.0:
Added cleanup
|
| | | | |
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-7.1:
Added test for bug #74600
|
| | |\ \
| | |/
| | |
| | |
| | | |
* PHP-7.0:
Added test for bug #74600
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Correctly identify unused speculative preconnections from browsers
like Chrome and Firefox
* Add a new message to the debug level that is emitted when a TCP
connection is closed without sending any request (a preconnection)
* Fix an issue where the existing debug messages were not being
displayed even when debug mode was enabled
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-7.1:
fix buffer overflow
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | | |
Implements RFC "Deprecate and Remove Bareword (Unquoted) Strings"
[https://wiki.php.net/rfc/deprecate-bareword-strings]
|
| | | | |
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-7.1:
Remove remnants of TSMRLS_* macro calls
|
| | |\ \
| | |/
| | |
| | |
| | | |
* PHP-7.0:
Remove remnants of TSMRLS_* macro calls
|
| | | | |
|