History log of /PHP-8.3/sapi/cli/tests/php_cli_server.inc (Results 26 – 43 of 43)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.4.2, php-5.3.12, php-5.3.11, php-5.4.1, php-5.3.11RC2, php-5.4.1RC2, php-5.3.11RC1, php-5.4.1RC1, PHP-5.4.1-RC1
# e1931dd1 20-Mar-2012 Xinchen Hui

Minor change, test using php mail address as account


Revision tags: php-5.4.0, php-5.4.0RC8, php-5.3.10, php-5.4.0RC7, php-5.4.0RC6, php-5.3.9, php-5.4.0RC5, php-5.3.9RC4, php-5.4.0RC4, php-5.3.9RC3, php-5.4.0RC3, php-5.3.9RC2, php-5.4.0RC2
# 5020d4a5 18-Nov-2011 Pierrick Charron

Don't load php.ini file to test the built-in web server


# 3bfd03b6 18-Nov-2011 Pierrick Charron

Don't load php.ini file to test the built-in web server


# 319e1eea 17-Nov-2011 Xinchen Hui

revert my previous change, tests hangs on windows


# f2c6e116 17-Nov-2011 Xinchen Hui

revert my previous change, tests hangs on windows


# 33078757 17-Nov-2011 Xinchen Hui

improve the test, let it say about errors


# 34787615 17-Nov-2011 Xinchen Hui

improve the test, let it say about errors


# f42ea855 15-Nov-2011 Xinchen Hui

MFH, fix test


# f8503b43 15-Nov-2011 Xinchen Hui

Fixed bug #60159 (Router returns false, but POST is not passed to requested
resource) and bug #55759 (mem leak when use built-in server)


Revision tags: php-5.4.0RC1, php-5.3.9RC1
# 67ae60f4 25-Oct-2011 Xinchen Hui

Fix test, now can run on windows


# 688ba01b 25-Oct-2011 Xinchen Hui

Fix test, now can run on windows


# 7c1e64e2 23-Oct-2011 Xinchen Hui

add tests for PATH_INFO
update php_cli_server.inc to support no router server


# 455bc9df 23-Oct-2011 Xinchen Hui

add tests for PATH_INFO
update php_cli_server.inc to support no router server


Revision tags: php-5.4.0beta2
# 86a48c6c 21-Sep-2011 Xinchen Hui

Fixed bug #55747 (request headers missed in $_SERVER)


# 2cf4f98c 20-Sep-2011 Shein Alexey

Refactored and speeded up php_cli_server tests, also get rid of test hanging on ubuntu:
1) Prepended starting the server with "exec" so proc_terminate can correctly close it (see also this note h

Refactored and speeded up php_cli_server tests, also get rid of test hanging on ubuntu:
1) Prepended starting the server with "exec" so proc_terminate can correctly close it (see also this note http://www.php.net/manual/en/function.proc-get-status.php#93382 for details)
2) Moved putting down the server to the shutdown function to make it independent from tests (fatal) errors
3) Moved php cli executable into the function to make tests more readable
4) changed sleep(1) to usleep(50000) (50 ms) to make tests faster - this needs more testing and if timeout is too small should be increased

show more ...


# 3c365dc3 20-Sep-2011 Shein Alexey

Refactored and speeded up php_cli_server tests, also get rid of test hanging on ubuntu:
1) Prepended starting the server with "exec" so proc_terminate can correctly close it (see also this note h

Refactored and speeded up php_cli_server tests, also get rid of test hanging on ubuntu:
1) Prepended starting the server with "exec" so proc_terminate can correctly close it (see also this note http://www.php.net/manual/en/function.proc-get-status.php#93382 for details)
2) Moved putting down the server to the shutdown function to make it independent from tests (fatal) errors
3) Moved php cli executable into the function to make tests more readable
4) changed sleep(1) to usleep(50000) (50 ms) to make tests faster - this needs more testing and if timeout is too small should be increased

show more ...


# 552bfa81 20-Sep-2011 Xinchen Hui

Add tests for built-in webserver


# 00bab049 20-Sep-2011 Xinchen Hui

Add tests for built-in webserver


12