421 Commits (cbcddcb02e2a092012d6b575ef1b3f5e64ba8239)

Author SHA1 Message Date
Felipe Pena 4e19825281 - Year++ 14 years ago
Xinchen Hui 2217bba732 test for bug 60591 14 years ago
Xinchen Hui 77b97de8df Fix bug #60591 (Memory leak when access a non-exists file) 14 years ago
Xinchen Hui 80ab69876c Fixed bug #60523 (PHP Errors are not reported in browsers using built-in SAPI) 14 years ago
Xinchen Hui e29c46a50d add $_SERVER["SERVER_NAME"] since it's handy 14 years ago
Xinchen Hui 8fff0e86d7 fix memory leak 14 years ago
Xinchen Hui 147c414279 Fixed bug #60477 (Segfault after two multipart/form-data POST requests) 14 years ago
Pierre Joye 653e68233a - implement FR #60390, SERVER_PORT missing 14 years ago
Pierrick Charron 3bfd03b6b6 Don't load php.ini file to test the built-in web server 14 years ago
Xinchen Hui f2c6e116d2 revert my previous change, tests hangs on windows 14 years ago
Xinchen Hui 347876158c improve the test, let it say about errors 14 years ago
Xinchen Hui f42ea8557c MFH, fix test 14 years ago
Xinchen Hui f8386e349f Fixed bug #60159 (Router returns false, but POST is not passed to requested 14 years ago
Pierre Joye fcbfbea8d2 - fix bug #60272, typo 14 years ago
Peter Cowburn 5c1c2d725f broaden php version wildcard in cli server tests (missed a few) 14 years ago
Peter Cowburn 9886e865a3 broaden php version wildcard in cli server tests 14 years ago
Xinchen Hui ceac9dc490 Fixed bug #60189 (php logo can not be displayed) 15 years ago
Xinchen Hui ac789e0bb6 Fixed Bug #60180 ($_SERVER["PHP_SELF"] incorrect) 15 years ago
Xinchen Hui 091f279eb0 Fixed bug #60146 (Last 2 lines of page not being output) 15 years ago
Xinchen Hui 6f0d8245a4 Fix test faild on windows due to DEFAULT_SLASH 15 years ago
Xinchen Hui 67ae60f4f5 Fix test, now can run on windows 15 years ago
Xinchen Hui 08d372716c A better fix, sorry for previous thoughtlessness commit. 15 years ago
Xinchen Hui d8911efbb6 Fixed PATH_INFO of /index.php/foo/bar 15 years ago
Ferenc Kovacs 8747d2245d using %s-dev instead of the exact version number 15 years ago
Xinchen Hui 7c1e64e2a6 add tests for PATH_INFO 15 years ago
Xinchen Hui a6bc3f6c59 fix memory leak 15 years ago
Xinchen Hui 8d467563e2 Fixed bug #60112 If URI does not contain a file, index.php is not served 15 years ago
Ferenc Kovacs 64ec41f7d4 stream_socket_server("unix://..." has a length limit, so it is better to use the tmp dir instead of the current test dir for the socket file. see https://bugs.php.net/bug.php?id=60106 15 years ago
Moriyoshi Koizumi 2cf34bc9fc Add SERVER_PROTOCOL variable to $_SERVER. Patch by kuzuha. Thanks. 15 years ago
Ferenc Kovacs 465cb32c4c there is a length limit on the shebang line, ignore the tests for >= 127 15 years ago
Xinchen Hui 88c52b0dac Add tests 15 years ago
Xinchen Hui 8933798d36 Add tests for bug #55755 15 years ago
Xinchen Hui d603d05398 Fixed bug #55755 (SegFault when outputting header WWW-Authenticate) 15 years ago
Xinchen Hui 0203c31f78 change test, and added a test for post file 15 years ago
Xinchen Hui c83594cd7a Remove double checking, and use MAXPATHLEN instead of a fixed length 15 years ago
Xinchen Hui f3aa34a90d Change to a more appropriate name 15 years ago
Xinchen Hui 82be5fcc4f Fixed bug #55747 (request headers missed in $_SERVER) 15 years ago
Shein Alexey 3c365dc3ef Refactored and speeded up php_cli_server tests, also get rid of test hanging on ubuntu: 15 years ago
Xinchen Hui 1b9fbe540e fix INI section 15 years ago
Xinchen Hui 00bab0493e Add tests for built-in webserver 15 years ago
Xinchen Hui 5dbf73a866 Fix Bug #55726 (Changing the working directory makes router script inaccessible) 15 years ago
Xinchen Hui 6bd693543b Fix folder 15 years ago
Dmitry Stogov 4a25a7740d Fixed ZE specific compile warnings (Bug #55629) 15 years ago
Xinchen Hui 66bcb34bf4 Fixed Bug #55423(cli-server could not output correctly in some case) 15 years ago
Arpad Ray 8590f2587a add friendly log messages (req #55109) 15 years ago
Christopher Jones ab704eb9f6 Update log, marking 5.4 and trunk as XFAIL due to bug #55496 15 years ago
Xinchen Hui bbf96ebeb1 Added _SERVER[SERVER_SOFTWARE] for built-in server 15 years ago
Xinchen Hui ef0e483bb3 Fixed #55463 (cli-server missing _SERVER[REMOTE_ADDR]) 15 years ago
Pierre Joye 29cb4d8a09 - undefine CALLBACK (btw, generic names like that should be avoided, w/o prefix :) 15 years ago
Pierre Joye 6a0910075d - fix build 15 years ago