History log of /php-src/sapi/cli/php_cli_server.c (Results 126 – 150 of 335)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# fbf46d36 21-Oct-2016 Anatol Belski

Revert "Fixed bug #73360 Unable to work in root with unicode chars"

This reverts commit 64fee0aecb2c804a088b896da6f736dbc19d8424.

# 64fee0ae 21-Oct-2016 Anatol Belski

Fixed bug #73360 Unable to work in root with unicode chars

Revision tags: php-7.1.0RC4, php-5.6.27, php-7.0.12, php-7.1.0RC3, php-5.6.27RC1, php-7.0.12RC1, php-5.6.26, php-7.1.0RC2, php-7.0.11, php-5.6.26RC1, php-7.1.0RC1, php-7.0.11RC1, php-7.1.0beta3, php-5.6.25, php-7.0.10
# 2fbfa7f6 09-Aug-2016 Nikita Popov

Merge branch 'PHP-7.0' into PHP-7.1


# 842e408c 09-Aug-2016 Nikita Popov

Don't copy mime types in CLI server

This is both unnecessary and causes leaks in valgrind.

Revision tags: php-7.1.0beta2, php-5.6.25RC1, php-7.0.10RC1, php-7.1.0beta1, php-5.6.24, php-7.0.9, php-5.5.38, php-5.6.24RC1, php-7.1.0alpha3, php-7.0.9RC1
# 2809a676 04-Jul-2016 Martin Vobruba

Pass error severity to SAPI modules and raise corresponding error level in Apache

# 8de8636a 25-Jun-2016 Xinchen Hui

Merge branch 'PHP-7.0'


# 0183a9af 25-Jun-2016 Xinchen Hui

Fixed bug #72484 (SCRIPT_FILENAME shows wrong path if the user specify router.php)

Revision tags: php-7.1.0alpha2, php-7.0.8
# 22ecd442 21-Jun-2016 Dmitry Stogov

Fixed compilation warnings

Revision tags: php-5.6.23
# 16160386 21-Jun-2016 Dmitry Stogov

Added ZEND_ATTRIBUTE_FORMAT to some middind functions.
"%p" replaced by ZEND_LONG_FMT to avoid compilation warnings.
Fixed most incorrect use cases of format specifiers.

Revision tags: php-5.5.37
# 7cc1b001 20-Jun-2016 Dmitry Stogov

Improved support for zend-signals.

Revision tags: php-5.6.23RC1, php-7.0.8RC1, php-7.1.0alpha1
# d122f4c2 02-Jun-2016 Anatol Belski

improve date header code

Revision tags: php-5.6.22, php-5.5.36, php-7.0.7, php-5.6.22RC1, php-7.0.7RC1, php-7.0.6, php-5.6.21, php-5.5.35, php-5.6.21RC1, php-7.0.6RC1, php-5.6.20, php-5.5.34, php-7.0.5, php-5.6.20RC1, php-7.0.5RC1, php-5.6.19, php-5.5.33, php-7.0.4, php-5.6.19RC1, php-7.0.4RC1, php-5.6.18, php-7.0.3, php-5.5.32
# f33c7b3e 21-Jan-2016 SeeSchloss

Added mandatory Date: header to built-in webserver

# 90a0cbd5 02-Mar-2016 Stanislav Malyshev

Merge branch 'PHP-5.6.19' into PHP-7.0.4

* PHP-5.6.19:
fix test file
Fix version
update NEWS
Update NEWS
Fix bug #71498: Out-of-Bound Read in phar_parse_zipfile

Merge branch 'PHP-5.6.19' into PHP-7.0.4

* PHP-5.6.19:
fix test file
Fix version
update NEWS
Update NEWS
Fix bug #71498: Out-of-Bound Read in phar_parse_zipfile()
fix ts buld
prep for 5.6.19RC1
5.6.20 is next
Fixed bug #71587 - Use-After-Free / Double-Free in WDDX Deserialize

Conflicts:
configure.in
ext/wddx/wddx.c
main/php_version.h

show more ...


# 68a51ae9 18-Feb-2016 Anatol Belski

fix ts buld

# 724ee191 14-Feb-2016 Anatol Belski

Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
Fixed bug #71559 Built-in HTTP server, we can downlaod file in web by bug


# ce4a2f0f 14-Feb-2016 Anatol Belski

Fixed bug #71559 Built-in HTTP server, we can downlaod file in web by bug

Revision tags: php-5.6.18RC1, php-7.0.3RC1, php-5.6.17, php-5.5.31, php-7.0.2
# ed35de78 01-Jan-2016 Lior Kaplan

Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
Happy new year (Update copyright to 2016)


# 49493a2d 01-Jan-2016 Lior Kaplan

Happy new year (Update copyright to 2016)

# ea12ff14 23-Dec-2015 Julien Pauli

Added support for HTTP 451

Revision tags: php-7.0.2RC1, php-5.6.17RC1, php-7.0.1RC1, php-7.0.0
# 91bad929 01-Dec-2015 Adam Harvey

Fix bug #71005 (Segfault in php_cli_server_dispatch_router()).

We didn't initialise the retval variable in
php_cli_server_dispatch_router(); let's now initialise it to be
IS_UNDEF, a

Fix bug #71005 (Segfault in php_cli_server_dispatch_router()).

We didn't initialise the retval variable in
php_cli_server_dispatch_router(); let's now initialise it to be
IS_UNDEF, as the following if condition expects.

show more ...

Revision tags: php-5.6.16, php-7.0.0RC8, php-7.0.0RC7, php-5.6.16RC1, php-5.6.15, php-7.0.0RC6, php-7.0.1, php-5.6.15RC1, php-7.0.0RC5, php-5.5.30, php-5.6.14, php-7.0.0RC4, php-5.6.14RC1, php-7.0.0RC3
# cc9da62b 05-Sep-2015 Christoph M. Becker

Merge branch 'PHP-5.6'

* PHP-5.6:
Fix #68291: 404 on urls with '+'

Resolved conflicts:
sapi/cli/php_cli_server.c


# fd94c921 05-Sep-2015 Christoph M. Becker

Fix #68291: 404 on urls with '+'

URI paths have to be treated according to RFC 3986 by the CLI web server, not
as application/x-www-form-urlencoded.

Revision tags: php-5.6.13, php-7.0.0RC2, php-5.5.29, php-5.4.45, php-5.6.13RC1, php-7.0.0RC1
# fc444896 14-Aug-2015 Christoph M. Becker

Merge branch 'PHP-5.6'

* PHP-5.6:
Fix #70264: CLI server directory traversal


# 9c805a6c 14-Aug-2015 Christoph M. Becker

Fix #70264: CLI server directory traversal

On Windows the built-in webserver doesn't prevent directory traversal when
backslashes are used as path component separators. Even though that

Fix #70264: CLI server directory traversal

On Windows the built-in webserver doesn't prevent directory traversal when
backslashes are used as path component separators. Even though that is not a
security issue (the CLI webserver is meant for testing only), we fix that by
replacing backslashes in the path with slashes on Windows, because backslashes
may be valid characters for file names on other systems, but not on Windows.

show more ...

Revision tags: php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44, php-5.6.12RC1, php-7.0.0beta2, php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43, php-5.6.11RC1, php-5.5.27RC1, php-7.0.0alpha2, php-5.5.26, php-7.0.0alpha1, php-5.6.10, php-5.4.42, POST_PHP7_NSAPI_REMOVAL, PRE_PHP7_NSAPI_REMOVAL, php-5.6.10RC1, php-5.5.26RC1, php-5.5.25, php-5.6.9, php-5.4.41, php-5.6.9RC1, php-5.5.25RC1, php-5.6.8, php-5.5.24, php-5.4.40, php-5.6.8RC1, php-5.5.24RC1, php-5.6.7, php-5.5.23, php-5.4.39, php-5.6.7RC1, php-5.5.23RC1, POST_PHP7_EREG_MYSQL_REMOVALS, PRE_PHP7_EREG_MYSQL_REMOVALS, php-5.6.6, php-5.5.22, php-5.4.38, POST_PHP7_REMOVALS, PRE_PHP7_REMOVALS, php-5.6.6RC1, php-5.5.22RC1, php-5.5.21, php-5.6.5, php-5.4.37, php-5.5.21RC1, php-5.6.5RC1, POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4, php-5.6.4RC1, php-5.5.20RC1, php-5.6.3, php-5.5.19, php-5.4.35
# 72976e24 03-Nov-2014 wusuopu

Fix #66606: Sets HTTP_CONTENT_TYPE but not CONTENT_TYPE

The patch will store Content-Type header value in both HTTP_CONTENT_TYPE field and CONTENT_TYPE field.

12345678910>>...14