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 |
|
#
3bfd03b6 |
| 18-Nov-2011 |
Pierrick Charron |
Don't load php.ini file to test the built-in web server |
#
f2c6e116 |
| 17-Nov-2011 |
Xinchen Hui |
revert my previous change, tests hangs on windows |
#
34787615 |
| 17-Nov-2011 |
Xinchen Hui |
improve the test, let it say about errors |
#
f42ea855 |
| 15-Nov-2011 |
Xinchen Hui |
MFH, fix test |
Revision tags: php-5.4.0RC1, php-5.3.9RC1 |
|
#
67ae60f4 |
| 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 |
Revision tags: php-5.4.0beta2 |
|
#
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 ...
|
#
00bab049 |
| 20-Sep-2011 |
Xinchen Hui |
Add tests for built-in webserver |